Re: [dpdk-dev] [PATCH 08/14] eal: vfio: cleanup the mp sync handle

2020-04-27 Thread Burakov, Anatoly
On 04-Jan-20 1:33 AM, Stephen Hemminger wrote: When rte_eal_cleanup is called the rte_mp_action for VFIO should be freed. Fixes: edf73dd33072 ("ipc: handle unsupported IPC in action register") Cc: anatoly.bura...@intel.com Cc: sta...@dpdk.org Signed-off-by: Stephen Hemminger --- Acked-by: Ana

[dpdk-dev] [PATCH 08/14] eal: vfio: cleanup the mp sync handle

2020-01-03 Thread Stephen Hemminger
When rte_eal_cleanup is called the rte_mp_action for VFIO should be freed. Fixes: edf73dd33072 ("ipc: handle unsupported IPC in action register") Cc: anatoly.bura...@intel.com Cc: sta...@dpdk.org Signed-off-by: Stephen Hemminger --- lib/librte_eal/linux/eal/eal.c | 3 +++ lib/librte