commit | ea739c90650ae39307c7eb2bc6851ab78deed5df | [log] [tgz] |
---|---|---|
author | Fuyun Liang <liangfuyun1@huawei.com> | Sat Mar 24 11:32:46 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 26 12:12:26 2018 -0400 |
tree | 00d34965e90b545dfef8802f42c89c124174ed1d | |
parent | 3c8f5c0339515202e8662b6e3ae36a7b16610caf [diff] |
net: hns3: fix for not initializing VF rss_hash_key problem Default rss_hash_key value should be given to all vports. But just the PF rss_hash_key has the default value here. This patch adds rss_hash_key Initialization for all vports. Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>