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

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

v3:
- Let driver's ndo_fix_features() disable NETIF_F_LRO when NETIF_F_GRO_HW
is set instead of doing it in common netdev_fix_features().

v2:
- NETIF_F_GRO_HW flag propagation between upper and lower devices not
required (see patch 1).
- NETIF_F_GRO_HW depends on NETIF_F_GRO and NETIF_F_RXCSUM.
- Add dev_disable_gro_hw() to disable GRO_HW for generic XDP.
- Use ndo_fix_features() on all 3 drivers to drop GRO_HW when it is not
supported

Michael Chan (5):
  net: Introduce NETIF_F_GRO_HW.
  net: Disable GRO_HW when generic XDP is installed on a device.
  bnxt_en: Use NETIF_F_GRO_HW.
  bnx2x: Use NETIF_F_GRO_HW.
  qede: Use NETIF_F_GRO_HW.

 Documentation/networking/netdev-features.txt     |  8 ++++++
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c  | 19 ++++++++-----
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c |  4 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt.c        | 24 +++++++++++-----
 drivers/net/ethernet/qlogic/qede/qede.h          |  2 ++
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c  |  3 ++
 drivers/net/ethernet/qlogic/qede/qede_filter.c   | 20 ++++++++-----
 drivers/net/ethernet/qlogic/qede/qede_main.c     | 17 ++++-------
 include/linux/netdev_features.h                  |  3 ++
 net/core/dev.c                                   | 36 ++++++++++++++++++++++++
 net/core/ethtool.c                               |  1 +
 11 files changed, 104 insertions(+), 33 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-12-11  6:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-09  6:27 [PATCH net-next v3 0/5] Introduce NETIF_F_GRO_HW Michael Chan
2017-12-09  6:27 ` [PATCH net-next v3 1/5] net: " Michael Chan
2017-12-09 18:50   ` Alexander Duyck
2017-12-09 21:31     ` Michael Chan
2017-12-09 22:04       ` Alexander Duyck
2017-12-10  6:40         ` Michael Chan
2017-12-10 17:02           ` Alexander Duyck
2017-12-11  6:39             ` Michael Chan
2017-12-09  6:27 ` [PATCH net-next v3 2/5] net: Disable GRO_HW when generic XDP is installed on a device Michael Chan
2017-12-09 18:56   ` Alexander Duyck
2017-12-09 21:40     ` Michael Chan
2017-12-09 22:37       ` Alexander Duyck
2017-12-10  6:49         ` Michael Chan
2017-12-11  3:03           ` Alexander Duyck
2017-12-09  6:27 ` [PATCH net-next v3 3/5] bnxt_en: Use NETIF_F_GRO_HW Michael Chan
2017-12-09  6:27 ` [PATCH net-next v3 4/5] bnx2x: " Michael Chan
2017-12-09  6:27 ` [PATCH net-next v3 5/5] qede: " Michael Chan

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.