Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Simon Horman <simon.horman@corigine.com>
To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, oss-drivers@corigine.com,
Yinjun Zhang <yinjun.zhang@corigine.com>,
Louis Peens <louis.peens@corigine.com>,
Simon Horman <simon.horman@corigine.com>
Subject: [PATCH net-next 0/9] nfp: flower: conntrack offload
Date: Thu, 22 Jul 2021 09:57:59 +0200 [thread overview]
Message-ID: <20210722075808.10095-1-simon.horman@corigine.com> (raw)
Louis Peens says:
This series takes the preparation from previous two series
and finally creates the structures and control messages
to offload the conntrack flows to the card. First we
do a bit of refactoring in the existing functions
to make them re-usable for the conntrack implementation,
after which the control messages are compiled and
transmitted to the card. Lastly we add stats handling
for the conntrack flows.
Louis Peens (8):
nfp: flower: refactor match functions to take flow_rule as input
nfp: flower: refactor action offload code slightly
nfp: flower-ct: calculate required key_layers
nfp: flower-ct: compile match sections of flow_payload
nfp: flower-ct: add actions into flow_pay for offload
nfp: flower-ct: add flow_pay to the offload table
nfp: flower-ct: add offload calls to the nfp
nfp: flower-tc: add flow stats updates for ct
Yinjun Zhang (1):
nfp: flower: make the match compilation functions reusable
.../ethernet/netronome/nfp/flower/action.c | 35 +-
.../ethernet/netronome/nfp/flower/conntrack.c | 616 +++++++++++++++++-
.../ethernet/netronome/nfp/flower/conntrack.h | 26 +
.../net/ethernet/netronome/nfp/flower/main.h | 79 ++-
.../net/ethernet/netronome/nfp/flower/match.c | 333 +++++-----
.../ethernet/netronome/nfp/flower/metadata.c | 7 +-
.../ethernet/netronome/nfp/flower/offload.c | 51 +-
7 files changed, 946 insertions(+), 201 deletions(-)
--
2.20.1
next reply other threads:[~2021-07-22 7:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-22 7:57 Simon Horman [this message]
2021-07-22 7:58 ` [PATCH net-next 1/9] nfp: flower: make the match compilation functions reusable Simon Horman
2021-07-22 7:58 ` [PATCH net-next 2/9] nfp: flower: refactor match functions to take flow_rule as input Simon Horman
2021-07-22 7:58 ` [PATCH net-next 3/9] nfp: flower: refactor action offload code slightly Simon Horman
2021-07-22 7:58 ` [PATCH net-next 4/9] nfp: flower-ct: calculate required key_layers Simon Horman
2021-07-22 7:58 ` [PATCH net-next 5/9] nfp: flower-ct: compile match sections of flow_payload Simon Horman
2021-07-22 7:58 ` [PATCH net-next 6/9] nfp: flower-ct: add actions into flow_pay for offload Simon Horman
2021-07-22 7:58 ` [PATCH net-next 7/9] nfp: flower-ct: add flow_pay to the offload table Simon Horman
2021-07-22 7:58 ` [PATCH net-next 8/9] nfp: flower-ct: add offload calls to the nfp Simon Horman
2021-07-22 7:58 ` [PATCH net-next 9/9] nfp: flower-tc: add flow stats updates for ct Simon Horman
2021-07-22 9:30 ` [PATCH net-next 0/9] nfp: flower: conntrack offload patchwork-bot+netdevbpf
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=20210722075808.10095-1-simon.horman@corigine.com \
--to=simon.horman@corigine.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=louis.peens@corigine.com \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@corigine.com \
--cc=yinjun.zhang@corigine.com \
--subject='Re: [PATCH net-next 0/9] nfp: flower: conntrack offload' \
/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
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).