Re: [PATCH net 0/2] net/ethtool, mlx4_en: RSS hash function setting fixes

2015-04-27 Thread Amir Vadai
On 4/27/2015 6:02 AM, David Miller wrote: > From: Amir Vadai > Date: Sun, 26 Apr 2015 17:36:04 +0300 > >> Hash function is represented as an eight bit field, every bit represents a >> function. Currently possible values are: 1 for Toeplitz and 2 for XOR. >> This commit changes the representation

Re: [PATCH net 0/2] net/ethtool, mlx4_en: RSS hash function setting fixes

2015-04-26 Thread David Miller
From: Amir Vadai Date: Sun, 26 Apr 2015 17:36:04 +0300 > Hash function is represented as an eight bit field, every bit represents a > function. Currently possible values are: 1 for Toeplitz and 2 for XOR. > This commit changes the representation from bit flags into a value. Because > only one ha

Re: [PATCH net 0/2] net/ethtool, mlx4_en: RSS hash function setting fixes

2015-04-26 Thread Or Gerlitz
On Sun, Apr 26, 2015 at 5:36 PM, Amir Vadai wrote: > Hi Dave, > > This small patchset fixes a small issue in the ethtool User/kernel API. > > Hash function is represented as an eight bit field, every bit represents a > function. Currently possible values are: 1 for Toeplitz and 2 for XOR. > This

[PATCH net 0/2] net/ethtool, mlx4_en: RSS hash function setting fixes

2015-04-26 Thread Amir Vadai
Hi Dave, This small patchset fixes a small issue in the ethtool User/kernel API. Hash function is represented as an eight bit field, every bit represents a function. Currently possible values are: 1 for Toeplitz and 2 for XOR. This commit changes the representation from bit flags into a value. B