Re: [PATCH 0/7] refactor flow validate and create interface

2024-07-06 Thread Ferruh Yigit
On 6/19/2024 10:19 AM, Chaoyong He wrote: > This patch series refactor the flow validate and create interface, > make the logic more readable and esaier to extend. > > Chaoyong He (7): > net/nfp: remove the unused parameter > net/nfp: exit as soon as possible > net/nfp: remove the duplicate

[PATCH 0/7] refactor flow validate and create interface

2024-06-19 Thread Chaoyong He
This patch series refactor the flow validate and create interface, make the logic more readable and esaier to extend. Chaoyong He (7): net/nfp: remove the unused parameter net/nfp: exit as soon as possible net/nfp: remove the duplicate logic of output action net/nfp: split out the flow ite