commit | afb6afdb8dc67988d17e4926df8c8fe248ea555a | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Tue Jan 21 16:42:07 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 11:46:20 2020 +0100 |
tree | f378f672c3cc87f31591a66d3f1ed0eda4bbe9d9 | |
parent | 08bb3857c6c2e2a62fe0cdc593af57215e9b95bc [diff] |
net: hns3: set VF's default reset_type to HNAE3_NONE_RESET reset_type means what kind of reset the driver is handling now, so after initializing or reset, the reset_type of VF should be set to HNAE3_NONE_RESET, otherwise, this unknown default value may be a little misleading when the device is running. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>