From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8E2375598 for ; Thu, 23 Mar 2017 16:13:07 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 23 Mar 2017 08:13:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,210,1486454400"; d="scan'208";a="1126238938" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 23 Mar 2017 08:13:06 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Thu, 23 Mar 2017 15:13:05 +0000 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/3] crypto/scheduler: improve slave configuration Thread-Index: AQHSiRVkfjwW3+ujA0m1Af+hqLwOM6GivM0AgAAAyYA= Date: Thu, 23 Mar 2017 15:13:04 +0000 Message-ID: References: <1487332862-5719-1-git-send-email-roy.fan.zhang@intel.com> <1487332862-5719-3-git-send-email-roy.fan.zhang@intel.com> <97e16f3e-0a4d-aed3-1663-600dbca36f98@intel.com> In-Reply-To: <97e16f3e-0a4d-aed3-1663-600dbca36f98@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2Q5NjZiOWQtNDdjNS00MjAyLWIwMTMtYTQzODYzZTAzZThmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFBTitQKzBLMGluMzdZeXQycEtEYjA3a2JUNzFIUFpcL1hIc0QzYVd0bWNrPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/3] crypto/scheduler: improve slave configuration 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, 23 Mar 2017 15:13:07 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Thursday, March 23, 2017 3:10 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH 2/3] crypto/scheduler: improve slave > configuration >=20 > On 17/02/17 12:01, Fan Zhang wrote: > > Since the new device configuration API is updated, we can make use of > > this feature to the crypto scheduler PMD to configure its slaves > > automatically with the same configurations it got. As originally the > > slaves have to be manually configured one by one, this patch should > > help reducing the coding complexity. > > > > Signed-off-by: Fan Zhang > > --- > ... > > >=20 > This patch needs to rebased due to the movement of app/test/ to test/test If there are no reworks required, I can do that myself when merging.