Re: [dpdk-dev] [PATCH] pktgen: enable RSS on versions of DPDK after 18.05

2019-06-06 Thread Wiles, Keith
> On Jun 6, 2019, at 4:45 PM, David Christensen wrote: > > When backwards compatibility was added for earlier releases of DPDK, > default enablement of RSS was lost for versions of DPDK after 18.05. > This change restores the old behavior and enables RSS by default. > > Fixes: ae81c62f194c ("

[dpdk-dev] [PATCH] pktgen: enable RSS on versions of DPDK after 18.05

2019-06-06 Thread David Christensen
When backwards compatibility was added for earlier releases of DPDK, default enablement of RSS was lost for versions of DPDK after 18.05. This change restores the old behavior and enables RSS by default. Fixes: ae81c62f194c ("backward compat to 18.02 at least") Cc: keith.wi...@intel.com Signed-of