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
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
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
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