numam-dpdk/drivers/net/ark
Thomas Monjalon fbe90cdd77 ethdev: add probing finish function
A new hook function is added and called inside the PMDs at the end
of the device probing:
	- in primary process, after allocating, init and config
	- in secondary process, after attaching and local init

This new function is almost empty for now.
It will be used later to add some post-initialization processing.

For the PMDs calling the helpers rte_eth_dev_create() or
rte_eth_dev_pci_generic_probe(), the hook rte_eth_dev_probing_finish()
is called from here, and not in the PMD itself.

Note that the helper rte_eth_dev_create() could be used more,
especially for vdevs, avoiding some code duplication in PMDs.

Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>
2018-05-14 22:31:53 +01:00
..
ark_ddm.c
ark_ddm.h
ark_ethdev_rx.c
ark_ethdev_rx.h
ark_ethdev_tx.c
ark_ethdev_tx.h
ark_ethdev.c ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
ark_ext.h
ark_global.h
ark_logs.h
ark_mpu.c
ark_mpu.h
ark_pktchkr.c
ark_pktchkr.h
ark_pktdir.c
ark_pktdir.h
ark_pktgen.c
ark_pktgen.h
ark_rqp.c
ark_rqp.h
ark_udm.c
ark_udm.h
Makefile
rte_pmd_ark_version.map