From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v2 06/12] cryptodev: move vdev functions to a separate file Date: Fri, 23 Jun 2017 13:52:55 +0100 Message-ID: References: <1495639634-74846-1-git-send-email-pablo.de.lara.guarch@intel.com> <20170621062826.21896-1-pablo.de.lara.guarch@intel.com> <20170621062826.21896-7-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , thomas@monjalon.net Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A55893230 for ; Fri, 23 Jun 2017 14:52:57 +0200 (CEST) In-Reply-To: <20170621062826.21896-7-pablo.de.lara.guarch@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 21/06/2017 7:28 AM, Pablo de Lara wrote: > Move all functions handling virtual devices to a separate > header file "rte_cryptodev_vdev.h", in order to leave only > generic functions for any device in the rest of the files. > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty