[dpdk-dev] [PATCH 0/4] net/mlx: fix secondary process bugs

Suanming Mou suanmingm at nvidia.com
Sun Jan 24 12:02:02 CET 2021


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



More information about the dev mailing list