Re: [dpdk-dev] [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP RSS support

2017-11-21 Thread Neil Horman
On Tue, Nov 21, 2017 at 03:27:22PM +0100, Adrien Mazarguil wrote: > Following the refactoring of the entire mlx4 PMD for DPDK 17.11, UDP RSS > support was left in a disabled state. Likewise, inner VXLAN RSS used to be > performed automatically by default but it's not the case anymore. > > This ser

[dpdk-dev] [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP RSS support

2017-11-21 Thread Adrien Mazarguil
Following the refactoring of the entire mlx4 PMD for DPDK 17.11, UDP RSS support was left in a disabled state. Likewise, inner VXLAN RSS used to be performed automatically by default but it's not the case anymore. This series brings back both features by relying on the latest API updates and bugfi