numam-dpdk/doc/guides
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
..
contributing doc: fix versioning example 2016-08-24 17:35:52 +02:00
cryptodevs drivers: make driver names consistent 2016-09-16 11:55:59 +02:00
faq unify tools naming 2016-07-22 22:31:02 +02:00
freebsd_gsg doc: remove useless file listings 2016-08-23 15:16:29 +02:00
howto doc: fix references to old binding script 2016-08-22 23:03:00 +02:00
linux_gsg doc: remove useless file listings 2016-08-23 15:16:29 +02:00
nics drivers: make driver names consistent 2016-09-16 11:55:59 +02:00
prog_guide drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
rel_notes drivers: make driver names consistent 2016-09-16 11:55:59 +02:00
sample_app_ug unify tools naming 2016-07-22 22:31:02 +02:00
testpmd_app_ug doc: fix path to testpmd app 2016-07-28 18:11:56 +02:00
xen drivers: make driver names consistent 2016-09-16 11:55:59 +02:00
conf.py doc: generate NIC overview table from ini files 2016-08-03 18:42:17 +02:00
index.rst doc: add VF live migration howto with bonded virtio 2016-07-22 19:58:10 +02:00