Re: [PATCH v2 net] net/mlx4_en: really allow to change RSS key

2015-09-17 Thread David Miller
From: Or Gerlitz Date: Wed, 16 Sep 2015 14:05:25 +0300 > On Wed, Sep 16, 2015 at 4:29 AM, Eric Dumazet wrote: >> From: Eric Dumazet >> >> When changing rss key, we do not want to overwrite user provided key >> by the one provided by netdev_rss_key_fill(), which is the host random >> key generat

Re: [PATCH v2 net] net/mlx4_en: really allow to change RSS key

2015-09-16 Thread Or Gerlitz
On Wed, Sep 16, 2015 at 4:29 AM, Eric Dumazet wrote: > From: Eric Dumazet > > When changing rss key, we do not want to overwrite user provided key > by the one provided by netdev_rss_key_fill(), which is the host random > key generated at boot time. > > Fixes: 947cbb0ac242 ("net/mlx4_en: Support

[PATCH v2 net] net/mlx4_en: really allow to change RSS key

2015-09-15 Thread Eric Dumazet
From: Eric Dumazet When changing rss key, we do not want to overwrite user provided key by the one provided by netdev_rss_key_fill(), which is the host random key generated at boot time. Fixes: 947cbb0ac242 ("net/mlx4_en: Support for configurable RSS hash function") Signed-off-by: Eric Dumazet