numam-dpdk/drivers/net/mvpp2
Liron Himi 696202ca53 net/mvpp2: remove resources when port is closed
Since 18.11, it is suggested that driver should release all its private
resources at the dev_close routine. So all resources previously released
in remove routine are now released at the dev_close routine, and the
dev_close routine will be called in driver remove routine in order to
support removing a device without closing its ports.

Above behavior changes are supported by setting RTE_ETH_DEV_CLOSE_REMOVE
flag during probe stage.

Signed-off-by: Liron Himi <lironh@marvell.com>
Reviewed-by: Yuri Chipchev <yuric@marvell.com>
2019-08-05 19:26:32 +02:00
..
Makefile net/mvpp2: support traffic manager 2018-09-28 01:41:03 +02:00
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
mrvl_ethdev.c net/mvpp2: remove resources when port is closed 2019-08-05 19:26:32 +02:00
mrvl_ethdev.h net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
mrvl_flow.c net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
mrvl_flow.h net/mvpp2: add init and deinit to flow 2018-09-28 01:41:03 +02:00
mrvl_mtr.c drivers: fix SPDX license id consistency 2019-03-29 00:15:53 +01:00
mrvl_mtr.h net/mvpp2: support metering 2018-09-28 01:41:03 +02:00
mrvl_qos.c net/mvpp2: align with MUSDK 18.09 2018-09-28 01:41:03 +02:00
mrvl_qos.h net/mvpp2: change default policer configuration 2018-09-28 01:41:03 +02:00
mrvl_tm.c net/mvpp2: support traffic manager 2018-09-28 01:41:03 +02:00
mrvl_tm.h net/mvpp2: support traffic manager 2018-09-28 01:41:03 +02:00
rte_pmd_mvpp2_version.map net/mvpp2: rename version map file to standard 2018-04-17 16:40:09 +02:00