Hi, > -----Original Message----- > From: Suanming Mou <[email protected]> > Sent: Sunday, January 24, 2021 1:02 PM > To: Slava Ovsiienko <[email protected]>; Matan Azrad > <[email protected]> > Cc: Raslan Darawsheh <[email protected]>; [email protected] > 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

