On 4/14/2021 4:02 AM, Min Hu (Connor) wrote:
From: Huisong Li <[email protected]>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: [email protected] Signed-off-by: Huisong Li <[email protected]> Signed-off-by: Min Hu (Connor) <[email protected]> --- v2: * When users set 10M and 100M speed, fixed bit is still set. v2 fix the bug.
Moving acks from previous version Acked-by: Ferruh Yigit <[email protected]> Acked-by: Ajit Khaparde <[email protected]> Applied to dpdk-next-net/main, thanks.

