From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] rte_ether: clarify rte_eth_set_queue_rate_limit tx_rate parameter Date: Wed, 4 Nov 2015 10:15:23 -0800 Message-ID: <20151104101523.39a19268@xeon-e3> References: <20151020152055.1600b6d5@miho> <5639B8E7.3070702@netinsight.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Simon =?UTF-8?B?S8OlZ3N0csO2bQ==?= Return-path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id 0D5138E91 for ; Wed, 4 Nov 2015 19:15:12 +0100 (CET) Received: by pasz6 with SMTP id z6so61467102pas.2 for ; Wed, 04 Nov 2015 10:15:11 -0800 (PST) In-Reply-To: <5639B8E7.3070702@netinsight.net> 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" On Wed, 4 Nov 2015 08:51:03 +0100 Simon K=C3=A5gstr=C3=B6m wrote: > Ping? >=20 > // Simon >=20 > On 2015-10-20 15:20, Simon Kagstrom wrote: > > The tx_rate unit is Mbps. > >=20 > > Gleaned from the ixgbe implementation, the 82599 datasheet and the use > > in test-pmd. > >=20 > > Signed-off-by: Simon Kagstrom > > --- > > lib/librte_ether/rte_ethdev.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >=20 > > diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethde= v.h > > index 8a8c82b..ff9aab7 100644 > > --- a/lib/librte_ether/rte_ethdev.h > > +++ b/lib/librte_ether/rte_ethdev.h > > @@ -3021,7 +3021,7 @@ int rte_eth_mirror_rule_reset(uint8_t port_id, > > * @param queue_idx > > * The queue id. > > * @param tx_rate > > - * The tx rate allocated from the total link speed for this queue. > > + * The tx rate in Mbps. Allocated from the total port link speed. > > * @return > > * - (0) if successful. > > * - (-ENOTSUP) if hardware doesn't support this feature. > >=20 You can check for status of any/all patches in patchwork: http://dpdk.org/dev/patchwork/project/dpdk/list/