Re: [PATCH net-next 0/5] fix some bugs for HNS3
From: Peng Li Date: Sat, 24 Mar 2018 11:32:42 +0800 > This patchset fixes some bugs for HNS3 driver: > [Patch 1/5 - 2/5] fix 2 return vlaue issues. > [Patch 3/5 - 4/5] fix 2 comments reported by code review. > [Ptach 5/5] avoid sending message to IMP because IMP will not > handle any message when it is resetting. Series applied, thank you.
[PATCH net-next 0/5] fix some bugs for HNS3
This patchset fixes some bugs for HNS3 driver: [Patch 1/5 - 2/5] fix 2 return vlaue issues. [Patch 3/5 - 4/5] fix 2 comments reported by code review. [Ptach 5/5] avoid sending message to IMP because IMP will not handle any message when it is resetting. Fuyun Liang (4): net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo net: hns3: fix for not initializing VF rss_hash_key problem Peng Li (1): net: hns3: never send command queue message to IMP when reset drivers/net/ethernet/hisilicon/hns3/hns3_enet.c| 2 +- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 4 ++-- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c| 27 -- .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c| 6 + 4 files changed, 29 insertions(+), 10 deletions(-) -- 2.9.3