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 8E8C710FBD for ; Thu, 30 Mar 2017 13:17:45 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 30 Mar 2017 04:17:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="66856652" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga002.jf.intel.com with ESMTP; 30 Mar 2017 04:17:43 -0700 To: Fan Zhang , dev@dpdk.org 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> Cc: pablo.de.lara.guarch@intel.com, sergio.gonzalez.monroy@intel.com From: Declan Doherty Message-ID: Date: Thu, 30 Mar 2017 12:16:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490870836-111037-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 v6 1/3] crypto/scheduler: add packet size based mode code 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 11:17:46 -0000 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