[PATCH 0/4] support offload of simple conntrack flow rules

2023-09-30 Thread Chaoyong He
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

[PATCH 1/4] net/nfp: prepare for the flow merge

2023-09-30 Thread Chaoyong He
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

[PATCH 2/4] net/nfp: add infrastructure for ct flow merge

2023-09-30 Thread Chaoyong He
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

[PATCH 3/4] net/nfp: add call to add and delete the flows to firmware

2023-09-30 Thread Chaoyong He
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

[PATCH 4/4] net/nfp: add support for merged flows and conntrack stats

2023-09-30 Thread Chaoyong He
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

RE: [EXT] Re: [PATCH v3 34/35] ml/cnxk: update dependency info in driver docs

2023-09-30 Thread Srikanth Yalavarthi
> -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