All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Introduce NETIF_F_GRO_HW
@ 2017-12-04 11:12 Michael Chan
  2017-12-04 11:12 ` [PATCH net-next 1/4] net: " Michael Chan
                   ` (5 more replies)
  0 siblings, 6 replies; 31+ messages in thread
From: Michael Chan @ 2017-12-04 11:12 UTC (permalink / raw)
  To: davem; +Cc: netdev

Introduce NETIF_F_GRO_HW feature flag and convert drivers that support
hardware GRO to use the flag.

Michael Chan (4):
  net: Introduce NETIF_F_GRO_HW
  bnxt_en: Use NETIF_F_GRO_HW.
  bnx2x: Use NETIF_F_GRO_HW.
  qede: Use NETIF_F_GRO_HW.

 Documentation/networking/netdev-features.txt     |  7 +++++++
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c  | 10 +++-------
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c |  4 +++-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c        |  8 +++++---
 drivers/net/ethernet/qlogic/qede/qede_filter.c   |  9 ++-------
 drivers/net/ethernet/qlogic/qede/qede_main.c     |  4 ++--
 include/linux/netdev_features.h                  |  5 ++++-
 net/core/dev.c                                   | 13 +++++++++++++
 net/core/ethtool.c                               |  1 +
 9 files changed, 40 insertions(+), 21 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-12-06 21:04 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-04 11:12 [PATCH net-next 0/4] Introduce NETIF_F_GRO_HW Michael Chan
2017-12-04 11:12 ` [PATCH net-next 1/4] net: " Michael Chan
2017-12-04 16:30   ` Or Gerlitz
2017-12-04 16:47   ` Alexander Duyck
2017-12-04 18:23     ` Michael Chan
2017-12-04 18:43       ` Alexander Duyck
2017-12-04 18:59         ` David Miller
2017-12-04 19:24           ` Alexander Duyck
2017-12-04 19:26           ` Eric Dumazet
2017-12-04 19:36             ` Alexander Duyck
2017-12-04 19:52         ` Michael Chan
2017-12-04 20:58           ` Alexander Duyck
2017-12-04 23:05             ` Michael Chan
2017-12-04 22:15   ` Yuval Mintz
2017-12-04 22:31     ` Michael Chan
2017-12-04 11:12 ` [PATCH net-next 2/4] bnxt_en: Use NETIF_F_GRO_HW Michael Chan
2017-12-04 16:35   ` Or Gerlitz
2017-12-04 18:11     ` Michael Chan
2017-12-04 21:06       ` Or Gerlitz
2017-12-04 22:00         ` Eric Dumazet
2017-12-05  0:07           ` Michael Chan
2017-12-05 18:10             ` Marcelo Ricardo Leitner
2017-12-06 21:04               ` Michael Chan
2017-12-04 11:12 ` [PATCH net-next 3/4] bnx2x: " Michael Chan
2017-12-04 11:12 ` [PATCH net-next 4/4] qede: " Michael Chan
2017-12-04 21:48   ` Yuval Mintz
2017-12-04 22:45     ` Michael Chan
2017-12-05 12:32       ` Chopra, Manish
2017-12-05 17:13         ` Michael Chan
2017-12-04 11:38 ` [PATCH net-next 0/4] Introduce NETIF_F_GRO_HW Elior, Ariel
2017-12-05 19:31 ` 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.