From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BB01B1B53 for ; Fri, 21 Sep 2018 02:29:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 17:29:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,282,1534834800"; d="scan'208";a="71687145" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.252.22.231]) ([10.252.22.231]) by fmsmga007.fm.intel.com with ESMTP; 20 Sep 2018 17:29:38 -0700 To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Andrew Rybchenko Cc: dev@dpdk.org, Ian Dolzhansky References: <1535731778-28288-1-git-send-email-arybchenko@solarflare.com> <20180919150204.ypxt4xpnuoqqqz25@bidouze.vm.6wind.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <24d8b06a-3336-0215-229c-b2a02904f238@intel.com> Date: Fri, 21 Sep 2018 01:29:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180919150204.ypxt4xpnuoqqqz25@bidouze.vm.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 0/2] net/failsafe: support runtime queue setup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2018 00:29:41 -0000 On 9/19/2018 4:02 PM, Gaƫtan Rivet wrote: > Hi, > > for the series, > Acked-by: Gaetan Rivet Series applied to dpdk-next-net/master, thanks. > > On Fri, Aug 31, 2018 at 05:09:36PM +0100, Andrew Rybchenko wrote: >> The patch series should be applied on top of [1] and [2]. >> >> [1] https://patches.dpdk.org/project/dpdk/list/?series=1082 >> [2] https://patches.dpdk.org/patch/43946/ >> >> Ian Dolzhansky (2): >> net/failsafe: support runtime Rx queues setup >> net/failsafe: support runtime Tx queues setup >> >> doc/guides/nics/features/failsafe.ini | 2 ++ >> doc/guides/rel_notes/release_18_11.rst | 1 + >> drivers/net/failsafe/failsafe_intr.c | 2 +- >> drivers/net/failsafe/failsafe_ops.c | 15 +++++++++++---- >> 4 files changed, 15 insertions(+), 5 deletions(-) >> >> -- >> 2.17.1 >> >