From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raslan Darawsheh Subject: [PATCH v3 0/4] support secondary process for failsafe Date: Mon, 18 Mar 2019 16:05:24 +0000 Message-ID: <1552925103-2821-1-git-send-email-rasland@mellanox.com> References: <1551779507-10857-1-git-send-email-rasland@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , Thomas Monjalon , Raslan Darawsheh , "stephen@networkplumber.org" To: "gaetan.rivet@6wind.com" Return-path: Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-eopbgr80075.outbound.protection.outlook.com [40.107.8.75]) by dpdk.org (Postfix) with ESMTP id CF2C12C54 for ; Mon, 18 Mar 2019 17:05:26 +0100 (CET) In-Reply-To: <1551779507-10857-1-git-send-email-rasland@mellanox.com> Content-Language: en-US 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 set of patches are intended to support secondary process for failsafe. v3 integrates changes after review from Gaetan There is no functional change. Raslan Darawsheh (4): net/failsafe: replace local device with shared data net/failsafe: change back-reference from sub-device net/failsafe: replace sub-device pointer with port id net/failsafe: support secondary process drivers/net/failsafe/failsafe.c | 53 +++++++++++++++++++++++++++++= ++-- drivers/net/failsafe/failsafe_eal.c | 4 +-- drivers/net/failsafe/failsafe_ether.c | 16 +++++----- drivers/net/failsafe/failsafe_intr.c | 20 ++++++------- drivers/net/failsafe/failsafe_ops.c | 4 +-- drivers/net/failsafe/failsafe_private.h | 38 +++++++++++++++-------- drivers/net/failsafe/failsafe_rxtx.c | 4 +-- 7 files changed, 102 insertions(+), 37 deletions(-) --=20 2.7.4