All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/6] tg3: adaptive interrupt coalescing, non-napi mode
@ 2011-12-16 18:19 David Decotigny
  2011-12-16 18:19 ` [PATCH net-next v1 1/6] tg3: fix possible infinite loop David Decotigny
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: David Decotigny @ 2011-12-16 18:19 UTC (permalink / raw)
  To: Matt Carlson, Michael Chan, netdev, linux-kernel
  Cc: Javier Martinez Canillas, Robin Getz, Matt Mackall,
	David Decotigny

This series implements adaptive interrupt coalescing for tg3 NIC,
improving performance substancially. It also implements non-NAPI mode
for specific system loads.

############################################
# Patch Set Summary:

David Decotigny (2):
  tg3: fix possible infinite loop
  tg3: move functions related to reset_task together

Maciej Żenczykowski (1):
  tg3: Remove IRQF_SAMPLE_RANDOM flag from internal tests

Tom Herbert (1):
  tg3: implementation of a non-NAPI mode

Ying Cai (2):
  tg3: Implement adaptive interrupt coalescing
  tg3: use netif_tx_start_queue instead of wake_queue when no
    reschedule needed

 drivers/net/ethernet/broadcom/Kconfig |    8 +
 drivers/net/ethernet/broadcom/tg3.c   |  379 ++++++++++++++++++++++++++++++---
 drivers/net/ethernet/broadcom/tg3.h   |   42 ++++
 3 files changed, 397 insertions(+), 32 deletions(-)

-- 
1.7.3.1


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

end of thread, other threads:[~2011-12-16 20:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 18:19 [PATCH net-next v1 0/6] tg3: adaptive interrupt coalescing, non-napi mode David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 1/6] tg3: fix possible infinite loop David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 2/6] tg3: Remove IRQF_SAMPLE_RANDOM flag from internal tests David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 3/6] tg3: Implement adaptive interrupt coalescing David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 4/6] tg3: move functions related to reset_task together David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 5/6] tg3: implementation of a non-NAPI mode David Decotigny
2011-12-16 19:30   ` Ben Hutchings
2011-12-16 19:42   ` Eric Dumazet
2011-12-16 19:50   ` Eric Dumazet
2011-12-16 18:19 ` [PATCH net-next v1 6/6] tg3: use netif_tx_start_queue instead of wake_queue when no reschedule needed David Decotigny
2011-12-16 18:42 ` [PATCH net-next v1 0/6] tg3: adaptive interrupt coalescing, non-napi mode David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.