netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: tanhuazhong@huawei.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	salil.mehta@huawei.com, yisen.zhuang@huawei.com,
	linuxarm@huawei.com
Subject: Re: [PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver
Date: Fri, 31 May 2019 17:18:19 -0700 (PDT)	[thread overview]
Message-ID: <20190531.171819.1461966494167760290.davem@davemloft.net> (raw)
In-Reply-To: <20190531.171529.1003718945482922118.davem@davemloft.net>

From: David Miller <davem@davemloft.net>
Date: Fri, 31 May 2019 17:15:29 -0700 (PDT)

> From: Huazhong Tan <tanhuazhong@huawei.com>
> 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'

  reply	other threads:[~2019-06-01  0:18 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-31  8:54 [PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 01/12] net: hns3: remove redundant core reset Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 02/12] net: hns3: don't configure new VLAN ID into VF VLAN table when it's full Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 03/12] net: hns3: fix VLAN filter restore issue after reset Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 04/12] net: hns3: set the port shaper according to MAC speed Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 05/12] net: hns3: add a check to pointer in error_detected and slot_reset Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 06/12] net: hns3: set ops to null when unregister ad_dev Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 07/12] net: hns3: add handling of two bits in MAC tunnel interrupts Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 08/12] net: hns3: remove setting bit of reset_requests when handling mac " Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 09/12] net: hns3: add opcode about query and clear RAS & MSI-X to special opcode Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 10/12] net: hns3: delay setting of reset level for HW errors until slot_reset is called Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 11/12] net: hns3: fix avoid unnecessary resetting for the H/W errors which do not require reset Huazhong Tan
2019-05-31  8:54 ` [PATCH net-next 12/12] net: hns3: delay and separate enabling of NIC and ROCE HW errors Huazhong Tan
2019-06-01  0:15 ` [PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver David Miller
2019-06-01  0:18   ` David Miller [this message]
2019-06-03  1:42     ` tanhuazhong
  -- strict thread matches above, loose matches on Subject: below --
2019-05-28  9:02 Huazhong Tan
2019-05-29  0:39 ` David Miller
2019-04-24  3:21 Huazhong Tan
2019-04-24  6:27 ` tanhuazhong
2019-04-11 12:25 Huazhong Tan
2019-04-06  7:43 Huazhong Tan
2019-04-08 22:31 ` David Miller
2019-04-03  3:07 Huazhong Tan
2019-02-23  9:22 [Patch " Huazhong Tan
2019-02-25  6:10 ` David Miller
2019-02-20  2:32 Huazhong Tan
2019-02-22  0:34 ` David Miller
2019-02-02 14:39 [PATCH " Huazhong Tan
2019-02-02 16:48 ` David Miller
2019-01-30 20:55 Huazhong Tan
2019-01-30 22:50 ` David Miller
2019-01-26 16:49 Huazhong Tan
2019-01-26 17:33 ` David Miller
2019-01-22 16:39 Huazhong Tan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190531.171819.1461966494167760290.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=salil.mehta@huawei.com \
    --cc=tanhuazhong@huawei.com \
    --cc=yisen.zhuang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).