All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/8] bugfix for hns3 PMD
@ 2021-07-17  2:02 Min Hu (Connor)
  2021-07-17  2:02 ` [dpdk-dev] [PATCH 1/8] net/hns3: fix residual MAC address entry Min Hu (Connor)
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Min Hu (Connor) @ 2021-07-17  2:02 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, andrew.rybchenko

This patchset contains 8 bugfixes for hns3 PMD.

Chengchang Tang (2):
  net/hns3: fix residual MAC address entry
  net/hns3: delete duplicate compile-time check

Chengwen Feng (3):
  net/hns3: delete unnecessary zero assignments
  net/hns3: fix incorrect comment
  net/hns3: fix flow list separate management

HongBo Zheng (1):
  net/hns3: fix the timing issue of clearing interrupt source

Huisong Li (2):
  net/hns3: fix a print position about auto-negotiation
  net/hns3: fix Tx pkt prepare address when dev stop

 drivers/net/hns3/hns3_ethdev.c    |  62 +++++----------
 drivers/net/hns3/hns3_ethdev.h    |   3 +
 drivers/net/hns3/hns3_ethdev_vf.c |  29 ++-----
 drivers/net/hns3/hns3_fdir.h      |   7 +-
 drivers/net/hns3/hns3_flow.c      | 160 +++++++++++++++++---------------------
 drivers/net/hns3/hns3_rxtx.c      |   2 +-
 drivers/net/hns3/hns3_rxtx_vec.c  |   4 -
 drivers/net/hns3/hns3_tm.c        |  18 -----
 8 files changed, 103 insertions(+), 182 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-07-23 12:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-17  2:02 [dpdk-dev] [PATCH 0/8] bugfix for hns3 PMD Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 1/8] net/hns3: fix residual MAC address entry Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 2/8] net/hns3: delete unnecessary zero assignments Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 3/8] net/hns3: fix incorrect comment Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 4/8] net/hns3: fix the timing issue of clearing interrupt source Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 5/8] net/hns3: delete duplicate compile-time check Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 6/8] net/hns3: fix a print position about auto-negotiation Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 7/8] net/hns3: fix flow list separate management Min Hu (Connor)
2021-07-17  2:02 ` [dpdk-dev] [PATCH 8/8] net/hns3: fix Tx pkt prepare address when dev stop Min Hu (Connor)
2021-07-23 12:49 ` [dpdk-dev] [PATCH 0/8] bugfix for hns3 PMD Thomas Monjalon

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.