Re: [dpdk-dev] [PATCH v5 4/6] ethdev: free all common data when releasing port

2018-10-18 Thread Andrew Rybchenko
On 10/18/18 4:24 AM, Thomas Monjalon wrote: 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: Thoma

[dpdk-dev] [PATCH v5 4/6] ethdev: free all common data when releasing port

2018-10-17 Thread Thomas Monjalon
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 --- drivers/net/af_packet/rte_eth