RE: [PATCH v2 05/24] net/nfp: add the offload support of basic actions

2022-10-19 Thread Chaoyong He
> On 10/10/2022 7:08 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 > > --- > > doc/guides/nics/features/nfp.ini | 6 ++ > > doc/guides/rel_notes/rel

Re: [PATCH v2 05/24] net/nfp: add the offload support of basic actions

2022-10-10 Thread Ferruh Yigit
On 10/10/2022 7:08 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 --- doc/guides/nics/features/nfp.ini | 6 ++ doc/guides/rel_notes/release_22_11.rst | 6 ++ dri

[PATCH v2 05/24] net/nfp: add the offload support of basic actions

2022-10-09 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 | 6 ++ doc/guides/rel_notes/release_22_11.rst | 6 ++ drivers/net/nfp/flower/nfp_flower_cmsg.h | 11 +++