]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: hns3: Cleanup for ROCE capability flag in ae_dev
authorYunsheng Lin <linyunsheng@huawei.com>
Wed, 20 Sep 2017 10:52:50 +0000 (18:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Sep 2017 23:15:39 +0000 (16:15 -0700)
commite92a0843795779678397ac0790a76de20f79cc13
tree50bf0edc7f1aa63d49ff0fa1dc0be9841deea78d
parent4c4d11b913ccef0eee8d32e5974ae26617676b77
net: hns3: Cleanup for ROCE capability flag in ae_dev

This patch add the ROCE supported flag in the driver_data
field of pci_device_id, delete roce_pci_tbl and change
HNAE_DEV_SUPPORT_ROCE_B to HNAE3_DEV_SUPPORT_ROCE_B.
This cleanup is done in order to support adding capability
in pci_device_id and to fix initialization failure when
cmd is not supported.

Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hnae3.h
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c