Re: [dpdk-dev] [PATCH v2 1/2] net/mlx4: advertise supported RSS hash functions

2018-05-10 Thread Ophir Munk
Hi, PATCH v3 was sent > -Original Message- > From: Shahaf Shuler > Sent: Thursday, May 10, 2018 8:20 AM > To: Ophir Munk ; dev@dpdk.org; Adrien > Mazarguil > Cc: Thomas Monjalon ; Olga Shern > > Subject: RE: [PATCH v2 1/2] net/mlx4: advertise supported RSS hash > functions > > Hi Ophir,

Re: [dpdk-dev] [PATCH v2 1/2] net/mlx4: advertise supported RSS hash functions

2018-05-09 Thread Shahaf Shuler
Hi Ophir, Thursday, May 10, 2018 1:27 AM, Ophir Munk: > Subject: [PATCH v2 1/2] net/mlx4: advertise supported RSS hash functions > > Advertise mlx4 supported RSS functions as part of dev_infos_get callback. > Previous to this commit RSS support was reported as none. Since the > introduction of [

[dpdk-dev] [PATCH v2 1/2] net/mlx4: advertise supported RSS hash functions

2018-05-09 Thread Ophir Munk
Advertise mlx4 supported RSS functions as part of dev_infos_get callback. Previous to this commit RSS support was reported as none. Since the introduction of [1] it is required that all RSS configurations will be verified. [1] commit 8863a1fbfc66 ("ethdev: add supported hash function check") Sign