All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4][net-next] gianfar: Address napi polling issues
@ 2013-03-19 17:40 Claudiu Manoil
  2013-03-19 17:40 ` [PATCH 1/4][net-next] gianfar: Fix tx napi polling Claudiu Manoil
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Claudiu Manoil @ 2013-03-19 17:40 UTC (permalink / raw)
  To: netdev; +Cc: Paul Gortmaker, David S. Miller

Hello David, Paul,

These patches take on several issues in the current napi polling
routine, affecting mostly the newer Multi Queue Multi Group
(MQ_MG_MODE) devices. Seems that the code for these devices
has been neglected.

Tested on p1010 (single core, multi q), p1020 (dual core, multi q)
and p2020 (dual core, single q mode).

Thanks.

Claudiu Manoil (4):
  gianfar: Fix tx napi polling
  gianfar: Poll only active Rx queues
  gianfar: Remove redundant programming of [rt]xic registers
  gianfar: Refactor config coalescing calls for all queues

 drivers/net/ethernet/freescale/gianfar.c         | 135 +++++++++++++----------
 drivers/net/ethernet/freescale/gianfar.h         |   7 +-
 drivers/net/ethernet/freescale/gianfar_ethtool.c |   2 +-
 3 files changed, 84 insertions(+), 60 deletions(-)

-- 
1.7.11.3

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

end of thread, other threads:[~2013-03-20 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 17:40 [PATCH 0/4][net-next] gianfar: Address napi polling issues Claudiu Manoil
2013-03-19 17:40 ` [PATCH 1/4][net-next] gianfar: Fix tx napi polling Claudiu Manoil
2013-03-19 17:40 ` [PATCH 2/4][net-next] gianfar: Poll only active Rx queues Claudiu Manoil
2013-03-19 17:40 ` [PATCH 3/4][net-next] gianfar: Remove redundant programming of [rt]xic registers Claudiu Manoil
2013-03-19 17:49   ` Sergei Shtylyov
2013-03-19 17:40 ` [PATCH 4/4][net-next] gianfar: Refactor config coalescing calls for all queues Claudiu Manoil
2013-03-20 17:22 ` [PATCH 0/4][net-next] gianfar: Address napi polling issues 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.