patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] net/ixgbe: fix statistics error in flow control mode
@ 2020-05-08  8:29 Guinan Sun
  2020-05-09  3:13 ` [dpdk-stable] [dpdk-dev] " Jiang, YuX
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Guinan Sun @ 2020-05-08  8:29 UTC (permalink / raw)
  To: dev; +Cc: Guinan Sun, stable

The register autoneg can't be updated synchronously
with flow control mode setting in the state of port start
, so NIC statistics error occurs. The patch fixes the issue.

Fixes: a524f550da6e ("net/ixgbe: fix flow control mode setting")
Cc: stable@dpdk.org

Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index cf5f1fe70..e6c747aef 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.c
+++ b/drivers/net/ixgbe/ixgbe_ethdev.c
@@ -2543,6 +2543,8 @@ ixgbe_flow_ctrl_enable(struct rte_eth_dev *dev, struct ixgbe_hw *hw)
 	int err;
 	uint32_t mflcn;
 
+	hw->mac.ops.setup_fc(hw);
+
 	err = ixgbe_fc_enable(hw);
 
 	/* Not negotiated is not an error case */
-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-13  7:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08  8:29 [dpdk-stable] [PATCH] net/ixgbe: fix statistics error in flow control mode Guinan Sun
2020-05-09  3:13 ` [dpdk-stable] [dpdk-dev] " Jiang, YuX
2020-05-11  1:03 ` Zhao1, Wei
2020-05-12  8:28   ` Sun, GuinanX
2020-05-12  8:13 ` [dpdk-stable] [PATCH v2] " Guinan Sun
2020-05-12  8:39   ` [dpdk-stable] [dpdk-dev] " Zhao1, Wei
2020-05-13  0:59   ` [dpdk-stable] " Ye Xiaolong
2020-05-13  7:03     ` [dpdk-stable] [dpdk-dev] " Jiang, YuX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).