From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A14E02A5E for ; Mon, 9 Oct 2017 07:27:20 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2017 22:27:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,499,1500966000"; d="scan'208";a="908039973" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.114.24]) ([10.254.114.24]) by FMSMGA003.fm.intel.com with ESMTP; 08 Oct 2017 22:27:18 -0700 To: Jianbo Liu , Phil Yang Cc: dev@dpdk.org, nd@arm.com, Herbert Guan References: <1505706058-1841-1-git-send-email-phil.yang@arm.com> <1506061292-2814-1-git-send-email-phil.yang@arm.com> From: Ferruh Yigit Message-ID: Date: Mon, 9 Oct 2017 06:27:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix stats period can't quit normally in container X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 05:27:21 -0000 On 9/22/2017 11:32 AM, Jianbo Liu wrote: > On 22 September 2017 at 14:21, Phil Yang wrote: >> In container, the process cannot be terminated by SIGINT/SIGTERM when >> execute with 'stats-period' option. >> Fixed by adding a flag to exit stats period loop after received either >> SIGINT or SIGTERM. >> >> Signed-off-by: Phil Yang > > Acked-by: Jianbo Liu Applied to dpdk-next-net/master, thanks. Welcome Phil Yang!