* [PATCH 6/7] ip1000: Add IPG_AC_FIFO flag when Tx reset
@ 2006-08-17 19:49 Jesse Huang
0 siblings, 0 replies; only message in thread
From: Jesse Huang @ 2006-08-17 19:49 UTC (permalink / raw)
To: romieu, penberg, akpm, dvrabel, linux-kernel, netdev, david,
jesse
From: Jesse Huang <jesse@icplus.com.tw>
This is a bug when Tx underrun happen, Tx reset without IPG_AC_FIFO will
cause Tx hold and can't transmit packet again.
Change Logs:
1. Tx reset when Tx Under run will cause Tx fail
2. ipg_nic_txcleanup() add "IPG_AC_FIFO" when Tx reset
---
drivers/net/ipg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
7e88cf9432ea466a76f7b26d11a280300c8735f2
diff --git a/drivers/net/ipg.c b/drivers/net/ipg.c
index 56ffc80..ae22fa8 100644
--- a/drivers/net/ipg.c
+++ b/drivers/net/ipg.c
@@ -1036,7 +1036,7 @@ static void ipg_nic_txcleanup(struct net
IPG_DEBUG_MSG("Transmitter underrun.\n");
sp->stats.tx_fifo_errors++;
ipg_reset(dev, IPG_AC_TX_RESET |
- IPG_AC_DMA | IPG_AC_NETWORK);
+ IPG_AC_DMA | IPG_AC_NETWORK| IPG_AC_FIFO);
/* Re-configure after DMA reset. */
if ((ipg_io_config(dev) < 0) ||
--
1.3.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-17 8:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-17 19:49 [PATCH 6/7] ip1000: Add IPG_AC_FIFO flag when Tx reset Jesse Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox