[dpdk-dev] [PATCH v2] qat: fix for VFs not getting recognized

2016-06-20 Thread Thomas Monjalon
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 > --- > drivers/crypto/qat/rte_qat_cryptodev.c | 10 +++--- > lib/librte_eal/common/include/rte_pci_dev_ids.h | 10

[dpdk-dev] [PATCH v2] qat: fix for VFs not getting recognized

2016-06-20 Thread Jain, Deepak K
Updated the code to use RTE_PCI_DEVICE. Fixes: 701c8d80c820 ("pci: support class id probing") Signed-off-by: Jain, Deepak K --- drivers/crypto/qat/rte_qat_cryptodev.c | 10 +++--- lib/librte_eal/common/include/rte_pci_dev_ids.h | 10 ++ 2 files changed, 13 insertions(+), 7