[dpdk-dev] [PATCH 1/4] testpmd: Add support to configure 25G and 50G speeds

2016-10-12 Thread De Lara Guarch, Pablo
Hi, > From: Ajit Khaparde [mailto:ajit.khaparde at broadcom.com] > Sent: Monday, October 10, 2016 11:41 AM > To: Yigit, Ferruh > Cc: dev at dpdk.org; De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH 1/4] testpmd: Add support to configure 25G > and 50G speeds > > On

[dpdk-dev] [PATCH 1/4] testpmd: Add support to configure 25G and 50G speeds

2016-10-10 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH 1/4] testpmd: Add support to configure 25G and 50G speeds

2016-10-10 Thread Ajit Khaparde
On Mon, Oct 10, 2016 at 10:01 AM, Ferruh Yigit wrote: > 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

[dpdk-dev] [PATCH 1/4] testpmd: Add support to configure 25G and 50G speeds

2016-09-29 Thread Ajit Khaparde
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 --- app/test-pmd/cmdline.c | 14 +- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 2 files changed, 10