From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D3EDE262E for ; Fri, 21 Sep 2018 02:21:42 +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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 17:21:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,282,1534834800"; d="scan'208";a="71685975" 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:21:40 -0700 To: Andrew Rybchenko , Gaetan Rivet Cc: dev@dpdk.org References: <1535526966-32456-1-git-send-email-arybchenko@solarflare.com> <1537451752-28759-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Fri, 21 Sep 2018 01:21:40 +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: <1537451752-28759-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 0/4] net/failsafe: support deferred queue start 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:21:43 -0000 On 9/20/2018 2:55 PM, Andrew Rybchenko wrote: > Since the topic is raised in multicast address list patchset, I'd like > to highlight it here as well. Current version uses failsafe ops directly > on sync to synchronize queues state which iterates over all sub-devices. > For already in sync sub-devices it does not go to driver since ethdev > functions checks current state and do nothing if it is already OK. > In theory it is possible to limit it to inactive devices and use > ethdev API instead of direct ops, but it requires a bit more lines of > code. > > v2: > - fix ops ordering > - update testpmd documentation > - add Gaƫtan's acks > > Ian Dolzhansky (4): > app/testpmd: add queue deferred start switch > net/failsafe: add checks for deferred queue setup > net/failsafe: add Rx queue start and stop functions > net/failsafe: add Tx queue start and stop functions Series applied to dpdk-next-net/master, thanks.