> -----Original Message----- > From: dev <[email protected]> On Behalf Of Ferruh Yigit > Sent: Wednesday, February 12, 2020 2:00 PM > To: Burakov, Anatoly <[email protected]>; Govindharajan, > Hariprasad <[email protected]>; Lu, Wenzhuo > <[email protected]>; Wu, Jingjing <[email protected]>; Iremonger, > Bernard <[email protected]>; Mcnamara, John > <[email protected]>; Kovacevic, Marko > <[email protected]> > Cc: [email protected]; [email protected]; > [email protected] > Subject: Re: [dpdk-dev] [PATCH v9] app/testpmd: add portlist option > > On 2/12/2020 1:03 PM, Burakov, Anatoly wrote: > > On 12-Feb-20 10:29 AM, Hariprasad Govindharajan wrote: > >> In current version, we are setting the ports using portmask. With > >> portmask, we can use only upto 64 ports. This portlist option enables > >> the user to use more than 64 ports. > >> Now we can specify the ports in 2 different ways > >> - Using portmask (-p [0x]nnn): mask must be in hex format > >> - Using portlist in the following format > >> --portlist <p1>[-p2][,p3[-p4],...] > >> > >> --portmask 0x2 is same as --portlist 1 > >> --portmask 0x3 is same as --portlist 0-1 > >> > >> Signed-off-by: Hariprasad Govindharajan > >> <[email protected]> > >> --- > > > > Acked-by: Anatoly Burakov <[email protected]> > > > > Reviewed-by: Ferruh Yigit <[email protected]>
Reviewed-by: Herakliusz Lipiec <[email protected]>

