[dpdk-dev] [PATCH v9] app/testpmd: add portlist option
    Ferruh Yigit 
    ferruh.yigit at intel.com
       
    Wed Feb 12 14:59:48 CET 2020
    
    
  
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.govindharajan at intel.com>
>> ---
> 
> Acked-by: Anatoly Burakov <anatoly.burakov at intel.com>
> 
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
    
    
More information about the dev
mailing list