From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH 05/12] cryptodev: only set PCI info when device is PCI Date: Tue, 20 Jun 2017 15:36:00 +0100 Message-ID: References: <1495639634-74846-1-git-send-email-pablo.de.lara.guarch@intel.com> <1495639634-74846-6-git-send-email-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 5D1812C8 for ; Tue, 20 Jun 2017 16:36:03 +0200 (CEST) In-Reply-To: <1495639634-74846-6-git-send-email-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 24/05/2017 4:27 PM, Pablo de Lara wrote: > Do not set PCI information in the device information structure > for any crypto device, just for the ones that are PCI, so > this is set internally in the PCI crypto PMDs (only QAT now). > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty