Re: [dpdk-dev] [PATCH] testpmd: call cleanup on exit

2020-01-07 Thread Jerin Jacob
On Tue, Jan 7, 2020 at 11:11 PM Stephen Hemminger wrote: > > The rte_eal_cleanup code is not exercised by testpmd which > is the most used DPDK test tool. Add a call at end of program. > > This helps exercise free and close paths which can > be checked with tools like valgrind. > > Signed-off-by:

[dpdk-dev] [PATCH] testpmd: call cleanup on exit

2020-01-07 Thread Stephen Hemminger
The rte_eal_cleanup code is not exercised by testpmd which is the most used DPDK test tool. Add a call at end of program. This helps exercise free and close paths which can be checked with tools like valgrind. Signed-off-by: Stephen Hemminger --- app/test-pmd/testpmd.c | 1 + 1 file changed, 1