numam-dpdk/drivers/net/enic
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
..
base net/enic: fix Tx crash after restart 2016-07-05 15:36:23 +02:00
enic_clsf.c net/enic: increment filter failure counter 2016-07-15 23:37:13 +02:00
enic_compat.h enic: remove #ident lines 2015-09-30 01:19:19 +02:00
enic_ethdev.c drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
enic_main.c net/enic: fix possible Rx corruption 2016-07-22 00:46:16 +02:00
enic_res.c net/enic: fix resource check failures when bonding devices 2016-07-08 22:51:03 +02:00
enic_res.h net/enic: determine max egress packet size and max MTU 2016-06-29 11:54:46 +02:00
enic_rxtx.c net/enic: fix possible Rx corruption 2016-07-22 00:46:16 +02:00
enic.h net/enic: remove internal driver version 2016-07-15 23:37:13 +02:00
LICENSE
Makefile net/enic: put Tx and Rx functions into same file 2016-06-15 17:13:56 +02:00
rte_pmd_enic_version.map