]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: hns3: fix for not initializing VF rss_hash_key problem
authorFuyun Liang <liangfuyun1@huawei.com>
Sat, 24 Mar 2018 03:32:46 +0000 (11:32 +0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Wed, 6 Jun 2018 18:40:42 +0000 (14:40 -0400)
commit823fe868a2718b0abc12d608c8660cdb0c4cc850
tree320c81c7415dc9fcb38d89fc71a2f80c60235e6a
parent07d105b8ac2423abbe06394417e354eb0bc83c4d
net: hns3: fix for not initializing VF rss_hash_key problem

BugLink: https://bugs.launchpad.net/bugs/1768670
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>
(cherry picked from commit ea739c90650ae39307c7eb2bc6851ab78deed5df)
Signed-off-by: dann frazier <dann.frazier@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c