From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id F1F84A251
 for <dev@dpdk.org>; Mon, 20 Jun 2016 19:08:08 +0200 (CEST)
Received: by mail-wm0-f43.google.com with SMTP id r201so70950717wme.1
 for <dev@dpdk.org>; Mon, 20 Jun 2016 10:08:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=DE1yJvwIAp1SfYPa0Jhd2gZPhcyO0JNm2ect7JTfKUM=;
 b=AW1VFHE8L2bXaP2FQ3kCwiOwwaZCys5bFXHcgx725CZKRu1GKXmQ3EqdgMxb7GUPsQ
 4Sx6SZlfm3LtX4Hy8xbjb/0TLV3/Ney0Hk4RXL5xSKfg/P87MQdHI5ED6HEIMcznBDHg
 mQyDsoA1m+IhMZqUi9hcHvcoX1XRgQifkAmMWW6sNUwqEfxvc6Ey2Da6eT6EwqChJC+t
 XFIwnjcSeM+qVocZby0ryoEK4wG+HwHrSdxFU34YTMVXHRsbfkAs0pelvlWri6t35mqa
 9mDBAqNSgspv/HG2SyYxSBeYaoBCgeO+PQzjaDuGH/nl9qgpAo/wXtbfUhVUQegcgN0N
 B1qQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=DE1yJvwIAp1SfYPa0Jhd2gZPhcyO0JNm2ect7JTfKUM=;
 b=J+/yfSJy+u5U8r2KgL+Tz8dVMKf6CWl5DlRZ/rSLHYVmHFgESmHaDTR0oDhOOsi3C7
 dVmyQD0owsetQWM3xRvNBtKIq/WZcvmFElalviJnDEZS3w1+xUhciiw9tJj6mQz0jmoD
 YDtCuDymdQGi+4dIglwEwi8MVZNg7WMSsL4br1HxyXRdSzh+20wVBC/b4IRst2v8ADYf
 6fMXK6lmLmJE/ZZQLjGuvRHMt/8YvGOt9rMDcjP+1qvoD9K33qKuBbfQ8SsXxIZYEa2J
 5bSgoOGGSzgmJopILUQ3QjpL1UhLbLzcKEtVBeH6/whDL07Oj7slBMjHe9ixPgJEdI4o
 7T+w==
X-Gm-Message-State: ALyK8tJsEwSe0y56xDb4vq1KxOxm330W14wzCR7N+7KbvzYzKtjFunFNXtgoqv4Dq/sPCQUJ
X-Received: by 10.28.141.4 with SMTP id p4mr13067479wmd.46.1466442488724;
 Mon, 20 Jun 2016 10:08:08 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id bh7sm32427881wjb.22.2016.06.20.10.08.06
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 20 Jun 2016 10:08:06 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Jain, Deepak K" <deepak.k.jain@intel.com>
Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com,
 jerin.jacob@caviumnetworks.com
Date: Mon, 20 Jun 2016 19:08:05 +0200
Message-ID: <2925484.8a4pbCXxRW@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1466439011-88009-1-git-send-email-deepak.k.jain@intel.com>
References: <1466087775-235077-1-git-send-email-deepak.k.jain@intel.com>
 <1466439011-88009-1-git-send-email-deepak.k.jain@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v2] qat: fix for VFs not getting recognized
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 20 Jun 2016 17:08:09 -0000

2016-06-20 17:10, Jain, Deepak K:
> Updated the code to use RTE_PCI_DEVICE.
> 
> Fixes: 701c8d80c820 ("pci: support class id probing")
> 
> Signed-off-by: Jain, Deepak K <deepak.k.jain@intel.com>
> ---
>  drivers/crypto/qat/rte_qat_cryptodev.c          | 10 +++-------
>  lib/librte_eal/common/include/rte_pci_dev_ids.h | 10 ++++++++++

Please keep the PCI ids in the driver.