All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Min Hu (Connor)" <humin29@huawei.com>
To: <dev@dpdk.org>
Cc: <ferruh.yigit@intel.com>, <thomas@monjalon.net>
Subject: [PATCH 0/3] three bugfixes for hns3 PMD
Date: Mon, 17 Jan 2022 10:42:59 +0800	[thread overview]
Message-ID: <20220117024302.16006-1-humin29@huawei.com> (raw)

Three bugfixes:
fix vector burst unsupported when PTP enable 
fix mailbox wait time uninitialization       
fix Rx/Tx when fast path operation introduced

Huisong Li (1):
  net/hns3: fix mailbox wait time uninitialization

Min Hu (Connor) (2):
  net/hns3: fix Rx/Tx when fast path operation introduced
  net/hns3: fix vector burst unsupported when PTP enable

 doc/guides/nics/hns3.rst         |  5 +++
 drivers/net/hns3/hns3_common.c   |  8 ++++-
 drivers/net/hns3/hns3_ethdev.c   |  8 +----
 drivers/net/hns3/hns3_mp.c       |  7 ++--
 drivers/net/hns3/hns3_ptp.c      |  1 +
 drivers/net/hns3/hns3_rxtx.c     | 57 ++++++++++++++++++++++++--------
 drivers/net/hns3/hns3_rxtx_vec.c | 20 ++++++-----
 7 files changed, 72 insertions(+), 34 deletions(-)

-- 
2.33.0


             reply	other threads:[~2022-01-17  2:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17  2:42 Min Hu (Connor) [this message]
2022-01-17  2:43 ` [PATCH 1/3] net/hns3: fix Rx/Tx when fast path operation introduced Min Hu (Connor)
2022-01-17  2:43 ` [PATCH 2/3] net/hns3: fix mailbox wait time uninitialization Min Hu (Connor)
2022-01-17  2:43 ` [PATCH 3/3] net/hns3: fix vector burst unsupported when PTP enable Min Hu (Connor)
2022-01-26 14:53 ` [PATCH 0/3] three bugfixes 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=20220117024302.16006-1-humin29@huawei.com \
    --to=humin29@huawei.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=thomas@monjalon.net \
    /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.