netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] nfp: more set actions and notifier refactor
@ 2018-11-07  1:07 Jakub Kicinski
  2018-11-07  1:07 ` [PATCH net-next 1/7] nfp: flower: add ipv4 set ttl and tos offload Jakub Kicinski
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jakub Kicinski @ 2018-11-07  1:07 UTC (permalink / raw)
  To: davem; +Cc: netdev, oss-drivers, Jakub Kicinski

Hi!

This series brings updates to flower offload code.  First Pieter adds
support for setting TTL, ToS, Flow Label and Hop Limit fields in IPv4
and IPv6 headers.

Remaining 5 patches deal with factoring out netdev notifiers from flower
code.  We already have two instances, and more is coming, so it's time
to move to one central notifier which then feeds individual feature
handlers.

I start that part by cleaning up the existing notifiers.  Next a central
notifier is added, and used by flower offloads.

Jakub Kicinski (5):
  nfp: flower: remove unnecessary iteration over devices
  nfp: flower: don't try to nack device unregister events
  nfp: flower: make nfp_fl_lag_changels_event() void
  nfp: register a notifier handler in a central location for the device
  nfp: flower: use the common netdev notifier

Pieter Jansen van Vuuren (2):
  nfp: flower: add ipv4 set ttl and tos offload
  nfp: flower: add ipv6 set flow label and hop limit offload

 .../ethernet/netronome/nfp/flower/action.c    | 143 ++++++++++++++++--
 .../net/ethernet/netronome/nfp/flower/cmsg.h  |  24 +++
 .../ethernet/netronome/nfp/flower/lag_conf.c  |  48 +++---
 .../net/ethernet/netronome/nfp/flower/main.c  |  23 ++-
 .../net/ethernet/netronome/nfp/flower/main.h  |  10 +-
 .../netronome/nfp/flower/tunnel_conf.c        |  45 +-----
 drivers/net/ethernet/netronome/nfp/nfp_app.c  |  47 ++++++
 drivers/net/ethernet/netronome/nfp/nfp_app.h  |  25 ++-
 8 files changed, 261 insertions(+), 104 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-11-08  5:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-07  1:07 [PATCH net-next 0/7] nfp: more set actions and notifier refactor Jakub Kicinski
2018-11-07  1:07 ` [PATCH net-next 1/7] nfp: flower: add ipv4 set ttl and tos offload Jakub Kicinski
2018-11-07  1:07 ` [PATCH net-next 2/7] nfp: flower: add ipv6 set flow label and hop limit offload Jakub Kicinski
2018-11-07  1:07 ` [PATCH net-next 3/7] nfp: flower: remove unnecessary iteration over devices Jakub Kicinski
2018-11-07  1:07 ` [PATCH net-next 4/7] nfp: flower: don't try to nack device unregister events Jakub Kicinski
2018-11-07  1:07 ` [PATCH net-next 5/7] nfp: flower: make nfp_fl_lag_changels_event() void Jakub Kicinski
2018-11-07  1:07 ` [PATCH net-next 6/7] nfp: register a notifier handler in a central location for the device Jakub Kicinski
2018-11-07  1:07 ` [PATCH net-next 7/7] nfp: flower: use the common netdev notifier Jakub Kicinski
2018-11-07 19:46 ` [PATCH net-next 0/7] nfp: more set actions and notifier refactor 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).