Skip to content

Commit

Permalink
common/qat: add missing kmod dependency info
Browse files Browse the repository at this point in the history
[ upstream commit a0fe0cc ]

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

Fixes: 0880c40 ("drivers: advertise kmod dependencies in pmdinfo")

Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
  • Loading branch information
didier-pallard authored and bluca committed Nov 9, 2020
1 parent 65394dd commit cc39464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/common/qat/qat_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,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");

0 comments on commit cc39464

Please sign in to comment.