From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte_ether: clarify rte_eth_set_queue_rate_limit tx_rate parameter Date: Wed, 04 Nov 2015 23:01:03 +0100 Message-ID: <1781332.H67WSiqtND@xps13> References: <20151020152055.1600b6d5@miho> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Simon Kagstrom Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 4E6C49E5 for ; Wed, 4 Nov 2015 23:02:23 +0100 (CET) Received: by wmll128 with SMTP id l128so126021051wml.0 for ; Wed, 04 Nov 2015 14:02:23 -0800 (PST) In-Reply-To: <20151020152055.1600b6d5@miho> 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" 2015-10-20 15:20, Simon Kagstrom: > The tx_rate unit is Mbps. > > Gleaned from the ixgbe implementation, the 82599 datasheet and the use > in test-pmd. > > Signed-off-by: Simon Kagstrom Applied, thanks