From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=U9j0ztyDsF5AwCU+RSktOiTJybvZ7FnOPLiJoBRb1/s=; b=k4qfA/wpj8HRb3L0DK25VD1TumT4E4oSxj0DtTtES+B4tVvQI2vMaQty5Kv0wOWpr2 2y5EJZkwgOuvW/SJLFt9nsDpGqalwz1JM34e8E9ACRx29tW92/wBgZd051ChP7U9HR6Z nvpH5uelfphlzU574MAHFRE5kolT8st1EDoeKsPs1pLsQ734ztl4YmvYCze3gMbbS6Me LtWdvEguaV4BdcsSk9+16fA+YCSi+TTq3cLVoDpPlBfy0FcFBrdxitlp6/u8FWoKxiba RSZYH+0JUWncbLiT8c8mvWK09j3y0JuO793HijCtzbM/TO8e1NlwwGwfsBk5c5Xuj6mm ImzA== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=U9j0ztyDsF5AwCU+RSktOiTJybvZ7FnOPLiJoBRb1/s=; b=hAR3mlNz8Tiew2EBA6YU5o8k0QtxcCxxF8MuiJpEGyahM2ltusMPgh6x6qsFW/zOyc dbea5U2JTLucaOgrdzr2TU0Q+WitAJDN3owjB0V/inE3VEIEXZ3aRqWAGHK3znuKU79c gQR66DyIzArycv96RxsGGmCG9jaW5E52ybq9PGU4aT/WHvn/EYSoMUwIUnID5xkRSR3d MvYMSuB6LIvRRn/rKm6g4QWRvguTl9gBoWwbgN1RXKQsuVr13QaKdmZ/HLKPyyCkx2Nw RO+Ap8uPldFU0XVFg32f7kDOhkrLZkrviFGgEyfVdTqfjq9+9cT0hkawA70kL5D9MUsp jJ3Q== X-Gm-Message-State: ALoCoQm1G9PD3ETrh0AF4DOCMKoJ+/8jBpGUGJ96p45PUEiJDn+32McS4QelyRmVXX4q5/noaQz0 X-Received: by 10.28.11.207 with SMTP id 198mr27622431wml.47.1446674543121; Wed, 04 Nov 2015 14:02:23 -0800 (PST) Received: from xps13.localnet ([93.158.51.175]) by smtp.gmail.com with ESMTPSA id bo7sm3608630wjb.46.2015.11.04.14.02.18 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Nov 2015 14:02:22 -0800 (PST) From: Thomas Monjalon To: Simon Kagstrom Date: Wed, 04 Nov 2015 23:01:03 +0100 Message-ID: <1781332.H67WSiqtND@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20151020152055.1600b6d5@miho> References: <20151020152055.1600b6d5@miho> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] rte_ether: clarify rte_eth_set_queue_rate_limit tx_rate parameter 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: Wed, 04 Nov 2015 22:02:23 -0000 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