netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guangbin Huang <huangguangbin2@huawei.com>
To: <davem@davemloft.net>, <kuba@kernel.org>
Cc: <edumazet@google.com>, <pabeni@redhat.com>,
	<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<huangguangbin2@huawei.com>, <lipeng321@huawei.com>,
	<lanhao@huawei.com>
Subject: [PATCH net-next 0/5] net: hns3: updates for -next
Date: Mon, 5 Sep 2022 16:15:34 +0800	[thread overview]
Message-ID: <20220905081539.62131-1-huangguangbin2@huawei.com> (raw)

This series includes some updates for the HNS3 ethernet driver.

Patches #1~#3 support configuring dscp map to tc.

Patch 4# supports querying FEC statistics by command "ethtool -I --show-fec eth0".

Patch 5# supports querying and setting Serdes lane number.

Guangbin Huang (3):
  net: hns3: add support config dscp map to tc
  net: hns3: support ndo_select_queue()
  net: hns3: debugfs add dump dscp map info

Hao Chen (1):
  net: hns3: add support to query and set lane number by ethtool

Hao Lan (1):
  net: hns3: add querying fec statistics

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  26 ++-
 .../hns3/hns3_common/hclge_comm_cmd.c         |   2 +
 .../hns3/hns3_common/hclge_comm_cmd.h         |   3 +
 .../net/ethernet/hisilicon/hns3/hns3_dcbnl.c  |  28 +++
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    |  13 ++
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  46 +++++
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    |  33 +++-
 .../hisilicon/hns3/hns3pf/hclge_cmd.h         |  21 +-
 .../hisilicon/hns3/hns3pf/hclge_dcb.c         | 107 ++++++++++
 .../hisilicon/hns3/hns3pf/hclge_dcb.h         |   3 +
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     |  60 +++++-
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 183 +++++++++++++++++-
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  29 ++-
 .../hisilicon/hns3/hns3pf/hclge_mdio.c        |   2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c |  50 ++++-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h |   5 +
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |   2 +-
 17 files changed, 588 insertions(+), 25 deletions(-)

-- 
2.33.0


             reply	other threads:[~2022-09-05  8:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-05  8:15 Guangbin Huang [this message]
2022-09-05  8:15 ` [PATCH net-next 1/5] net: hns3: add support config dscp map to tc Guangbin Huang
2022-09-06  1:35   ` kernel test robot
2022-09-06 13:12   ` Paolo Abeni
2022-09-06 13:50     ` huangguangbin (A)
2022-09-05  8:15 ` [PATCH net-next 2/5] net: hns3: support ndo_select_queue() Guangbin Huang
2022-09-06 13:15   ` Paolo Abeni
2022-09-07  0:57     ` huangguangbin (A)
2022-09-05  8:15 ` [PATCH net-next 3/5] net: hns3: debugfs add dump dscp map info Guangbin Huang
2022-09-05  8:15 ` [PATCH net-next 4/5] net: hns3: add querying fec statistics Guangbin Huang
2022-09-05  8:15 ` [PATCH net-next 5/5] net: hns3: add support to query and set lane number by ethtool Guangbin Huang
  -- strict thread matches above, loose matches on Subject: below --
2022-05-05 12:44 [PATCH net-next 0/5] net: hns3: updates for -next Guangbin Huang

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=20220905081539.62131-1-huangguangbin2@huawei.com \
    --to=huangguangbin2@huawei.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=lanhao@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lipeng321@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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).