- 1. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: xxxxxx>
- Date: Tue, 11 Nov 2003 14:31:43 -0800
- Here is the latest update for 8139too with NAPI. The changes from last time were to get rid of some of the netif_poll_disable calls to avoid getting trapped by receive interrupt races. It is okay for
- /archives/netdev/2003-11/msg00161.html (28,339 bytes)
- 2. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: <jan.oravec@xxxxxxx>
- Date: Thu, 13 Nov 2003 00:41:34 +0900
- Rx-poll can enable interrupt. However, because it can happen on SMP only, then reset of chips should be done sooner or later, so I don't care so much. netif_rx_complete(dev); -- interrupted -- in rtl
- /archives/netdev/2003-11/msg00199.html (9,916 bytes)
- 3. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: xxx>
- Date: Wed, 12 Nov 2003 11:01:31 -0500
- OGAWA Hirofumi wrote: netif_rx_complete(dev); -- interrupted -- in rtl8139_interrupt(), if (netif_rx_schedule_prep(dev)) { RTL_W16_F (IntrMask, rtl8139_norx_intr_mask); __netif_rx_schedule (dev); } -
- /archives/netdev/2003-11/msg00201.html (9,228 bytes)
- 4. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: atti Aarnio <matti.aarnio@xxxxxxxxxxx>
- Date: Tue, 11 Nov 2003 19:20:18 -0500
- Stephen Hemminger wrote: Here is the latest update for 8139too with NAPI. The changes from last time were to get rid of some of the netif_poll_disable calls to avoid getting trapped by receive interr
- /archives/netdev/2003-11/msg00289.html (9,261 bytes)
- 5. ipchains in 2.6? (score: 1)
- Author: xxxxxxxxxx>
- Date: Tue, 28 Oct 2003 11:47:07 -0800
- t of netfilter. I took ipchains not being mentioned in MAINTAINERS as a sign that nobody wanted to hear bug reports about it, hence my choice of lkml. Perhaps
- /archives/netdev/2003-10/msg00660.html (30,417 bytes)
- 6. OMAXCONN too low (score: 1)
- Author: xxxxxxxxx>
- Date: Wed, 29 Oct 2003 14:34:01 -0500
- patch. DaveM> People can then set the limit to what they want, the default DaveM> stays at 128, and the SOMAXCONN define itself does not DaveM> change. DaveM>
- /archives/netdev/2003-10/msg00675.html (8,528 bytes)
- 7. toring functions (score: 1)
- Author: x>
- Date: Fri, 31 Oct 2003 02:12:41 +0900
- 333
- /archives/netdev/2003-10/msg00704.html (10,460 bytes)
- 8. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: Stephen Hemminger <shemminger@xxxxxxxx>
- Date: Tue, 11 Nov 2003 14:31:43 -0800
- Here is the latest update for 8139too with NAPI. The changes from last time were to get rid of some of the netif_poll_disable calls to avoid getting trapped by receive interrupt races. It is okay for
- /archives/netdev/2003-11/msg00774.html (28,903 bytes)
- 9. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Nov 2003 00:41:34 +0900
- Rx-poll can enable interrupt. However, because it can happen on SMP only, then reset of chips should be done sooner or later, so I don't care so much. netif_rx_complete(dev); -- interrupted -- in rtl
- /archives/netdev/2003-11/msg00812.html (10,514 bytes)
- 10. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: Jeff Garzik <jgarzik@xxxxxxxxx>
- Date: Wed, 12 Nov 2003 11:01:31 -0500
- OGAWA Hirofumi wrote: netif_rx_complete(dev); -- interrupted -- in rtl8139_interrupt(), if (netif_rx_schedule_prep(dev)) { RTL_W16_F (IntrMask, rtl8139_norx_intr_mask); __netif_rx_schedule (dev); } -
- /archives/netdev/2003-11/msg00814.html (9,808 bytes)
- 11. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: Jeff Garzik <jgarzik@xxxxxxxxx>
- Date: Tue, 11 Nov 2003 19:20:18 -0500
- The changes from last time were to get rid of some of the netif_poll_disable calls to avoid getting trapped by receive interrupt races. It is okay for the interrupt code to enable the poll routine to
- /archives/netdev/2003-11/msg00902.html (9,808 bytes)
- 12. [PATCH] Updated 8139too with NAPI (score: 1)
- Author: Stephen Hemminger <shemminger@xxxxxxxx>
- Date: Tue, 28 Oct 2003 11:47:07 -0800
- Jeff, please review this for *after* 2.6.0 goes final. This version of the 8139too driver uses NAPI for receive and a 64k window. Some changes since the previous version are to handle suspend/resume
- /archives/netdev/2003-10/msg01402.html (30,577 bytes)
- 13. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: Jeff Garzik <jgarzik@xxxxxxxxx>
- Date: Wed, 29 Oct 2003 14:34:01 -0500
- I'd like to apply this to net-drivers-2.[45]-exp, but it doesn't apply cleanly. Can you wait a bit, for my posting of those queues, and then resend?
- /archives/netdev/2003-10/msg01417.html (8,754 bytes)
- 14. Re: [PATCH] Updated 8139too with NAPI (score: 1)
- Author: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2003 02:12:41 +0900
- Probably more tester/reviewer is always welcome, so I think it's good. I think that this style is common issues of NIC drivers for "NAPI support and intr-mask" handling. Looks like __netif_poll_disab
- /archives/netdev/2003-10/msg01446.html (10,688 bytes)
This search system is powered by
Namazu