All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] Features and bugfix for hns3 PMD
@ 2021-04-28  7:20 Min Hu (Connor)
  2021-04-28  7:20 ` [dpdk-dev] [PATCH 1/5] net/hns3: support preferred burst size and queues in VF Min Hu (Connor)
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Min Hu (Connor) @ 2021-04-28  7:20 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

This patch set contains one feature and four bugfixes for
hns3 PMD.

Chengchang Tang (1):
  net/hns3: select Tx prepare based on Tx offload

Chengwen Feng (4):
  net/hns3: support preferred burst size and queues in VF
  net/hns3: log time delta in decimal format
  net/hns3: fix use wrong time API
  net/hns3: delete unused macro of cmd module

 drivers/net/hns3/hns3_cmd.c       |  4 ---
 drivers/net/hns3/hns3_ethdev.c    | 51 ++++++++++++++++++++++++++++++---------
 drivers/net/hns3/hns3_ethdev.h    | 15 +++++-------
 drivers/net/hns3/hns3_ethdev_vf.c | 18 ++++++++------
 drivers/net/hns3/hns3_intr.c      | 34 ++++++++++++--------------
 drivers/net/hns3/hns3_rxtx.c      | 36 ++++++++++++++++++++++++---
 6 files changed, 106 insertions(+), 52 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-05-08  0:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28  7:20 [dpdk-dev] [PATCH 0/5] Features and bugfix for hns3 PMD Min Hu (Connor)
2021-04-28  7:20 ` [dpdk-dev] [PATCH 1/5] net/hns3: support preferred burst size and queues in VF Min Hu (Connor)
2021-04-28  7:20 ` [dpdk-dev] [PATCH 2/5] net/hns3: log time delta in decimal format Min Hu (Connor)
2021-04-28  7:20 ` [dpdk-dev] [PATCH 3/5] net/hns3: fix use wrong time API Min Hu (Connor)
2021-04-28  7:20 ` [dpdk-dev] [PATCH 4/5] net/hns3: delete unused macro of cmd module Min Hu (Connor)
2021-04-28  7:20 ` [dpdk-dev] [PATCH 5/5] net/hns3: select Tx prepare based on Tx offload Min Hu (Connor)
2021-05-07  9:26   ` David Marchand
2021-05-07 10:23     ` Ferruh Yigit
2021-05-07 12:20       ` [dpdk-dev] [PATCH] net/hns3: fix debug build Thomas Monjalon
2021-05-07 12:25         ` David Marchand
2021-05-07 12:49           ` Thomas Monjalon
2021-05-08  0:47           ` Min Hu (Connor)
2021-04-29 16:27 ` [dpdk-dev] [PATCH 0/5] Features and bugfix for hns3 PMD Ferruh Yigit

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.