From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2CFF4A0548 for ; Mon, 8 Feb 2021 04:04:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6F081606BA; Mon, 8 Feb 2021 04:04:13 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id 7F1CA16067A for ; Mon, 8 Feb 2021 04:04:12 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from suanmingm@nvidia.com) with SMTP; 8 Feb 2021 05:04:07 +0200 Received: from nvidia.com (mtbc-r640-04.mtbc.labs.mlnx [10.75.70.9]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 11834524016774; Mon, 8 Feb 2021 05:04:05 +0200 From: Suanming Mou To: christian.ehrhardt@canonical.com Cc: viacheslavo@nvidia.com, stable@dpdk.org Date: Mon, 8 Feb 2021 11:03:59 +0800 Message-Id: <1612753441-328529-1-git-send-email-suanmingm@nvidia.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-stable] [PATCH 19.11 0/2] net/mlx5: backport secondary process crash fix X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" backport secondary process crash fix Suanming Mou (2): net/mlx5: fix crash on secondary process port close net/mlx5: fix port attach in secondary process drivers/net/mlx5/mlx5.c | 6 +++--- drivers/net/mlx5/mlx5.h | 6 +++++- drivers/net/mlx5/mlx5_mp.c | 22 ++++++++++++++++++++++ drivers/net/mlx5/mlx5_txq.c | 21 +++++++++++++-------- 4 files changed, 43 insertions(+), 12 deletions(-) -- 1.8.3.1