From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: add support to configure 25G and 50G speeds Date: Thu, 13 Oct 2016 17:27:59 +0200 Message-ID: <7365200.1s7aNFDKCB@xps13> References: <20161012212631.GA14658@C02PT1RBG8WP.broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pablo de Lara To: Ajit Khaparde Return-path: Received: from mail-vk0-f48.google.com (mail-vk0-f48.google.com [209.85.213.48]) by dpdk.org (Postfix) with ESMTP id 06FCB2A5E for ; Thu, 13 Oct 2016 17:28:18 +0200 (CEST) Received: by mail-vk0-f48.google.com with SMTP id b186so82641730vkb.1 for ; Thu, 13 Oct 2016 08:28:17 -0700 (PDT) In-Reply-To: <20161012212631.GA14658@C02PT1RBG8WP.broadcom.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-12 16:26, 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 > -- > v2: shorten lines > 80 character limit > --- Applied, thanks