From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=ffhPl1V8lx1bbBNcEOgTanAimwMPK6lqgSA1LPuWpbY=; b=hRotCDIM9j6fVtvHlC82UeZXpmkgXm6AtaGMoMAA4sFB5xJR18YC4UK/XplsQArCib +kF0xWHUNBJKXR1mOyCiBSkzHA6XycMote6PMH+bvux9hrPwz7VsW5KxYIe3CRPju1yg O8caoBPXWcT3g9K8o+NmrfLrJPdTudVRfVPy5PJxP4q554AnNmaif+XBKPRVzjR3GfZA NVEC8KABNGwZ5CtdOhOgBKNdEFdHMpKyC4LnA3+HV9c+NpPXy2VdEai9UiY1YfY0BgSJ CNJ4Ef3PeBaZcIaKW49RUwvkaRgR6NFNPEoaPMgpyf2cp2+a7UulGWI+LCBufhpF6Kqh HQRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ffhPl1V8lx1bbBNcEOgTanAimwMPK6lqgSA1LPuWpbY=; b=S7ZaouvTtWHyiq8N0VidTtJE4wkjzht55CFDnPyis3yHIWJocrnf3J04nSLBPGaGsa gPcMeQsiLcRf63oJ0E24D00/0cODU3gvIJz8GwudrAVH44ARD7KGgWd2B8BWbQ5Fr6AC SIJSCHNduv1hGja+eyBUxwdVOfC4z1a6stBOSW1BEdmgJSQxnbgDu8V0R8Y3wE9zQUpr GVCXU72wYOvp7dCOgCm3Dxzz04SlW+Q21vhmrGjsFK3QMS4rA0fwrjtVIfpJ30fQyNJU 5MGFKBoeJKkKse9b5ZKOqFI8idHYzEYD9hJkPEFxDaqs3xXwvoBzpJ4joWkMh470AgDX o+og== X-Gm-Message-State: ALoCoQm8/g9U7bs8lXDQs1CFShX57RDfAfJw3j2sXFiQNF8n3Rr6PeHDwp7gIqBtO06SHlJsYzBNAivwXqI5eDunB7VFTlFM/A== X-Received: by 10.28.216.72 with SMTP id p69mr19266833wmg.14.1449453616813; Sun, 06 Dec 2015 18:00:16 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id q77sm14145593wmd.22.2015.12.06.18.00.16 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 18:00:16 -0800 (PST) From: Thomas Monjalon To: Declan Doherty Date: Mon, 07 Dec 2015 02:59:05 +0100 Message-ID: <1661209.d2U9ykBTpK@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <565F2CD5.1020308@intel.com> References: <1449076604-26628-1-git-send-email-declan.doherty@intel.com> <565F2CD5.1020308@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] l2fwd-crypto: fix behaviour of -t option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 02:00:17 -0000 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