DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Min Hu (Connor)" <humin29@huawei.com>
To: <dev@dpdk.org>
Cc: <ferruh.yigit@intel.com>, <andrew.rybchenko@oktetlabs.ru>
Subject: [dpdk-dev] [PATCH v1 0/2] Features for hns3 PMD
Date: Mon, 26 Jul 2021 18:59:38 +0800	[thread overview]
Message-ID: <1627297180-47307-1-git-send-email-humin29@huawei.com> (raw)

This patch set contains two features:
add start/stop Tx datapath request for MP
support set link up/down for PF

Huisong Li (2):
  net/hns3: add start/stop Tx datapath request for MP
  net/hns3: support set link up/down for PF

 drivers/net/hns3/hns3_ethdev.c | 107 ++++++++++++++++++++++++++++++++++++++---
 drivers/net/hns3/hns3_ethdev.h |   7 +++
 drivers/net/hns3/hns3_mp.c     |  50 +++++++++++++++----
 drivers/net/hns3/hns3_mp.h     |   3 ++
 drivers/net/hns3/hns3_rxtx.c   |  32 ++++++++++--
 drivers/net/hns3/hns3_rxtx.h   |   8 +++
 6 files changed, 189 insertions(+), 18 deletions(-)

-- 
2.7.4


             reply	other threads:[~2021-07-26 11:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26 10:59 Min Hu (Connor) [this message]
2021-07-26 10:59 ` [dpdk-dev] [PATCH v1 1/2] net/hns3: add start/stop Tx datapath request for MP Min Hu (Connor)
2021-07-26 10:59 ` [dpdk-dev] [PATCH v1 2/2] net/hns3: support set link up/down for PF Min Hu (Connor)
2021-08-17 11:07 ` [dpdk-dev] [PATCH v1 0/2] Features for hns3 PMD 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=1627297180-47307-1-git-send-email-humin29@huawei.com \
    --to=humin29@huawei.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.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).