Re: [dpdk-dev] [PATCH v3] doc: update RSS action with best effort

2020-08-10 Thread Andrew Rybchenko
On 8/10/20 10:40 AM, Ori Kam wrote: > Hi Andrew, > > >> -Original Message- >> From: Andrew Rybchenko >> >> On 8/7/20 8:02 AM, Ori Kam wrote: >>> Using the rte_flow action RSS types field, >>> may result in undefined outcome. >>> >>> For example selecting both UDP and TCP, >>> selecting TCP

Re: [dpdk-dev] [PATCH v3] doc: update RSS action with best effort

2020-08-10 Thread Ori Kam
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > > On 8/7/20 8:02 AM, Ori Kam wrote: > > Using the rte_flow action RSS types field, > > may result in undefined outcome. > > > > For example selecting both UDP and TCP, > > selecting TCP RSS type but the pattern is targeting UDP

Re: [dpdk-dev] [PATCH v3] doc: update RSS action with best effort

2020-08-07 Thread Andrew Rybchenko
On 8/7/20 8:02 AM, Ori Kam wrote: > Using the rte_flow action RSS types field, > may result in undefined outcome. > > For example selecting both UDP and TCP, > selecting TCP RSS type but the pattern is targeting UDP traffic. > another option is that the PMD doesn't support all requested types. >

[dpdk-dev] [PATCH v3] doc: update RSS action with best effort

2020-08-06 Thread Ori Kam
Using the rte_flow action RSS types field, may result in undefined outcome. For example selecting both UDP and TCP, selecting TCP RSS type but the pattern is targeting UDP traffic. another option is that the PMD doesn't support all requested types. Until now, it wasn't clear what will happen in s