[dts] [PATCH 4/4] tests/TestSuite_vm_pw_mgmt_policy: change core_mask

Tu, Lijuan lijuan.tu at intel.com
Mon Apr 12 07:16:27 CEST 2021



> -----Original Message-----
> From: Pattan, Reshma <reshma.pattan at intel.com>
> 
> > -----Original Message-----
> > From: Tu, Lijuan <lijuan.tu at intel.com>
> >
> > > Cc: Pattan, Reshma <reshma.pattan at intel.com>
> > > -                'core_mask': self.get_cores_mask("1S/3C/1T"),
> > > +                'core_mask': '0xffff',
> >
> > Some server may not have so many cores, prefer to
> > get_cores_mask("all") if need many cores.
> 
> AFAIK, get_cores_mask("all") will return all cores except the core0. I actually
> need the core0 too.
> Is there any API that I can use which returns core 0 too, if not I might need to
> have this explicit core mask.

Set bypass_core0=False, then DTS will utilize core 0.



More information about the dts mailing list