From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 05:52:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,378,1493708400"; d="scan'208";a="871030766" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.219]) ([163.33.228.219]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2017 05:52:55 -0700 To: Pablo de Lara , thomas@monjalon.net 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> Cc: dev@dpdk.org From: Declan Doherty Message-ID: Date: Fri, 23 Jun 2017 13:52:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170621062826.21896-7-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 06/12] cryptodev: move vdev functions to a separate file 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: Fri, 23 Jun 2017 12:52:58 -0000 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