numam-dpdk/drivers/crypto/qat
David Marchand c830cb2954 drivers: use PCI registration macro
Simplify crypto and ethdev pci drivers init by using newly introduced
init macros and helpers.
Those drivers then don't need to register as "rte_driver"s anymore.

Exceptions:
- virtio and mlx* use RTE_INIT directly as they have custom initialization
  steps.
- VDEV devices are not modified - they continue to use PMD_REGISTER_DRIVER.

Update documentation for replacing an example referring to
PMD_REGISTER_DRIVER.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2016-10-03 16:33:23 +02:00
..
qat_adf crypto/qat: fix digest verification 2016-07-10 14:51:09 +02:00
Makefile mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
qat_crypto.c remove unused ring includes 2016-09-16 10:16:02 +02:00
qat_crypto.h qat: add cipher/auth only 2016-03-10 22:50:48 +01:00
qat_logs.h qat: add driver for QuickAssist devices 2015-11-25 19:18:04 +01:00
qat_qp.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
rte_pmd_qat_version.map qat: add driver for QuickAssist devices 2015-11-25 19:18:04 +01:00
rte_qat_cryptodev.c drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00