From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v6 1/3] crypto/scheduler: add packet size based mode code Date: Thu, 30 Mar 2017 12:16:49 +0100 Message-ID: References: <1490804784-64350-1-git-send-email-roy.fan.zhang@intel.com> <1490870836-111037-1-git-send-email-roy.fan.zhang@intel.com> <1490870836-111037-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 8E8C710FBD for ; Thu, 30 Mar 2017 13:17:45 +0200 (CEST) In-Reply-To: <1490870836-111037-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 30/03/17 11:47, Fan Zhang wrote: > This patch adds the packet size based distribution mode main source > file. > > Packet-size based distribution mode is a scheduling mode works with 2 > slaves, primary slave and secondary slave, and distribute the enqueued > crypto ops to them based on their data lengths. A crypto op will be > distributed to the primary slave if its data length equals or bigger > than the designated threshold, otherwise it will be handled by the > secondary slave. > > Signed-off-by: Fan Zhang > --- ... > Acked-by: Declan Doherty