netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] Add ipv6 tunnel support to NFP
@ 2019-12-12 18:16 John Hurley
  2019-12-12 18:16 ` [PATCH net-next 1/9] nfp: flower: pass flow rule pointer directly to match functions John Hurley
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: John Hurley @ 2019-12-12 18:16 UTC (permalink / raw)
  To: netdev; +Cc: simon.horman, jakub.kicinski, oss-drivers, John Hurley

Hi,

The following patches add support for IPv6 tunnel offload to the NFP
driver.

Patches 1-2 do some code tidy up and prepare existing code for reuse in
IPv6 tunnels.
Patches 3-4 handle IPv6 tunnel decap (match) rules.
Patches 5-8 handle encap (action) rules.
Patch 9 adds IPv6 support to the merge and pre-tunnel rule functions.

John Hurley (9):
  nfp: flower: pass flow rule pointer directly to match functions
  nfp: flower: move udp tunnel key match compilation to helper function
  nfp: flower: compile match for IPv6 tunnels
  nfp: flower: offload list of IPv6 tunnel endpoint addresses
  nfp: flower: modify pre-tunnel and set tunnel action for ipv6
  nfp: flower: handle ipv6 tunnel no neigh request
  nfp: flower: handle notifiers for ipv6 route changes
  nfp: flower: support ipv6 tunnel keep-alive messages from fw
  nfp: flower: update flow merge code to support IPv6 tunnels

 drivers/net/ethernet/netronome/nfp/flower/action.c |  65 ++-
 drivers/net/ethernet/netronome/nfp/flower/cmsg.c   |  11 +-
 drivers/net/ethernet/netronome/nfp/flower/cmsg.h   | 106 ++++-
 drivers/net/ethernet/netronome/nfp/flower/main.h   |  38 +-
 drivers/net/ethernet/netronome/nfp/flower/match.c  | 260 +++++++----
 .../net/ethernet/netronome/nfp/flower/offload.c    | 144 ++++--
 .../ethernet/netronome/nfp/flower/tunnel_conf.c    | 497 ++++++++++++++++++---
 7 files changed, 892 insertions(+), 229 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-12-15  5:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 18:16 [PATCH net-next 0/9] Add ipv6 tunnel support to NFP John Hurley
2019-12-12 18:16 ` [PATCH net-next 1/9] nfp: flower: pass flow rule pointer directly to match functions John Hurley
2019-12-12 18:16 ` [PATCH net-next 2/9] nfp: flower: move udp tunnel key match compilation to helper function John Hurley
2019-12-12 18:16 ` [PATCH net-next 3/9] nfp: flower: compile match for IPv6 tunnels John Hurley
2019-12-12 18:16 ` [PATCH net-next 4/9] nfp: flower: offload list of IPv6 tunnel endpoint addresses John Hurley
2019-12-12 18:16 ` [PATCH net-next 5/9] nfp: flower: modify pre-tunnel and set tunnel action for ipv6 John Hurley
2019-12-12 18:16 ` [PATCH net-next 6/9] nfp: flower: handle ipv6 tunnel no neigh request John Hurley
2019-12-12 18:16 ` [PATCH net-next 7/9] nfp: flower: handle notifiers for ipv6 route changes John Hurley
2019-12-12 18:16 ` [PATCH net-next 8/9] nfp: flower: support ipv6 tunnel keep-alive messages from fw John Hurley
2019-12-12 18:16 ` [PATCH net-next 9/9] nfp: flower: update flow merge code to support IPv6 tunnels John Hurley
2019-12-15  4:41 ` [PATCH net-next 0/9] Add ipv6 tunnel support to NFP Jakub Kicinski
2019-12-15  5:11   ` Jakub Kicinski

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).