Re: [dpdk-dev] [PATCH] net/bnxt: fix RSS action parser

2021-10-29 Thread Ajit Khaparde
On Fri, Oct 29, 2021 at 10:22 AM Ferruh Yigit wrote: > > On 10/26/2021 6:14 AM, Ajit Khaparde wrote: > > Minor fixes are needed in the RTE_FLOW RSS action parser. > > 1. Update the comment in the parser to indicate rss level 1 implies > > RSS on outer header. > > 2. RSS action will not be supporte

Re: [dpdk-dev] [PATCH] net/bnxt: fix RSS action parser

2021-10-29 Thread Ferruh Yigit
On 10/26/2021 6:14 AM, Ajit Khaparde wrote: Minor fixes are needed in the RTE_FLOW RSS action parser. 1. Update the comment in the parser to indicate rss level 1 implies RSS on outer header. 2. RSS action will not be supported if level is > 1. 3. RSS action will not be supported if user or applic

Re: [dpdk-dev] [PATCH] net/bnxt: fix RSS action parser

2021-10-26 Thread Ajit Khaparde
On Mon, Oct 25, 2021 at 10:14 PM Ajit Khaparde wrote: > > Minor fixes are needed in the RTE_FLOW RSS action parser. > 1. Update the comment in the parser to indicate rss level 1 implies > RSS on outer header. > 2. RSS action will not be supported if level is > 1. > 3. RSS action will not be suppor

[dpdk-dev] [PATCH] net/bnxt: fix RSS action parser

2021-10-26 Thread Ajit Khaparde
Minor fixes are needed in the RTE_FLOW RSS action parser. 1. Update the comment in the parser to indicate rss level 1 implies RSS on outer header. 2. RSS action will not be supported if level is > 1. 3. RSS action will not be supported if user or application specifies MARK or COUNT action. 4. If RS