Re: [dpdk-dev] [PATCH v1] net/mlx4: report on supported RSS hash functions

2018-05-09 Thread Ophir Munk
Hi, PATCH v2 was sent > -Original Message- > From: Shahaf Shuler > Sent: Wednesday, May 09, 2018 5:01 PM > To: Ophir Munk ; dev@dpdk.org; Adrien > Mazarguil > Cc: Thomas Monjalon ; Olga Shern > > Subject: RE: [PATCH v1] net/mlx4: report on supported RSS hash functions > > Wednesday, May

Re: [dpdk-dev] [PATCH v1] net/mlx4: report on supported RSS hash functions

2018-05-09 Thread Shahaf Shuler
Wednesday, May 9, 2018 2:54 PM, Ophir Munk: > Subject: RE: [PATCH v1] net/mlx4: report on supported RSS hash functions > > Hi Shahaf, > > > -Original Message- > > From: Shahaf Shuler > > Sent: Wednesday, May 09, 2018 12:39 PM > > To: Ophir Munk ; dev@dpdk.org; Adrien > Mazarguil > > > >

Re: [dpdk-dev] [PATCH v1] net/mlx4: report on supported RSS hash functions

2018-05-09 Thread Ophir Munk
Hi Shahaf, > -Original Message- > From: Shahaf Shuler > Sent: Wednesday, May 09, 2018 12:39 PM > To: Ophir Munk ; dev@dpdk.org; Adrien > Mazarguil > Cc: Thomas Monjalon ; Olga Shern > > Subject: RE: [PATCH v1] net/mlx4: report on supported RSS hash functions > > Hi Ophir, > > Tuesday,

Re: [dpdk-dev] [PATCH v1] net/mlx4: report on supported RSS hash functions

2018-05-09 Thread Shahaf Shuler
Hi Ophir, Tuesday, May 8, 2018 6:43 PM, Ophir Munk: > Subject: [PATCH v1] net/mlx4: report on supported RSS hash functions > > Report on 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 i

[dpdk-dev] [PATCH v1] net/mlx4: report on supported RSS hash functions

2018-05-08 Thread Ophir Munk
Report on 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