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 1CC9F69D8 for ; Thu, 23 Mar 2017 16:10:23 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 23 Mar 2017 08:10:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,210,1486454400"; d="scan'208";a="80268612" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by fmsmga006.fm.intel.com with ESMTP; 23 Mar 2017 08:10:21 -0700 To: Fan Zhang , dev@dpdk.org References: <1487332862-5719-1-git-send-email-roy.fan.zhang@intel.com> <1487332862-5719-3-git-send-email-roy.fan.zhang@intel.com> Cc: pablo.de.lara.guarch@intel.com From: Declan Doherty Message-ID: <97e16f3e-0a4d-aed3-1663-600dbca36f98@intel.com> Date: Thu, 23 Mar 2017 15:09:36 +0000 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: <1487332862-5719-3-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 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:10:24 -0000 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 > --- ... > This patch needs to rebased due to the movement of app/test/ to test/test