mbox series

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

Message ID 20211102013829.42345-1-humin29@huawei.com (mailing list archive)
Headers
Series bugfix for multi process of hns3 PMD |

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

Comments

Ferruh Yigit Nov. 4, 2021, 2:22 p.m. UTC | #1
On 11/2/2021 1:38 AM, Min Hu (Connor) wrote:
> 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
> 

Series applied to dpdk-next-net/main, thanks.