numam-dpdk/drivers/net/mlx4
Thomas Monjalon e16adf08e5 ethdev: free all common data when releasing port
This is a clean-up of common ethdev data freeing.
All data freeing are moved to rte_eth_dev_release_port()
and done only in case of primary process.

It is probably fixing some memory leaks for PMDs which were
not freeing all data.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
2018-10-26 22:14:05 +02:00
..
Makefile
meson.build net/mlx4: support meson build 2018-09-28 01:41:01 +02:00
mlx4_ethdev.c
mlx4_flow.c
mlx4_flow.h
mlx4_glue.c
mlx4_glue.h
mlx4_intr.c
mlx4_mr.c net/mlx4: support externally allocated static memory 2018-10-11 18:53:49 +02:00
mlx4_mr.h
mlx4_prm.h
mlx4_rxq.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
mlx4_rxtx.c
mlx4_rxtx.h net/mlx4: support externally allocated static memory 2018-10-11 18:53:49 +02:00
mlx4_txq.c
mlx4_utils.c
mlx4_utils.h
mlx4.c ethdev: free all common data when releasing port 2018-10-26 22:14:05 +02:00
mlx4.h
rte_pmd_mlx4_version.map