Re: [dpdk-dev] [PATCH v1] net/mlx4: add an RSS hash update callback

2018-05-21 Thread Ophir Munk
For 18.05 this path can be withdrawn. It has already been suppressed a few days ago. Thanks, Ophir > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Monday, May 21, 2018 7:08 PM > To: Ophir Munk > Cc: dev@dpdk.org; Thomas Monjalon ; Olga Shern > ;

Re: [dpdk-dev] [PATCH v1] net/mlx4: add an RSS hash update callback

2018-05-21 Thread Adrien Mazarguil
On Thu, May 17, 2018 at 11:04:40AM +, Ophir Munk wrote: > Add an RSS hash update callback to eth_dev_ops. > > Signed-off-by: Ophir Munk This patch allows applications to configure legacy RSS past initial port configuration, but doesn't take input parameters into account. Its purpose is to si

[dpdk-dev] [PATCH v1] net/mlx4: add an RSS hash update callback

2018-05-17 Thread Ophir Munk
Add an RSS hash update callback to eth_dev_ops. Signed-off-by: Ophir Munk --- drivers/net/mlx4/Makefile | 1 + drivers/net/mlx4/mlx4.c | 1 + drivers/net/mlx4/mlx4.h | 7 ++ drivers/net/mlx4/mlx4_rss.c | 59 + 4 files changed, 68 inser