Hi, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Anatoly Burakov > Sent: Thursday, May 31, 2018 5:14 PM > To: [email protected] > Subject: [dpdk-dev] [PATCH] test/test: properly clean up on exit > > The test application didn't call rte_eal_cleanup() on exit, which caused > leftover hugepages and memory leaks when running secondary processes. Fix > this by calling rte_eal_cleanup() on exit. > > Signed-off-by: Anatoly Burakov <[email protected]> > --- > test/test/test.c | 33 +++++++++++++++++++++++---------- > 1 file changed, 23 insertions(+), 10 deletions(-)
Reviewed-by: Reshma Pattan <[email protected]> Tested-by: Reshma Pattan <[email protected]> Thanks, Reshma

