From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8CD6110F63 for ; Thu, 30 Mar 2017 14:12:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490875922; x=1522411922; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=/bnKJnKUi4jzJB1RboOfvhuLXOddHnSl0MilCpW7nm8=; b=jyQycPzN2E3OIks6sP3jjpCNzKDcSbAiVD9pdACBQhh9XsyPEjqCvxME CzLVDNe1awbFemWuVDQ1r+ItqG3zNA==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 05:12:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="82278675" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2017 05:11:59 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx110.ger.corp.intel.com ([169.254.15.151]) with mapi id 14.03.0319.002; Thu, 30 Mar 2017 13:10:40 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" , "Doherty, Declan" Thread-Topic: [PATCH v6 0/3] crypto/scheduler: add packet-base scheduling mode Thread-Index: AQHSqULTkP9ZxIpQiUyOwLnugglsdKGtSocQ Date: Thu, 30 Mar 2017 12:10:39 +0000 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> In-Reply-To: <1490870836-111037-1-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmM0ZjU5ZWItNDZkNS00YWFhLTljYmUtOGI3ZGM0ZjI1MjY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNUNENoY3VWOE1xMjVQOEo3VFk5eTFUbnRsVWJZMnUyeVdXSk5yeWZDMDA9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v6 0/3] crypto/scheduler: add packet-base scheduling mode 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 12:12:03 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Thursday, March 30, 2017 11:47 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio; Doherty, Declan > Subject: [PATCH v6 0/3] crypto/scheduler: add packet-base scheduling > mode >=20 > Packet-size based distribution mode is a scheduling mode that 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 the designated threshold, otherwise it will be > handled by the secondary slave. ... > 2.7.4 Applied to dpdk-next-crypto as a single patch. Thanks, Pablo