er why the driver ends up calling this
function.
-Original Message-
From: Li Yang [mailto:leoyang...@nxp.com]
Sent: Monday, 28 January 2019 22:37
To: Mathias Thore
Cc: Christophe Leroy ; net...@vger.kernel.org;
linuxppc-dev@lists.ozlabs.org; David Gounaris ;
Joakim Tjernlund
Subject:
netdev_reset_queue in its e1000_clean_tx_ring function. It is possible that
other drivers should do the same; I have no way of verifying this.
Regards,
Mathias
--
From: Christophe Leroy
Sent: Monday, January 28, 2019 10:48 AM
To: Mathias Thore; leoyang...@nxp.com; net...@vger.kernel.org
After a timeout event caused by for example a broadcast storm, when
the MAC and PHY are reset, the BQL TX queue needs to be reset as
well. Otherwise, the device will exhibit severe performance issues
even after the storm has ended.
Co-authored-by: David Gounaris
Signed-off-by: Mathias Thore
Add byte queue limits support in the fsl_ucc_hdlc driver.
Signed-off-by: Mathias Thore
---
drivers/net/wan/fsl_ucc_hdlc.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/net/wan/fsl_ucc_hdlc.c b/drivers/net/wan/fsl_ucc_hdlc.c
index 4d6409605207..7a42336c8af8 100644
--- a
Add byte queue limits support in the fsl_ucc_hdlc driver.
Signed-off-by: Mathias Thore
---
Note that this patch is created relative to another patch that was
applied recently: net/wan/fsl_ucc_hdlc: error counters
drivers/net/wan/fsl_ucc_hdlc.c | 8
1 file changed, 8 insertions
Extract error information from rx and tx buffer descriptors,
and update error counters.
Signed-off-by: Mathias Thore
---
drivers/net/wan/fsl_ucc_hdlc.c | 51 +-
include/soc/fsl/qe/ucc_fast.h | 8 +-
2 files changed, 51 insertions(+), 8 deletions(-)
diff