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 drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_ddm.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_ethdev_rx.c drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
ark_ethdev_rx.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_ethdev_tx.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_ethdev_tx.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_ethdev.c ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
ark_ext.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_global.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_logs.h net/ark: stub PMD for Atomic Rules Arkville 2017-04-19 15:37:37 +02:00
ark_mpu.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_mpu.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_pktchkr.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_pktchkr.h net/ark: provide API for hardware modules pktchkr and pktgen 2017-04-19 15:37:37 +02:00
ark_pktdir.c net/ark: add null pointer check 2017-10-06 02:49:49 +02:00
ark_pktdir.h net/ark: provide API for hardware modules MPU RQP and pktdir 2017-04-19 15:37:37 +02:00
ark_pktgen.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_pktgen.h net/ark: provide API for hardware modules pktchkr and pktgen 2017-04-19 15:37:37 +02:00
ark_rqp.c net/ark: report hardware status on init 2017-04-19 15:37:37 +02:00
ark_rqp.h net/ark: report hardware status on init 2017-04-19 15:37:37 +02:00
ark_udm.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_udm.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_pmd_ark_version.map net/ark: stub PMD for Atomic Rules Arkville 2017-04-19 15:37:37 +02:00