DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Wei Hu (Xavier)" <huwei013@chinasoftinc.com>
To: <dev@dpdk.org>
Cc: <ferruh.yigit@intel.com>, <xavier.huwei@huawei.com>
Subject: [dpdk-dev] [PATCH 00/11] updates for hns3 PMD driver
Date: Tue, 25 Aug 2020 19:52:54 +0800	[thread overview]
Message-ID: <20200825115305.58490-1-huwei013@chinasoftinc.com> (raw)

This series are features and fixes for hns3 PMD driver.

Huisong Li (3):
  net/hns3: replace private macro with RTE MAX
  net/hns3: fix default MAC addr from firmware
  net/hns3: fix some incomplete command structures

Wei Hu (Xavier) (8):
  net/hns3: get device capability from firmware
  net/hns3: get dev specifications from firmware
  net/hns3: compatibility issues about Rx interrupts
  net/hns3: compatibility issues about Tx padding short frame
  net/hns3: add more hardware error types
  net/hns3: support a maximun 256 FDIR counter
  net/hns3: change the log level to INFO
  net/hns3: fix Rx/Tx queue offload capability

 drivers/net/hns3/hns3_cmd.c       |   36 +-
 drivers/net/hns3/hns3_cmd.h       |   94 ++-
 drivers/net/hns3/hns3_dcb.c       |    1 -
 drivers/net/hns3/hns3_dcb.h       |   14 +-
 drivers/net/hns3/hns3_ethdev.c    |  187 ++++-
 drivers/net/hns3/hns3_ethdev.h    |  138 +++-
 drivers/net/hns3/hns3_ethdev_vf.c |  124 ++-
 drivers/net/hns3/hns3_fdir.c      |    5 +
 drivers/net/hns3/hns3_intr.c      | 1236 ++++++++++++++++++++++++-----
 drivers/net/hns3/hns3_intr.h      |   40 +-
 drivers/net/hns3/hns3_regs.h      |    7 +
 drivers/net/hns3/hns3_rxtx.c      |   31 +-
 drivers/net/hns3/hns3_rxtx.h      |   11 +-
 drivers/net/hns3/hns3_stats.c     |   78 +-
 drivers/net/hns3/hns3_stats.h     |    2 +
 15 files changed, 1666 insertions(+), 338 deletions(-)

-- 
2.27.0


             reply	other threads:[~2020-08-25 11:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-25 11:52 Wei Hu (Xavier) [this message]
2020-08-25 11:52 ` [dpdk-dev] [PATCH 01/11] net/hns3: get device capability from firmware Wei Hu (Xavier)
2020-08-25 11:52 ` [dpdk-dev] [PATCH 02/11] net/hns3: get dev specifications " Wei Hu (Xavier)
2020-08-25 11:52 ` [dpdk-dev] [PATCH 03/11] net/hns3: compatibility issues about Rx interrupts Wei Hu (Xavier)
2020-08-25 11:52 ` [dpdk-dev] [PATCH 04/11] net/hns3: compatibility issues about Tx padding short frame Wei Hu (Xavier)
2020-08-25 11:52 ` [dpdk-dev] [PATCH 05/11] net/hns3: add more hardware error types Wei Hu (Xavier)
2020-09-04 10:34   ` Ferruh Yigit
2020-08-25 11:53 ` [dpdk-dev] [PATCH 06/11] net/hns3: support a maximun 256 FDIR counter Wei Hu (Xavier)
2020-08-25 11:53 ` [dpdk-dev] [PATCH 07/11] net/hns3: replace private macro with RTE MAX Wei Hu (Xavier)
2020-08-25 11:53 ` [dpdk-dev] [PATCH 08/11] net/hns3: change the log level to INFO Wei Hu (Xavier)
2020-09-04 10:34   ` Ferruh Yigit
2020-09-07 11:34     ` Wei Hu (Xavier)
2020-09-07 12:10       ` Ferruh Yigit
2020-09-07 12:28         ` Wei Hu (Xavier)
2020-08-25 11:53 ` [dpdk-dev] [PATCH 09/11] net/hns3: fix default MAC addr from firmware Wei Hu (Xavier)
2020-08-25 11:53 ` [dpdk-dev] [PATCH 10/11] net/hns3: fix Rx/Tx queue offload capability Wei Hu (Xavier)
2020-09-04 10:34   ` Ferruh Yigit
2020-09-08 11:48     ` Wei Hu (Xavier)
2020-09-08 12:28   ` [dpdk-dev] [PATCH v2] " Wei Hu (Xavier)
2020-09-15 13:35     ` Ferruh Yigit
2020-08-25 11:53 ` [dpdk-dev] [PATCH 11/11] net/hns3: fix some incomplete command structures Wei Hu (Xavier)
2020-09-03  1:04 ` [dpdk-dev] [PATCH 00/11] updates for hns3 PMD driver Wei Hu (Xavier)
2020-09-04 10:34   ` Ferruh Yigit

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=20200825115305.58490-1-huwei013@chinasoftinc.com \
    --to=huwei013@chinasoftinc.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=xavier.huwei@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 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).