From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v5 1/3] crypto/scheduler: add fail-over scheduling mode file Date: Thu, 30 Mar 2017 08:43:01 +0100 Message-ID: <69112b81-9e12-8204-200c-f75753bd33e6@intel.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: pablo.de.lara.guarch@intel.com, sergio.gonzalez.monroy@intel.com To: Fan Zhang , dev@dpdk.org 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) In-Reply-To: <1490805094-64679-2-git-send-email-roy.fan.zhang@intel.com> 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 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