mbox

[0/4] bugfix for multi process of hns3 PMD

Message ID 20211102013829.42345-1-humin29@huawei.com (mailing list archive)
Headers

Message

humin (Q) Nov. 2, 2021, 1:38 a.m. UTC
  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(-)