From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/3] Handle SIGINT and SIGTERM in DPDK examples Date: Wed, 27 Jan 2016 17:34:21 +0100 Message-ID: <12117941.hcXAbVX2nW@xps13> References: <1451011032-83106-1-git-send-email-zhihong.wang@intel.com> <1451512791-5442-1-git-send-email-zhihong.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Zhihong Wang Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 5EAE09A87 for ; Wed, 27 Jan 2016 17:35:31 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id p63so35047839wmp.1 for ; Wed, 27 Jan 2016 08:35:31 -0800 (PST) In-Reply-To: <1451512791-5442-1-git-send-email-zhihong.wang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-30 16:59, Zhihong Wang: > Zhihong Wang (3): > app/test-pmd: Handle SIGINT and SIGTERM in testpmd > examples/l2fwd: Handle SIGINT and SIGTERM in l2fwd > examples/l3fwd: Handle SIGINT and SIGTERM in l3fwd Applied, thanks