From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matan Azrad Subject: [PATCH v4 0/2] failsafe: fix calling device during RMV events Date: Thu, 8 Feb 2018 12:20:25 +0000 Message-ID: <1518092427-4333-1-git-send-email-matan@mellanox.com> References: <1507243328-11287-1-git-send-email-ophirmu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50044.outbound.protection.outlook.com [40.107.5.44]) by dpdk.org (Postfix) with ESMTP id A399F1B7B0 for ; Thu, 8 Feb 2018 13:20:50 +0100 (CET) In-Reply-To: <1507243328-11287-1-git-send-email-ophirmu@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series trys to mitigate failsafe race between control commands to the asynchronic plug-out\in processes. A full fix is required and will be sent later. v4(Matan): Rebase on top of 18.02-rc3. Extend the fix for other control commands. Fix hotplug alarm cancel. V3(Ophir): Rebase v2. Add rationales (copy from an email which accompanied v2). Matan Azrad (1): net/failsafe: fix hotplug alarm cancel Ophir Munk (1): net/failsafe: fix calling device during RMV events drivers/net/failsafe/failsafe.c | 18 ++++++------ drivers/net/failsafe/failsafe_ether.c | 2 ++ drivers/net/failsafe/failsafe_flow.c | 8 +++--- drivers/net/failsafe/failsafe_ops.c | 50 ++++++++++++++++++++------------- drivers/net/failsafe/failsafe_private.h | 26 ++++++++++++++--- 5 files changed, 66 insertions(+), 38 deletions(-) -- 1.8.3.1