From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] l2fwd-crypto: fix behaviour of -t option Date: Mon, 07 Dec 2015 02:59:05 +0100 Message-ID: <1661209.d2U9ykBTpK@xps13> References: <1449076604-26628-1-git-send-email-declan.doherty@intel.com> <565F2CD5.1020308@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Declan Doherty Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id E4DEF93FC for ; Mon, 7 Dec 2015 03:00:16 +0100 (CET) Received: by wmec201 with SMTP id c201so145004693wme.0 for ; Sun, 06 Dec 2015 18:00:16 -0800 (PST) In-Reply-To: <565F2CD5.1020308@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-02 17:39, Declan Doherty: > On 02/12/15 17:16, Declan Doherty wrote: > > passing -t 0 as a command line argument causes the application > > to exit with an "invalid refresh period specified" error which is > > contrary to applications help text. > > > > This patch removes the unnecessary option "--no-stats" and fixes the > > behaviour of the -t parameter. > > > > Reported-by: Min Cao > > Signed-off-by: Declan Doherty Applied, thanks