Re: [dpdk-dev] [PATCH 0/4] net/mlx: fix secondary process bugs
From: Raslan Darawsheh <hidden>
Date: 2021-01-25 10:09:41
Hi,
-----Original Message----- From: Suanming Mou <redacted> Sent: Sunday, January 24, 2021 1:02 PM To: Slava Ovsiienko <redacted>; Matan Azrad [off-list ref] Cc: Raslan Darawsheh <redacted>; dev@dpdk.org Subject: [PATCH 0/4] net/mlx: fix secondary process bugs This patch series fix several secondary process bugs. Suanming Mou (4): net/mlx5: fix invalid multi-process ID net/mlx5: fix secondary process port detach crash net/mlx5: fix secondary process attach port Tx queue net/mlx4: fix secondary process attach port Tx queue drivers/net/mlx4/mlx4.c | 10 +++++----- drivers/net/mlx4/mlx4.h | 4 ++++ drivers/net/mlx4/mlx4_mp.c | 24 ++++++++++++++++++++++++ drivers/net/mlx4/mlx4_rxtx.h | 1 + drivers/net/mlx4/mlx4_txq.c | 28 ++++++++++++++++++++++++++++ drivers/net/mlx5/linux/mlx5_mp_os.c | 19 +++++++++++++++++++ drivers/net/mlx5/linux/mlx5_os.c | 4 ++-- drivers/net/mlx5/mlx5.c | 8 ++++---- drivers/net/mlx5/mlx5.h | 6 +++++- drivers/net/mlx5/mlx5_txq.c | 21 +++++++++++++-------- 10 files changed, 105 insertions(+), 20 deletions(-) -- 1.8.3.1
Series applied to next-net-mlx with small modifications mentioned on each patch separately. Kindest regards, Raslan Darawsheh