numam-dpdk/drivers/net/dpaa
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
..
dpaa_ethdev.c ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
dpaa_ethdev.h net/dpaa: update optimal burst size in device info 2018-05-14 22:31:51 +01:00
dpaa_rxtx.c net/dpaa: update checksum for external pool obj 2018-04-12 00:20:50 +02:00
dpaa_rxtx.h net/dpaa: further push mode optimizations 2018-01-31 13:44:56 +01:00
Makefile bus/dpaa: use iova2virt instead of memseg iteration 2018-04-11 19:54:37 +02:00
meson.build drivers/dpaa: reduce meson dependency lists 2018-04-17 16:09:43 +02:00
rte_pmd_dpaa_version.map lib: clear experimental version tag in linker scripts 2018-05-14 03:37:28 +02:00
rte_pmd_dpaa.h add experimental tag to appropriate functions 2018-01-29 23:35:29 +01:00