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

2021-04-14 Thread Ferruh Yigit
On 4/14/2021 4:02 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 v2] app/testpmd: fix bitmap of link speeds when force speed

2021-04-13 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-