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

2020-09-14 Thread Ferruh Yigit
On 8/10/2020 4:08 PM, 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 v4] doc: update RSS action with best effort

2020-08-10 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