mbox series

[net-next,0/9] Misc bug fixes & small enhancements for HNS3 Driver

Message ID 20180812094738.14852-1-salil.mehta@huawei.com
Headers show
Series Misc bug fixes & small enhancements for HNS3 Driver | expand

Message

Salil Mehta Aug. 12, 2018, 9:47 a.m. UTC
This patch-set presents some bug fixes and minor enhancements to
HNS3 Ethernet driver.

Fuyun Liang (1):
  net: hns3: Fix for information of phydev lost problem when down/up

Jian Shen (1):
  net: hns3: Fix for phy link issue when using marvell phy driver

Peng Li (2):
  net: hns3: Add support for serdes loopback selftest
  net: hns3: Add vlan filter setting by ethtool command -K

Xi Wang (1):
  net: hns3: Fix for command format parsing error in
    hclge_is_all_function_id_zero

Yunsheng Lin (4):
  net: hns3: Fix for vf vlan delete failed problem
  net: hns3: Fix desc num set to default when setting channel
  net: hns3: Remove tx ring BD len register in hns3_enet
  net: hns3: Set tx ring' tc info when netdev is up

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  32 +++++-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   7 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  12 +++
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 113 +++++++++++++++++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c    |  27 ++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.h    |   4 +-
 7 files changed, 171 insertions(+), 26 deletions(-)

-- 
2.11.0

Comments

David Miller Aug. 13, 2018, 3:56 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Sun, 12 Aug 2018 10:47:34 +0100

> Fixes: 9dba194574e3 ("{topost} net: hns3: fix for vlan table problem")


This commit ID doesn't exist.

Also, I really don't think the string "{topost}" would be in the commit
header line.
Salil Mehta Aug. 14, 2018, 4:35 p.m. UTC | #2
Hi Dave,

> -----Original Message-----

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

> Sent: Monday, August 13, 2018 4:57 PM

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

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

> <lipeng321@huawei.com>; mehta.salil.lnk@gmail.com;

> netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Linuxarm

> <linuxarm@huawei.com>; linyunsheng <linyunsheng@huawei.com>

> Subject: Re: [PATCH net-next 5/9] net: hns3: Fix for vf vlan delete

> failed problem

> 

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

> Date: Sun, 12 Aug 2018 10:47:34 +0100

> 

> > Fixes: 9dba194574e3 ("{topost} net: hns3: fix for vlan table

> problem")

> 

> This commit ID doesn't exist.


Thanks for catching this. This commit ID was from our internal branch
and ideally should have been from net-next - I should have caught this
earlier, sorry for this!

I have for now dropped this patch from the series as there is another
related patch(being referred in the Fixes string) that would need to
be merged with this patch before sending to net-next. Therefore, will
refloat this patch along with other related patch later in next cycle.

> 

> Also, I really don't think the string "{topost}" would be in the commit

> header line.


Yes, this is stray and will be removed when this patch is sent next.

Thank you
Salil