This patch series add the support of simple conntrack flow rules offload
through flower firmware by import the needed data structure and logic of
flow merge.
Chaoyong He (4):
net/nfp: prepare for the flow merge
net/nfp: add infrastructure for ct flow merge
net/nfp: add call to add and delete
Move data structure and macro from source file to header file.
Export the needed function to header file.
We add two more parameter for 'nfp_flow_process()' to prepare for the
flow merge.
The 'cookie' moved as parameter is because the flow merge logic need
this cookie.
The 'install' parameter is n
Add the logic to process the merge of items and actions of
pre_ct and post_ct flow. The result will be stored in a field
of merged flow.
Signed-off-by: Chaoyong He
---
drivers/net/nfp/flower/nfp_conntrack.c | 1626
drivers/net/nfp/flower/nfp_conntrack.h | 32 +
drivers
Add the offload call to add and delete the flows to the firmware.
Signed-off-by: Chaoyong He
---
drivers/net/nfp/flower/nfp_conntrack.c | 112 -
drivers/net/nfp/flower/nfp_conntrack.h | 5 ++
drivers/net/nfp/nfp_flow.c | 8 ++
3 files changed, 122 insertio
Adjust the original logic to make it valid for both normal flow
and merged flow.
Add the logic to update ct flow stats.
Add the support of conntrack action.
Signed-off-by: Chaoyong He
---
drivers/net/nfp/flower/nfp_conntrack.c | 54 --
drivers/net/nfp/flower/nfp_conntrack.h | 3
> -Original Message-
> From: Jerin Jacob
> Sent: 28 September 2023 09:43
> To: Srikanth Yalavarthi
> Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao
> ; Anup Prabhu ;
> Prince Takkar ; techbo...@dpdk.org; Srikanth
> Yalavarthi
> Subject: [EXT] Re: [PATCH v3 34/35] ml/cnxk: update de
6 matches
Mail list logo