From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/4] support secondary process for failsafe Date: Wed, 27 Mar 2019 14:08:22 +0000 Message-ID: <40480f5b-9256-625a-7371-16d5aecf3296@intel.com> References: <1551779507-10857-1-git-send-email-rasland@mellanox.com> <1552925103-2821-1-git-send-email-rasland@mellanox.com> <20190318161656.2j7vi5kxm6wll5yg@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Thomas Monjalon , "stephen@networkplumber.org" To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Raslan Darawsheh Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id F333158C6 for ; Wed, 27 Mar 2019 15:08:25 +0100 (CET) In-Reply-To: <20190318161656.2j7vi5kxm6wll5yg@bidouze.vm.6wind.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" <...> > On Mon, Mar 18, 2019 at 04:05:24PM +0000, Raslan Darawsheh wrote: >> 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 >> > For the series: > Acked-by: Gaetan Rivet Series applied to dpdk-next-net/master, thanks.