From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by dpdk.org (Postfix) with ESMTP id 2D5B5B584 for ; Sun, 15 Feb 2015 16:56:49 +0100 (CET) Received: by mail-we0-f172.google.com with SMTP id k48so25034708wev.3 for ; Sun, 15 Feb 2015 07:56:49 -0800 (PST) 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=oo0ULnzhyopH9mCceKB+bqp9nj6jVJjDtCfPMJ0iwww=; b=jkMHSFMfRzM+ppWT8WmhbLjpL4gcyHoYtyxBZQQuBvycW9X7g/GUuUozNx2Pq94c4Z o/3tazmScLIztyJ22RrBKMvqtbGYHUgIOQ15ZBXsGBAUNnVT35H1FSmIlY2mE6yOCpbS tkAF1JD2TLRI7VO0AY0dB5P0bq5P0EQryZOg/PdR1k4hLbzVGTMtUu5wGb1XgewNIr81 qH3YQ3oc8nWcahXKRjfQKRrWHgYeKLjQtfWTA2So0NpG65zbBPVXDW8MI8O+LoGDoLfb 4KOOzAwgV+2IVHuzlQkE4bxgyTounQXlSOg1afAaDOQJcV9oODb4cXczzkghqTHqsA+h CR4A== X-Gm-Message-State: ALoCoQnJf5tguTpxiIlmJ5ougl+p+eodr57oOSqk5qO7WahB65UuaMoTXh/J2ho4XpGGZhNm/laq X-Received: by 10.180.90.206 with SMTP id by14mr28577149wib.0.1424015809098; Sun, 15 Feb 2015 07:56:49 -0800 (PST) Received: from xps13.localnet (174.17.90.92.rev.sfr.net. [92.90.17.174]) by mx.google.com with ESMTPSA id do1sm11637857wib.3.2015.02.15.07.56.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Feb 2015 07:56:48 -0800 (PST) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Sun, 15 Feb 2015 16:56:16 +0100 Message-ID: <2274635.XsjtnXMKdl@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <91383E96CE459D47BCE92EFBF5CE73B004F4AB52@IRSMSX108.ger.corp.intel.com> References: <1423232572-24509-1-git-send-email-pablo.de.lara.guarch@intel.com> <91383E96CE459D47BCE92EFBF5CE73B004F4AB52@IRSMSX108.ger.corp.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] 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: Sun, 15 Feb 2015 15:56:49 -0000 > > Ring threshold parameters an RX/TX queue (pthresh, wthresh and hthresh) > > had an incorrect range of values shown in help command line. > > > > Signed-off-by: Pablo de Lara > > > Acked-by: Sergio Gonzalez Monroy Applied, thanks