All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] nfp: extend match and action for flower offload
@ 2017-10-06  8:21 Simon Horman
  2017-10-06  8:21 ` [PATCH net-next 1/7] nfp: add mpls match offloading support Simon Horman
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Simon Horman @ 2017-10-06  8:21 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski; +Cc: netdev, oss-drivers, Simon Horman

Pieter says:

This series extends flower offload match and action capabilities. It
specifically adds offload capabilities for matching on MPLS, TTL, TOS
and flow label. Furthermore offload capabilities for action have been
expanded to include set ethernet, ipv4, ipv6, tcp and udp headers.

Pieter Jansen van Vuuren (7):
  nfp: add mpls match offloading support
  nfp: add IPv4 ttl and tos match offloading support
  nfp: add IPv6 ttl and tos match offloading support
  nfp: add set ethernet header action flower offload
  nfp: add set ipv4 header action flower offload
  nfp: add set ipv6 source and destination address
  nfp: add set tcp and udp header action flower offload

 drivers/net/ethernet/netronome/nfp/flower/action.c | 245 +++++++++++++++++++++
 drivers/net/ethernet/netronome/nfp/flower/cmsg.h   |  43 ++++
 drivers/net/ethernet/netronome/nfp/flower/match.c  |  39 +++-
 .../net/ethernet/netronome/nfp/flower/offload.c    |  20 +-
 4 files changed, 324 insertions(+), 23 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-10-09 16:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06  8:21 [PATCH net-next 0/7] nfp: extend match and action for flower offload Simon Horman
2017-10-06  8:21 ` [PATCH net-next 1/7] nfp: add mpls match offloading support Simon Horman
2017-10-06  8:21 ` [PATCH net-next 2/7] nfp: add IPv4 ttl and tos " Simon Horman
2017-10-06  8:21 ` [PATCH net-next 3/7] nfp: add IPv6 " Simon Horman
2017-10-06  8:21 ` [PATCH net-next 4/7] nfp: add set ethernet header action flower offload Simon Horman
2017-10-06  8:21 ` [PATCH net-next 5/7] nfp: add set ipv4 " Simon Horman
2017-10-06  8:21 ` [PATCH net-next 6/7] nfp: add set ipv6 source and destination address Simon Horman
2017-10-06  8:21 ` [PATCH net-next 7/7] nfp: add set tcp and udp header action flower offload Simon Horman
2017-10-06 15:34 ` [PATCH net-next 0/7] nfp: extend match and action for " Tom Herbert
2017-10-09  8:05   ` Simon Horman
2017-10-09 15:45     ` Tom Herbert
2017-10-09 16:02       ` [oss-drivers] " Simon Horman
2017-10-06 16:56 ` 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.