From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1999D5688 for ; Thu, 30 Mar 2017 09:43:05 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 30 Mar 2017 00:43:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,245,1486454400"; d="scan'208";a="82204694" Received: from kwisniew-mobl3.ger.corp.intel.com (HELO [10.252.6.26]) ([10.252.6.26]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2017 00:43:02 -0700 To: Fan Zhang , dev@dpdk.org References: <1490775868-65199-1-git-send-email-roy.fan.zhang@intel.com> <1490805094-64679-1-git-send-email-roy.fan.zhang@intel.com> <1490805094-64679-2-git-send-email-roy.fan.zhang@intel.com> Cc: pablo.de.lara.guarch@intel.com, sergio.gonzalez.monroy@intel.com From: Declan Doherty Message-ID: <69112b81-9e12-8204-200c-f75753bd33e6@intel.com> Date: Thu, 30 Mar 2017 08:43:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490805094-64679-2-git-send-email-roy.fan.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 1/3] crypto/scheduler: add fail-over scheduling mode file 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: Thu, 30 Mar 2017 07:43:06 -0000 On 29/03/2017 5:31 PM, Fan Zhang wrote: > This patch adds the fail-over scheduling mode main source file. Fail-over > mode works with 2 slaves, primary slave and secondary slave. In this mode, > the scheduler will enqueues the incoming crypto op burst to the primary > slave. When one or more crypto ops are failed to be enqueued, they then > will be enqueued to the secondary slave. > > Signed-off-by: Fan Zhang > Series-acked-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty