]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: Add support of .sriov_configure in HNS3 driver
authorPeng Li <lipeng321@huawei.com>
Tue, 15 May 2018 18:20:13 +0000 (19:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2018 15:33:08 +0000 (11:33 -0400)
commit3a2088b5c635dc6abc2848f7f93649506cd17bb5
tree8e7b7d1ac27e187a747b018cd96a3c141a3b08a5
parent4b41315ff30521fc819d06b2861b84ed80ad205b
net: hns3: Add support of .sriov_configure in HNS3 driver

As HNS3 driver will enable SRIOV default and enable all VFs the
HW support, if PF and VF driver compiled to kernel, VF driver
will work on host default, it is not right.

This patch adds support for hns3_driver.sriov_configure to support
user configs the VF_num, and do not enable sriov default.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Suggested-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c