Re: [dpdk-dev] [PATCH v2] examples/ip_pipeline: fix RSS

2018-08-07 Thread Thomas Monjalon
06/08/2018 17:24, Cristian Dumitrescu: > After adding RSS hash offload checks, flags that are not supported by > the current device result in RSS configuration failing as opposed to > unsupported flags being silently discarded. This fix is making sure > that only device supported flags are passed t

[dpdk-dev] [PATCH v2] examples/ip_pipeline: fix RSS

2018-08-06 Thread Cristian Dumitrescu
After adding RSS hash offload checks, flags that are not supported by the current device result in RSS configuration failing as opposed to unsupported flags being silently discarded. This fix is making sure that only device supported flags are passed to RSS configuration. Fixes: aa1a6d87f15d ("eth