All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hao Lan <lanhao@huawei.com>
To: <lanhao@huawei.com>, <lipeng321@huawei.com>,
	<shenjian15@huawei.com>, <linyunsheng@huawei.com>,
	<liuyonglong@huawei.com>, <chenhao418@huawei.com>,
	<wangjie125@huawei.com>, <huangguangbin2@huawei.com>,
	<yisen.zhuang@huawei.com>, <salil.mehta@huawei.com>,
	<davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>,
	<pabeni@redhat.com>, <netdev@vger.kernel.org>,
	<xiaojiantao1@h-partners.com>, <dvyukov@google.com>
Subject: [PATCH V2 net 0/3] net: hns3: This series bugfix for the HNS3 ethernet driver.
Date: Mon, 14 Nov 2022 16:20:45 +0800	[thread overview]
Message-ID: <20221114082048.49450-1-lanhao@huawei.com> (raw)

This series includes some bugfix for the HNS3 ethernet driver.
Patch 1# fix incorrect hw rss hash type of rx packet.
Fixes: 796640778c26 ("net: hns3: support RXD advanced layout")
Fixes: 232fc64b6e62 ("net: hns3: Add HW RSS hash information to RX skb")
Fixes: ea4858670717 ("net: hns3: handle the BD info on the last BD of the packet")

Patch 2# fix return value check bug of rx copybreak.
Fixes: e74a726da2c4 ("net: hns3: refactor hns3_nic_reuse_page()")
Fixes: 99f6b5fb5f63 ("net: hns3: use bounce buffer when rx page can not be reused")

Patch 3# net: hns3: fix setting incorrect phy link ksettings
 for firmware in resetting process
Fixes: f5f2b3e4dcc0 ("net: hns3: add support for imp-controlled PHYs")
Fixes: c5ef83cbb1e9 ("net: hns3: fix for phy_addr error in hclge_mac_mdio_config")
Fixes: 2312e050f42b ("net: hns3: Fix for deadlock problem occurring when unregistering ae_algo")

Guangbin Huang (1):
  net: hns3: fix setting incorrect phy link ksettings for firmware in
    resetting process

Jian Shen (1):
  net: hns3: fix incorrect hw rss hash type of rx packet

Jie Wang (1):
  net: hns3: fix return value check bug of rx copybreak

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   1 -
 .../hns3/hns3_common/hclge_comm_rss.c         |  20 ---
 .../hns3/hns3_common/hclge_comm_rss.h         |   2 -
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 167 ++++++++++--------
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |   1 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        |  11 +-
 6 files changed, 103 insertions(+), 99 deletions(-)

-- 
2.30.0


             reply	other threads:[~2022-11-14  8:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14  8:20 Hao Lan [this message]
2022-11-14  8:20 ` [PATCH V2 net 1/3] net: hns3: fix incorrect hw rss hash type of rx packet Hao Lan
2022-11-14  8:20 ` [PATCH V2 net 2/3] net: hns3: fix return value check bug of rx copybreak Hao Lan
2022-11-14  8:20 ` [PATCH V2 net 3/3] net: hns3: fix setting incorrect phy link ksettings for firmware in resetting process Hao Lan
2022-11-15 12:40 ` [PATCH V2 net 0/3] net: hns3: This series bugfix for the HNS3 ethernet driver patchwork-bot+netdevbpf

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=20221114082048.49450-1-lanhao@huawei.com \
    --to=lanhao@huawei.com \
    --cc=chenhao418@huawei.com \
    --cc=davem@davemloft.net \
    --cc=dvyukov@google.com \
    --cc=edumazet@google.com \
    --cc=huangguangbin2@huawei.com \
    --cc=kuba@kernel.org \
    --cc=linyunsheng@huawei.com \
    --cc=lipeng321@huawei.com \
    --cc=liuyonglong@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=salil.mehta@huawei.com \
    --cc=shenjian15@huawei.com \
    --cc=wangjie125@huawei.com \
    --cc=xiaojiantao1@h-partners.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.