DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] bugfix for multi process of hns3 PMD
@ 2021-11-02  1:38 Min Hu (Connor)
  2021-11-02  1:38 ` [dpdk-dev] [PATCH 1/4] net/hns3: decrease the count when secondary process exits Min Hu (Connor)
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Min Hu (Connor) @ 2021-11-02  1:38 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, thomas

This patch set contains bugfix and code optimization for multi
process of hns3 PMD.

Huisong Li (4):
  net/hns3: decrease the count when secondary process exits
  net/hns3: fix MP action register and unregister
  net/hns3: fix lack of unregistering MP action for secondary
  net/hns3: refactor multi-process initialization

 drivers/net/hns3/hns3_ethdev.c    | 34 +++++-------
 drivers/net/hns3/hns3_ethdev_vf.c | 35 +++++--------
 drivers/net/hns3/hns3_mp.c        | 86 ++++++++++++++++++++++---------
 drivers/net/hns3/hns3_mp.h        | 11 ++--
 4 files changed, 98 insertions(+), 68 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-11-04 14:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  1:38 [dpdk-dev] [PATCH 0/4] bugfix for multi process of hns3 PMD Min Hu (Connor)
2021-11-02  1:38 ` [dpdk-dev] [PATCH 1/4] net/hns3: decrease the count when secondary process exits Min Hu (Connor)
2021-11-02  1:38 ` [dpdk-dev] [PATCH 2/4] net/hns3: fix MP action register and unregister Min Hu (Connor)
2021-11-04 14:22   ` Ferruh Yigit
2021-11-02  1:38 ` [dpdk-dev] [PATCH 3/4] net/hns3: fix lack of unregistering MP action for secondary Min Hu (Connor)
2021-11-02  1:38 ` [dpdk-dev] [PATCH 4/4] net/hns3: refactor multi-process initialization Min Hu (Connor)
2021-11-04 14:22 ` [dpdk-dev] [PATCH 0/4] bugfix for multi process of hns3 PMD Ferruh Yigit

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).