numam-dpdk/drivers/net/nfb
Rastislav Cernay f1d59d3fc8 net/nfb: remove resources when port is closed
The rte_eth_dev_close() function now handles freeing resources for
devices (e.g., mac_addrs).  To conform with the new close() behaviour we
are asserting the RTE_ETH_DEV_CLOSE_REMOVE flag so that
rte_eth_dev_close() releases all device level dynamic memory.

Signed-off-by: Rastislav Cernay <cernay@netcope.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Jan Remes <remes@netcope.com>
2019-08-28 13:09:19 +02:00
..
Makefile net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
nfb_ethdev.c net/nfb: remove resources when port is closed 2019-08-28 13:09:19 +02:00
nfb_rx.c net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
nfb_rx.h net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
nfb_rxmode.c
nfb_rxmode.h
nfb_stats.c
nfb_stats.h
nfb_tx.c
nfb_tx.h
nfb.h net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
rte_pmd_nfb_version.map