RE: [PATCH v5 06/25] net/nfp: support basic flow actions

2022-10-20 Thread Chaoyong He
> On 10/20/2022 3:19 AM, Chaoyong He wrote: > > Add the offload support of very basic actions: mark, rss, count, drop > > and output. > > > > Signed-off-by: Chaoyong He > > Reviewed-by: Niklas Söderlund > > <...> > > > +static int > > +nfp_flow_compile_action(__rte_unused struct nfp_flower_repr

Re: [PATCH v5 06/25] net/nfp: support basic flow actions

2022-10-20 Thread Ferruh Yigit
On 10/20/2022 3:19 AM, Chaoyong He wrote: Add the offload support of very basic actions: mark, rss, count, drop and output. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund <...> +static int +nfp_flow_compile_action(__rte_unused struct nfp_flower_representor *representor, +

[PATCH v5 06/25] net/nfp: support basic flow actions

2022-10-19 Thread Chaoyong He
Add the offload support of very basic actions: mark, rss, count, drop and output. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- doc/guides/nics/features/nfp.ini | 5 ++ doc/guides/rel_notes/release_22_11.rst | 2 +- drivers/net/nfp/flower/nfp_flower_cmsg.h | 11 +++