mbox series

[V2,net-next,00/10] Cleanups, minor additions & fixes for HNS3 driver

Message ID 20180929145622.5448-1-salil.mehta@huawei.com
Headers show
Series Cleanups, minor additions & fixes for HNS3 driver | expand

Message

Salil Mehta Sept. 29, 2018, 2:56 p.m. UTC
This patch-set contains cleans-ups, minor changes and fixes to the HNS3 driver.

Change Summary:
v1->v2
  * Fixed Kbuild error due to missed patch in the current submission.
    For now, replaced HNAE3_REVISION_ID_21 macro with 0x21
  * Fixed issues identified by Eric Dumazet and spelling mistakes by David Miller
    Link: https://lkml.org/lkml/2018/9/28/842

Note:
Hi David,
From v1->v2 changes only exists in below patch
     "net: hns3: Add serdes parallel inner loopback support"
Thanks.

Fuyun Liang (4):
  net: hns3: Set extra mac address of pause param for HW
  net: hns3: Rename loop mode
  net: hns3: Rename mac loopback to app loopback
  net: hns3: Add serdes parallel inner loopback support

Huazhong Tan (3):
  net: hns3: Change return type of hclge_tm_schd_info_update()
  net: hns3: Modify hns3_get_max_available_channels
  net: hns3: Fix loss of coal configuration while doing reset

Peng Li (1):
  net: hns3: Add support for sctp checksum offload

Yunsheng Lin (2):
  net: hns3: Fix for packet buffer setting bug
  net: hns3: Fix for netdev not up problem when setting mtu

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  16 ++--
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 101 ++++++++++-----------
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   2 +
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  24 +++--
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |   1 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c |   8 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |  94 ++++++++++++-------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h  |   6 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |   4 +-
 10 files changed, 157 insertions(+), 109 deletions(-)

-- 
2.11.0

Comments

David Miller Sept. 29, 2018, 5:46 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Sat, 29 Sep 2018 15:56:12 +0100

> This patch-set contains cleans-ups, minor changes and fixes to the HNS3 driver.

> 

> Change Summary:

> v1->v2

>   * Fixed Kbuild error due to missed patch in the current submission.

>     For now, replaced HNAE3_REVISION_ID_21 macro with 0x21

>   * Fixed issues identified by Eric Dumazet and spelling mistakes by David Miller

>     Link: https://lkml.org/lkml/2018/9/28/842

> 

> Note:

> Hi David,

> From v1->v2 changes only exists in below patch

>      "net: hns3: Add serdes parallel inner loopback support"


I already applied v1, so you have to send me a build fix for that broken
patch.

Nevermind, I'll do it myself, I can't have my tree broken like this for
days.

In the future, when I've applied your changes, they cannot be reverted.
You must send me relative fixups to what is in my tree already.

Thank you.
Salil Mehta Sept. 29, 2018, 8:43 p.m. UTC | #2
Hi David,

> From: David Miller [mailto:davem@davemloft.net]

> Sent: Saturday, September 29, 2018 6:47 PM

> To: Salil Mehta <salil.mehta@huawei.com>

> Cc: Zhuangyuzeng (Yisen) <yisen.zhuang@huawei.com>; lipeng (Y)

> <lipeng321@huawei.com>; mehta.salil@opnsrc.net; netdev@vger.kernel.org;

> linux-kernel@vger.kernel.org; Linuxarm <linuxarm@huawei.com>

> Subject: Re: [PATCH V2 net-next 00/10] Cleanups, minor additions &

> fixes for HNS3 driver

> 

> From: Salil Mehta <salil.mehta@huawei.com>

> Date: Sat, 29 Sep 2018 15:56:12 +0100

> 

> > This patch-set contains cleans-ups, minor changes and fixes to the

> HNS3 driver.

> >

> > Change Summary:

> > v1->v2

> >   * Fixed Kbuild error due to missed patch in the current submission.

> >     For now, replaced HNAE3_REVISION_ID_21 macro with 0x21

> >   * Fixed issues identified by Eric Dumazet and spelling mistakes by

> David Miller

> >     Link: https://lkml.org/lkml/2018/9/28/842

> >

> > Note:

> > Hi David,

> > From v1->v2 changes only exists in below patch

> >      "net: hns3: Add serdes parallel inner loopback support"

> 

> I already applied v1, so you have to send me a build fix for that

> broken

> patch.

> 

> Nevermind, I'll do it myself, I can't have my tree broken like this for

> days.

> 

> In the future, when I've applied your changes, they cannot be reverted.

> You must send me relative fixups to what is in my tree already.


Ok sure, got it. Will take care in future.
Thanks so much for the help this time.

Best regards
Salil.

> 

> Thank you.