> -----Original Message----- > From: Hu, Jiayu > Sent: Friday, April 28, 2017 9:33 AM > To: [email protected] > Cc: Wu, Jingjing; [email protected]; Tan, Jianfeng; Hu, Jiayu > Subject: [PATCH v2] app/testpmd: fix exit without freeing resources > > When testpmd exists, it frees the acquired resources (e.g. stop ports). > However, when we terminate it by Ctrl-d, testpmd exists directly without > releasing the resources. In this patch, we fix this exit issue. > > Fixes:af75078fece3 ("first public release") > Cc: [email protected] > > Signed-off-by: Jiayu Hu <[email protected]>
Reviewed-by: Jianfeng Tan <[email protected]> Thanks, Jianfeng

