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

2023-10-04 Thread Ferruh Yigit
On 10/4/2023 10:35 AM, Chaoyong He wrote: > 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. > > --- > v2: > * Fix one mis-spell in comment. > * Revise logic and document to solve the '

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

2023-10-04 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. --- v2: * Fix one mis-spell in comment. * Revise logic and document to solve the 'devtools/check-doc-vs-code.sh' warning. * Adjust the com