From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH 2/3] crypto/scheduler: improve slave configuration Date: Thu, 23 Mar 2017 15:09:36 +0000 Message-ID: <97e16f3e-0a4d-aed3-1663-600dbca36f98@intel.com> References: <1487332862-5719-1-git-send-email-roy.fan.zhang@intel.com> <1487332862-5719-3-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: pablo.de.lara.guarch@intel.com To: Fan Zhang , dev@dpdk.org 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) In-Reply-To: <1487332862-5719-3-git-send-email-roy.fan.zhang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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