numam-dpdk/drivers
Huisong Li d4fdb71a0e net/hns3: fix flow control mode
Currently, hns3 driver doesn't support to flow control auto-negotiation.
The FC mode requested by user is the same as the current FC mode. It is
not necessary to maintain the current FC mode. We only report the current
FC mode based on actual flow control mode in hns3_flow_ctrl_get().

This patch removes this redundant field. In addition, "requested_mode" in
hns3_hw struct indicates the FC mode requested by user, and the name is
unreasonable. It needs to be modified to "requested_fc_mode".

Fixes: 62e3ccc2b9 ("net/hns3: support flow control")
Cc: stable@dpdk.org

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
2021-04-15 02:55:04 +02:00
..
baseband bbdev: add explicit enum for code block mode 2021-04-16 12:43:33 +02:00
bus eal: make OS shims internal 2021-04-15 01:56:20 +02:00
common common/iavf: add protocol header for IP fragment 2021-04-13 11:31:25 +02:00
compress compress/mlx5: support timestamp format 2021-03-16 10:05:39 +01:00
crypto drivers: add missing includes 2021-04-14 11:23:13 +02:00
event drivers: add missing includes 2021-04-14 11:23:13 +02:00
mempool mempool/cnxk: add cn10k batch dequeue 2021-04-09 08:32:24 +02:00
net net/hns3: fix flow control mode 2021-04-15 02:55:04 +02:00
raw raw/octeontx2_dma: assign PCI device in DPI VF 2021-04-15 10:33:52 +02:00
regex common/mlx5: align log prefix across drivers 2021-04-07 09:43:32 +02:00
vdpa drivers: align log names 2021-04-08 18:32:31 +02:00
meson.build config: enable/disable drivers in Arm builds 2021-04-15 22:34:37 +02:00