Re: [PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver

From: tanhuazhong
Date: Sun Jun 02 2019 - 21:46:18 EST




On 2019/6/1 8:18, David Miller wrote:
From: David Miller <davem@xxxxxxxxxxxxx>
Date: Fri, 31 May 2019 17:15:29 -0700 (PDT)

From: Huazhong Tan <tanhuazhong@xxxxxxxxxx>
Date: Fri, 31 May 2019 16:54:46 +0800

This patch-set includes code optimizations and bugfixes for the HNS3
ethernet controller driver.

[patch 1/12] removes the redundant core reset type

[patch 2/12 - 3/12] fixes two VLAN related issues

[patch 4/12] fixes a TM issue

[patch 5/12 - 12/12] includes some patches related to RAS & MSI-X error

Series applied.

I reverted, you need to actually build test the infiniband side of your
driver.

drivers/infiniband/hw/hns/hns_roce_hw_v2.c: In function ʽhns_roce_v2_msix_interrupt_abnʼ:
drivers/infiniband/hw/hns/hns_roce_hw_v2.c:5032:14: warning: passing argument 2 of ʽops->set_default_reset_requestʼ makes pointer from integer without a cast [-Wint-conversion]
HNAE3_FUNC_RESET);
^~~~~~~~~~~~~~~~
drivers/infiniband/hw/hns/hns_roce_hw_v2.c:5032:14: note: expected ʽlong unsigned int *ʼ but argument is of type ʽintʼ
C-c C-cmake[5]: *** Deleting file 'drivers/net/wireless/ath/carl9170/cmd.o'


Sorry, I will remove [10/12 - 11/12] for V2, these two patches needs to modify HNS's infiniband driver at the same time, so they will be upstreamed later with the infiniband's one.