patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] common/qat: add missing kmod dependency
@ 2020-10-23 15:44 Didier Pallard
  2020-10-23 16:32 ` David Marchand
  2020-10-28 11:49 ` [dpdk-stable] [dpdk-dev] " Akhil Goyal
  0 siblings, 2 replies; 4+ messages in thread
From: Didier Pallard @ 2020-10-23 15:44 UTC (permalink / raw)
  To: dev
  Cc: stable, John Griffin, Fiona Trahe, Deepak Kumar Jain,
	Olivier Matz, Adrien Mazarguil

Dependency on kmod needed to manage crypto devices is missing
in qat crypto pmd.

Cc: stable@dpdk.org
Fixes: 0880c40113ef ("drivers: advertise kmod dependencies in pmdinfo")
Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
---
 drivers/common/qat/qat_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/common/qat/qat_device.c b/drivers/common/qat/qat_device.c
index b050ce20e4fc..9fa142b5e5bb 100644
--- a/drivers/common/qat/qat_device.c
+++ b/drivers/common/qat/qat_device.c
@@ -423,3 +423,4 @@ qat_comp_dev_destroy(struct qat_pci_device *qat_pci_dev __rte_unused)
 
 RTE_PMD_REGISTER_PCI(QAT_PCI_NAME, rte_qat_pmd);
 RTE_PMD_REGISTER_PCI_TABLE(QAT_PCI_NAME, pci_id_qat_map);
+RTE_PMD_REGISTER_KMOD_DEP(QAT_PCI_NAME, "* igb_uio | uio_pci_generic | vfio-pci");
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-28 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 15:44 [dpdk-stable] [PATCH] common/qat: add missing kmod dependency Didier Pallard
2020-10-23 16:32 ` David Marchand
2020-10-23 17:20   ` Trahe, Fiona
2020-10-28 11:49 ` [dpdk-stable] [dpdk-dev] " Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).