numam-dpdk/lib/librte_ether
Thomas Monjalon 29aa41e36d ethdev: add notifications for probing and removal
When a PMD finishes probing, it creates the new port by calling
the function rte_eth_dev_allocate().
A notification of the new port is sent there to the upper layer.

When a PMD finishes removal of a port, it calls the function
rte_eth_dev_release_port().
A notification of the destroyed port is sent there to the upper layer.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-01-16 18:47:49 +01:00
..
ethdev_profile.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ethdev_profile.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_dev_info.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_eth_ctrl.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_ethdev_pci.h pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_ethdev_vdev.h bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
rte_ethdev_version.map ethdev: support security APIs 2017-10-26 03:10:32 +02:00
rte_ethdev.c ethdev: add notifications for probing and removal 2018-01-16 18:47:49 +01:00
rte_ethdev.h ethdev: add notifications for probing and removal 2018-01-16 18:47:49 +01:00
rte_flow_driver.h ethdev: expose flow API error helper 2017-10-13 01:18:47 +01:00
rte_flow.c ethdev: add GENEVE flow pattern item 2018-01-16 18:47:49 +01:00
rte_flow.h ethdev: add GENEVE flow pattern item 2018-01-16 18:47:49 +01:00
rte_mtr_driver.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_mtr.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_mtr.h ethdev: add API for traffic metering and policing 2017-10-20 14:09:28 +02:00
rte_tm_driver.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_tm.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_tm.h ethdev: increase port id range 2017-10-06 18:23:25 +02:00