From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 018522E8B for ; Thu, 30 Mar 2017 09:38:28 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 30 Mar 2017 00:38:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,245,1486454400"; d="scan'208";a="82203330" 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:38:26 -0700 To: Fan Zhang , dev@dpdk.org References: <1490710160-30089-1-git-send-email-roy.fan.zhang@intel.com> <1490775959-65295-1-git-send-email-roy.fan.zhang@intel.com> <1490775959-65295-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: <7348f306-324a-e825-b3a3-15ffb54b7287@intel.com> Date: Thu, 30 Mar 2017 08:38:25 +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: <1490775959-65295-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 v4 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 07:38:29 -0000 On 29/03/2017 9:25 AM, 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, the primary slave and the secondary slave, and distributes the > enqueued crypto operations to them based on their data lengths. A crypto > operation will be distributed to the primary slave if its data length is > equal to or bigger than than the designated threshold, otherwise it will > be handled by the secondary slave. > > Signed-off-by: Fan Zhang > --- ... > Acked-by: Declan Doherty