From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 387D720F for ; Tue, 20 Jun 2017 16:37:12 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2017 07:37:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,364,1493708400"; d="scan'208";a="983074691" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.228]) ([163.33.228.228]) by orsmga003.jf.intel.com with ESMTP; 20 Jun 2017 07:37:06 -0700 To: Pablo de Lara , thomas@monjalon.net References: <1495639634-74846-1-git-send-email-pablo.de.lara.guarch@intel.com> <1495639634-74846-9-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: <22086b5c-9186-bcd5-ad4a-e0b7fcb4b928@intel.com> Date: Tue, 20 Jun 2017 15:37:06 +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: <1495639634-74846-9-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 08/12] cryptodev: add PCI driver helpers 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: Tue, 20 Jun 2017 14:37:12 -0000 On 24/05/2017 4:27 PM, Pablo de Lara wrote: > Add PCI probe/remove/init/uninit functions in a separate > file rte_cryptodev_pci.h, which do not use cryptodev driver, > in order to be removed in next commits. > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty