Re: [dpdk-dev] [PATCH] app/testpmd: fix bitmap of link speeds when force speed

2021-04-13 Thread Ajit Khaparde
On Tue, Apr 13, 2021 at 10:08 AM Ferruh Yigit wrote: > > On 4/8/2021 11:22 AM, Min Hu (Connor) wrote: > > From: Huisong Li > > > > Currently, when the user sets force link speed through 'link_speeds', > > bit(0) of 'link_speeds' is not set to 1(ETH_LINK_SPEED_FIXED), > > which conflicts with the

Re: [dpdk-dev] [PATCH] app/testpmd: fix bitmap of link speeds when force speed

2021-04-13 Thread Ferruh Yigit
On 4/8/2021 11:22 AM, Min Hu (Connor) wrote: From: Huisong Li Currently, when the user sets force link speed through 'link_speeds', bit(0) of 'link_speeds' is not set to 1(ETH_LINK_SPEED_FIXED), which conflicts with the definition. Fixes: 88fbedcd5e5a ("app/testpmd: move speed and duplex parsi

[dpdk-dev] [PATCH] app/testpmd: fix bitmap of link speeds when force speed

2021-04-08 Thread Min Hu (Connor)
From: Huisong Li Currently, when the user sets force link speed through 'link_speeds', bit(0) of 'link_speeds' is not set to 1(ETH_LINK_SPEED_FIXED), which conflicts with the definition. Fixes: 88fbedcd5e5a ("app/testpmd: move speed and duplex parsing in a function") Cc: sta...@dpdk.org Signed-