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 731E42B98 for ; Mon, 10 Oct 2016 17:01:30 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 10 Oct 2016 08:01:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,324,1473145200"; d="scan'208";a="1068499973" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.123]) ([10.237.220.123]) by fmsmga002.fm.intel.com with ESMTP; 10 Oct 2016 08:01:28 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20160929170335.GA52221@C02PT1RBG8WP.aus.broadcom.com> Cc: Pablo de Lara From: Ferruh Yigit Message-ID: Date: Mon, 10 Oct 2016 16:01:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20160929170335.GA52221@C02PT1RBG8WP.aus.broadcom.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 1/4] testpmd: Add support to configure 25G and 50G speeds 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, 10 Oct 2016 15:01:30 -0000 Hi Ajit, On 9/29/2016 6:03 PM, Ajit Khaparde wrote: > Support to configure 25G and 50G speeds is missing from testpmd. > This patch also updates the testpmd user guide accordingly. > > Signed-off-by: Ajit Khaparde This patch seems not really part of the patchset for bnxt driver, but standalone testpmd only modification, and can be threaded as single patch. I am adding testpmd maintainer to cc. Thanks, ferruh