From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id 0D1B6B581 for ; Sun, 15 Feb 2015 16:59:43 +0100 (CET) Received: by mail-we0-f174.google.com with SMTP id w55so25129253wes.5 for ; Sun, 15 Feb 2015 07:59:43 -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=z9UKemJpy0H/pSQ5oTBUoJBgEQl31G1ZxGgFlcxSo80=; b=OFnDTqZeq2rhLAZ4qIus8zRgYPaMSA5OhFYviKd/N2frX1nMctJdI1l2QBW/vc3RVW yRoF26Mo0rSUA7XuS+xHCdzH/GEarcJZn6UzeoNQRwgx6z2BGv1emvR74X45JvUTDAWP fIYSKr2r65xoiCaxr3yS9ohlNRqV+dEPZrfJc6H1VRHZVxZIeeLMe+VOoxL4SJZVhJlM eDXvcEO871hpzdbNhSibiaSMCfPFDgvW4rUVt7HBMoF8F0A4UuHyKOhDcA0gjHP38FKG Lt8pbzxQ3iwL1fPUQ3/k6sFPDTEa/NffkMUkg9FqEqbk4rdUMbdMA3L+pP0S9wepowoJ sNSA== X-Gm-Message-State: ALoCoQkJqy0eGL+LiXLqyK+auqM9Sw6J604q+8Ey8eviWx4r2oMGSZtCF8BkJkySuL4w1bsn62hN X-Received: by 10.194.189.138 with SMTP id gi10mr41747803wjc.86.1424015982927; Sun, 15 Feb 2015 07:59:42 -0800 (PST) Received: from xps13.localnet (174.17.90.92.rev.sfr.net. [92.90.17.174]) by mx.google.com with ESMTPSA id ga8sm2579162wib.6.2015.02.15.07.59.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Feb 2015 07:59:42 -0800 (PST) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Sun, 15 Feb 2015 16:59:08 +0100 Message-ID: <25457410.xj9NOXdmTQ@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1423752998-2835-1-git-send-email-pablo.de.lara.guarch@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: use default rx/tx port configuration values 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:59:43 -0000 > > 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