netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 00/12] net: get rid of __napi_complete()
@ 2017-02-04 23:24 Eric Dumazet
  2017-02-04 23:24 ` [PATCH v2 net-next 01/12] 8139too: use napi_complete_done() Eric Dumazet
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Eric Dumazet @ 2017-02-04 23:24 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

This patch series removes __napi_complete() calls, in an effort
to make NAPI API simpler and generalize GRO and napi_complete_done()

Eric Dumazet (12):
  8139too: use napi_complete_done()
  8139cp: use napi_complete_done()
  epic100: use napi_complete_done()
  amd8111e: add GRO support
  pcnet32: use napi_complete_done()
  ep93xx_eth: add GRO support
  skge: use napi_complete_done()
  ks8695net: add GRO support
  qla3xxx: add GRO support
  ibm/emac: use napi_complete_done()
  aeroflex/greth: use napi_complete_done()
  net: remove __napi_complete()

 drivers/net/ethernet/aeroflex/greth.c    |   2 +-
 drivers/net/ethernet/amd/amd8111e.c      | 164 ++++++++++++++-----------------
 drivers/net/ethernet/amd/pcnet32.c       |  11 +--
 drivers/net/ethernet/cirrus/ep93xx_eth.c |  29 ++----
 drivers/net/ethernet/ibm/emac/mal.c      |  18 ++--
 drivers/net/ethernet/marvell/skge.c      |   8 +-
 drivers/net/ethernet/micrel/ks8695net.c  |  11 +--
 drivers/net/ethernet/qlogic/qla3xxx.c    |  31 +++---
 drivers/net/ethernet/realtek/8139cp.c    |  11 +--
 drivers/net/ethernet/realtek/8139too.c   |   8 +-
 drivers/net/ethernet/smsc/epic100.c      |  31 ++----
 include/linux/netdevice.h                |   1 -
 net/core/dev.c                           |  24 +----
 13 files changed, 127 insertions(+), 222 deletions(-)

-- 
2.11.0.483.g087da7b7c-goog

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

end of thread, other threads:[~2017-05-16 20:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 23:24 [PATCH v2 net-next 00/12] net: get rid of __napi_complete() Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 01/12] 8139too: use napi_complete_done() Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 02/12] 8139cp: " Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 03/12] epic100: " Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 04/12] amd8111e: add GRO support Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 05/12] pcnet32: use napi_complete_done() Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 06/12] ep93xx_eth: add GRO support Eric Dumazet
2017-05-15 10:31   ` Lennert Buytenhek
2017-05-15 20:43     ` Ryan Mallon
2017-05-15 21:02       ` Alexander Sverdlin
2017-05-16 20:41         ` Alexander Sverdlin
2017-05-16 20:48           ` Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 07/12] skge: use napi_complete_done() Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 08/12] ks8695net: add GRO support Eric Dumazet
2017-02-04 23:24 ` [PATCH v2 net-next 09/12] qla3xxx: " Eric Dumazet
2017-02-04 23:25 ` [PATCH v2 net-next 10/12] ibm/emac: use napi_complete_done() Eric Dumazet
2017-02-04 23:25 ` [PATCH v2 net-next 11/12] aeroflex/greth: " Eric Dumazet
2017-02-04 23:25 ` [PATCH v2 net-next 12/12] net: remove __napi_complete() Eric Dumazet
2017-02-05 22:16 ` [PATCH v2 net-next 00/12] net: get rid of __napi_complete() 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).