From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5F9E55A74 for ; Wed, 11 Feb 2015 11:42:46 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 11 Feb 2015 02:38:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,558,1418112000"; d="scan'208";a="676268095" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 11 Feb 2015 02:42:43 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.64]) by IRSMSX104.ger.corp.intel.com ([169.254.5.145]) with mapi id 14.03.0195.001; Wed, 11 Feb 2015 10:42:15 +0000 From: "Gonzalez Monroy, Sergio" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in help command line Thread-Index: AQHQQhh0kqhBMFNmzkuaTJlRw8wU15zrSn6w Date: Wed, 11 Feb 2015 10:42:15 +0000 Message-ID: <91383E96CE459D47BCE92EFBF5CE73B004F4AB52@IRSMSX108.ger.corp.intel.com> References: <1423232572-24509-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1423232572-24509-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in help command line 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: Wed, 11 Feb 2015 10:42:46 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Friday, February 6, 2015 2:23 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] testpmd: remove incorrect parameter limits in > help command line >=20 > Ring threshold parameters an RX/TX queue (pthresh, wthresh and hthresh) > had an incorrect range of values shown in help command line. >=20 > Signed-off-by: Pablo de Lara > --- > app/test-pmd/parameters.c | 18 ++++++------------ > 1 files changed, 6 insertions(+), 12 deletions(-) >=20 Acked-by: Sergio Gonzalez Monroy