On 4/14/2021 4:02 AM, Min Hu (Connor) wrote:
From: Huisong Li <lihuis...@huawei.com>
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-off-by: Huisong Li <lihuis...@huawei.com>
Signed-off-by: Min Hu (Connor) <humi...@huawei.com>
---
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 <ferruh.yi...@intel.com>
Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com>
Applied to dpdk-next-net/main, thanks.