netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] nfp: flower: conntrack offload
@ 2021-07-22  7:57 Simon Horman
  2021-07-22  7:58 ` [PATCH net-next 1/9] nfp: flower: make the match compilation functions reusable Simon Horman
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Simon Horman @ 2021-07-22  7:57 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski
  Cc: netdev, oss-drivers, Yinjun Zhang, Louis Peens, Simon Horman

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


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

end of thread, other threads:[~2021-07-22  9:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22  7:57 [PATCH net-next 0/9] nfp: flower: conntrack offload Simon Horman
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

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