Re: [dpdk-dev] [PATCH v8] app/testpmd: add portlist option

2020-02-12 Thread Govindharajan, Hariprasad
gt; step...@networkplumber.org; david.march...@redhat.com > Subject: Re: [dpdk-dev] [PATCH v8] app/testpmd: add portlist option > > On 11-Feb-20 3:52 PM, Hariprasad Govindharajan wrote: > > In current version, we are setting the ports using portmask. With > > portmask, we can u

Re: [dpdk-dev] [PATCH v8] app/testpmd: add portlist option

2020-02-11 Thread Burakov, Anatoly
On 11-Feb-20 3:52 PM, 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

[dpdk-dev] [PATCH v8] app/testpmd: add portlist option

2020-02-11 Thread Hariprasad Govindharajan
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 i