[dpdk-dev] [PATCH] app/pdump: cleanup rte rings upon failures

2016-07-22 Thread Thomas Monjalon
2016-07-22 15:19, Ferruh Yigit: > On 7/22/2016 2:44 PM, Reshma Pattan wrote: > > Function create_mp_ring_vdev() for failure cases exits without > > freeing the created rte rings, because of this pdump tool cannot be > > rerun successfully. Added rte ring cleanup logic upon failures. > > > > Fixes:

[dpdk-dev] [PATCH] app/pdump: cleanup rte rings upon failures

2016-07-22 Thread Ferruh Yigit
On 7/22/2016 2:44 PM, Reshma Pattan wrote: > Function create_mp_ring_vdev() for failure cases exits without > freeing the created rte rings, because of this pdump tool cannot be > rerun successfully. Added rte ring cleanup logic upon failures. > > Fixes: caa7028276b8 ("app/pdump: add tool for pack

[dpdk-dev] [PATCH] app/pdump: cleanup rte rings upon failures

2016-07-22 Thread Reshma Pattan
Function create_mp_ring_vdev() for failure cases exits without freeing the created rte rings, because of this pdump tool cannot be rerun successfully. Added rte ring cleanup logic upon failures. Fixes: caa7028276b8 ("app/pdump: add tool for packet capturing") Signed-off-by: Reshma Pattan --- ap