From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=ycT8Ni1bO4C2gRGXujfbTSJHLCpLvqU0bJIQS3a5ATA=; b=nDw7mjdZ5MMCmQuRMpBmnA2pKx8YNBB8DU7nNBS9BRb2d5Ckm0hDFosr2Hy1s8lpjP zf7iftWWL0racs8Au1vtZcEy/+K17Zo+IId7Yai52CIWIOfn5QPVMgQHNZqwTormPy/W M6i/1qJi7XbKWKH+g3XNMAOadWkz0Ttf5oXVvA+RKKFKEyjd0R2KQGkz81OamzF0/+cW F0NEBlIH8JawfPLl4QRLQ9uLlOLUMOLrwa60XY7Splt9JELXVjGJQy90mXH6ghXKF/WP aZd/RZUjWCEoweQEh9XiU7CybKpDusCZi47wFomPY5J3QUpcpKP6zZjdyfvWj0JQB8fS KT+g== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=ycT8Ni1bO4C2gRGXujfbTSJHLCpLvqU0bJIQS3a5ATA=; b=bD+3iVQCeLuKB0JcO4eUTPXmDsDqhrIuhs+QV75mLD3GBnzPVyi+0rPbDkwkrCr2Bd zB8iJkBzdvMQ5HWJnhEsMX1hDitvPe8So/gLnaegViVrYLUbusqnKiBitz29vG9KDYjo xGUJsHpNhsLxbvRlZU4b/2ILKsSaEoUAyrqd4Co3rODBZnTkVFMiNQMOai/oBdlTRJDV RwvZ4NLopCruKGOE1R8m3BSyb8FFQcMc57OyJVPrWr5zlgwLRmPLCa7jgIG8LxNtxv5v FyOxXhjd44IKsWrOH6ZMHfGOtI+fDdlXopc2GNsClnWMbtMCm0JDWwxoQPtBWduM6aI7 Tfmg== X-Gm-Message-State: AA6/9RnXT4+QHeMGlodZZHkd1wnFE3qRNWueZ0TnMEpWZRoZbGsbpap6NxzySPv7vzftRG7F X-Received: by 10.194.62.205 with SMTP id a13mr7521462wjs.89.1476372481173; Thu, 13 Oct 2016 08:28:01 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id y2sm23304323wji.42.2016.10.13.08.28.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Oct 2016 08:28:00 -0700 (PDT) From: Thomas Monjalon To: Ajit Khaparde Cc: dev@dpdk.org, Pablo de Lara Date: Thu, 13 Oct 2016 17:27:59 +0200 Message-ID: <7365200.1s7aNFDKCB@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20161012212631.GA14658@C02PT1RBG8WP.broadcom.com> References: <20161012212631.GA14658@C02PT1RBG8WP.broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] app/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: Thu, 13 Oct 2016 15:28:18 -0000 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