netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers/net: fix too big NAPI weights
@ 2013-08-21 16:49 Michal Schmidt
  2013-08-21 16:49 ` [PATCH 1/4] jme: lower NAPI weight Michal Schmidt
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Michal Schmidt @ 2013-08-21 16:49 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Eric Dumazet

Some drivers request too big NAPI weights and would trigger the error
message in netif_napi_add() added in commit 82dc3c63. Let's fix them.

Michal Schmidt (4):
  jme: lower NAPI weight
  netxen: lower NAPI weight
  ps3_gelic: lower NAPI weight
  qlcnic: use standard NAPI weights

 drivers/net/ethernet/jme.c                         |  2 +-
 drivers/net/ethernet/qlogic/netxen/netxen_nic.h    |  1 -
 .../net/ethernet/qlogic/netxen/netxen_nic_main.c   |  2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |  1 -
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     | 25 +++++++++-------------
 drivers/net/ethernet/toshiba/ps3_gelic_net.c       |  3 +--
 drivers/net/ethernet/toshiba/ps3_gelic_net.h       |  1 -
 7 files changed, 13 insertions(+), 22 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2013-09-05 16:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 16:49 [PATCH 0/4] drivers/net: fix too big NAPI weights Michal Schmidt
2013-08-21 16:49 ` [PATCH 1/4] jme: lower NAPI weight Michal Schmidt
2013-08-21 18:15   ` Sergei Shtylyov
2013-08-23 13:40     ` [PATCH v2 " Michal Schmidt
2013-08-27 19:00       ` David Miller
2013-08-21 16:49 ` [PATCH 2/4] netxen: " Michal Schmidt
2013-08-21 18:16   ` Sergei Shtylyov
2013-08-23 13:41     ` [PATCH v2 " Michal Schmidt
2013-08-27 19:00       ` David Miller
2013-08-21 16:49 ` [PATCH 3/4] ps3_gelic: " Michal Schmidt
2013-08-21 18:17   ` Sergei Shtylyov
2013-08-21 21:03   ` Geoff Levand
2013-08-23 13:41     ` [PATCH v2 " Michal Schmidt
2013-08-27 19:00       ` David Miller
2013-08-21 16:49 ` [PATCH 4/4] qlcnic: use standard NAPI weights Michal Schmidt
2013-08-21 18:19   ` Sergei Shtylyov
2013-08-22  6:51   ` Himanshu Madhani
2013-08-23 13:45     ` Michal Schmidt
2013-08-30 19:21       ` Himanshu Madhani
2013-09-04 13:03         ` [PATCH net-next v2] " Michal Schmidt
2013-09-05 16:46           ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).