From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] testpmd: use default rx/tx port configuration values Date: Sun, 15 Feb 2015 16:59:08 +0100 Message-ID: <25457410.xj9NOXdmTQ@xps13> References: <1423752998-2835-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "De Lara Guarch, Pablo" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > Function to get rx/tx port configuration from the PMDs was added in > > previous release to simplify the port configuration in all sample apps, > > but testpmd was not modified. > > > > This patch makes testpmd get the default rx/tx port configuration, but > > still uses the parameters passed by the command line. > > > > This patch depends on patch "testpmd: remove duplicated parameter parsing" > > (http://dpdk.org/dev/patchwork/patch/3015) > > > > Signed-off-by: Pablo de Lara > > Acked-by: John McNamara Applied, thanks