[dpdk-dev] [PATCH 1/2] mlx5: fix overwritten RSS configuration

2016-03-22 Thread Bruce Richardson
On Fri, Mar 18, 2016 at 05:27:47PM +0100, Adrien Mazarguil wrote: > On Fri, Mar 18, 2016 at 01:54:42PM +0100, Nelio Laranjeiro wrote: > > RSS configuration provided by the application should not be used as storage > > by the PMD. > > > > Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get"

[dpdk-dev] [PATCH 1/2] mlx5: fix overwritten RSS configuration

2016-03-18 Thread Adrien Mazarguil
On Fri, Mar 18, 2016 at 01:54:42PM +0100, Nelio Laranjeiro wrote: > RSS configuration provided by the application should not be used as storage > by the PMD. > > Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") > > Signed-off-by: Nelio Laranjeiro > --- > drivers/net/mlx5/mlx5.h

[dpdk-dev] [PATCH 1/2] mlx5: fix overwritten RSS configuration

2016-03-18 Thread Nelio Laranjeiro
RSS configuration provided by the application should not be used as storage by the PMD. Fixes: 2f97422e7759 ("mlx5: support RSS hash update and get") Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.h| 1 + drivers/net/mlx5/mlx5_ethdev.c | 1 + drivers/net/mlx5/mlx5_rss.c|