[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210616100207.14415-1-simon.horman@corigine.com>
Date: Wed, 16 Jun 2021 12:01:58 +0200
From: Simon Horman <simon.horman@...igine.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, oss-drivers@...igine.com,
Louis Peens <louis.peens@...igine.com>,
Yinjun Zhang <yinjun.zhang@...igine.com>,
Simon Horman <simon.horman@...igine.com>
Subject: [PATCH net-next 0/9] Next set of conntrack patches for the nfp driver
Louis Peens says:
This follows on from the previous series of a similar nature.
Looking at the diagram as explained in the previous series
this implements changes up to the point where the merged
nft entries are saved. There are still bits of stubbed
out code where offloading of the flows will be implemented.
+-------------+ +----------+
| pre_ct flow +--------+ | nft flow |
+-------------+ v +------+---+
+----------+ |
| tc_merge +--------+ |
+----------+ v v
+--------------+ ^ +-------------+
| post_ct flow +-------+ +---+nft_tc merge |
+--------------+ | +-------------+
|
|
|
v
Offload to nfp
Louis Peens (8):
nfp: flower-ct: add delete flow handling for ct
nfp: flower-ct: add nft callback stubs
nfp: flower-ct: add nft flows to nft list
nfp: flower-ct: add nft_merge table
nfp: flower-ct: implement code to save merge of tc and nft flows
nfp: flower-ct: fill in ct merge check function
nfp: flower-ct: fill ct metadata check function
nfp: flower-ct: implement action_merge check
Yinjun Zhang (1):
nfp: flower-ct: make a full copy of the rule when it is a NFT flow
.../ethernet/netronome/nfp/flower/conntrack.c | 726 +++++++++++++++++-
.../ethernet/netronome/nfp/flower/conntrack.h | 76 ++
.../ethernet/netronome/nfp/flower/metadata.c | 28 +
.../ethernet/netronome/nfp/flower/offload.c | 9 +
4 files changed, 819 insertions(+), 20 deletions(-)
--
2.20.1
Powered by blists - more mailing lists