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 <hariprasad.govindhara...@intel.com> >> --- > > Acked-by: Anatoly Burakov <anatoly.bura...@intel.com> >
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>