numam-dpdk/mk/internal
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
..
rte.build-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.build-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.clean-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.clean-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.compile-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.compile-pre.mk drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
rte.depdirs-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.depdirs-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.extvars.mk mk: fix error message 2016-03-03 11:36:32 +01:00
rte.install-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.install-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00