From: Simon Horman <simon.horman@netronome.com>
To: David Miller <davem@davemloft.net>,
Jakub Kicinski <jakub.kicinski@netronome.com>
Cc: netdev@vger.kernel.org, oss-drivers@netronome.com,
Simon Horman <simon.horman@netronome.com>
Subject: [PATCH net-next 0/7] nfp: extend match and action for flower offload
Date: Fri, 6 Oct 2017 10:21:19 +0200 [thread overview]
Message-ID: <1507278086-3102-1-git-send-email-simon.horman@netronome.com> (raw)
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
next reply other threads:[~2017-10-06 8:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-06 8:21 Simon Horman [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507278086-3102-1-git-send-email-simon.horman@netronome.com \
--to=simon.horman@netronome.com \
--cc=davem@davemloft.net \
--cc=jakub.kicinski@netronome.com \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@netronome.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).