commit | e92a0843795779678397ac0790a76de20f79cc13 | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Wed Sep 20 18:52:50 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 20 16:15:39 2017 -0700 |
tree | 50bf0edc7f1aa63d49ff0fa1dc0be9841deea78d | |
parent | 4c4d11b913ccef0eee8d32e5974ae26617676b77 [diff] |
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>