Re: [PATCH v2 02/24] net/nfp: add the structures and functions for flow offload

2022-10-19 Thread Ferruh Yigit
On 10/19/2022 3:50 AM, Chaoyong He wrote: On 10/10/2022 7:08 AM, Chaoyong He wrote: Add the structures and functions to process mask table, flow table, and flow stats id, which are used in the rte_flow offload logics. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund <...> +__rte_u

RE: [PATCH v2 02/24] net/nfp: add the structures and functions for flow offload

2022-10-18 Thread Chaoyong He
> On 10/10/2022 7:08 AM, Chaoyong He wrote: > > Add the structures and functions to process mask table, flow table, > > and flow stats id, which are used in the rte_flow offload logics. > > > > Signed-off-by: Chaoyong He > > Reviewed-by: Niklas Söderlund > > <...> > > > +__rte_unused static int

Re: [PATCH v2 02/24] net/nfp: add the structures and functions for flow offload

2022-10-10 Thread Ferruh Yigit
On 10/10/2022 7:08 AM, Chaoyong He wrote: Add the structures and functions to process mask table, flow table, and flow stats id, which are used in the rte_flow offload logics. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund <...> +__rte_unused static int +nfp_flow_table_delete(str

[PATCH v2 02/24] net/nfp: add the structures and functions for flow offload

2022-10-09 Thread Chaoyong He
Add the structures and functions to process mask table, flow table, and flow stats id, which are used in the rte_flow offload logics. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/flower/nfp_flower.c | 11 +- drivers/net/nfp/meson.build | 3 + drivers/n