From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2] app/testpmd: fix exit without freeing resources Date: Mon, 01 May 2017 15:41:05 +0200 Message-ID: <8736101.ZVonG6DNqV@xps> References: <1493256770-15331-1-git-send-email-jiayu.hu@intel.com> <1493343170-110462-1-git-send-email-jiayu.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, "Tan, Jianfeng" , dev@dpdk.org, "Wu, Jingjing" To: "Hu, Jiayu" Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/04/2017 04:02, Tan, Jianfeng: > From: Hu, Jiayu > > > > 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: stable@dpdk.org > > > > Signed-off-by: Jiayu Hu > > Reviewed-by: Jianfeng Tan Applied, thanks