From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [RFC 1/9] ethdev: clarify api comments of rx queue count Date: Thu, 24 Nov 2016 12:13:23 +0100 Message-ID: <1479986003.31853.4.camel@6wind.com> References: <1479981261-19512-1-git-send-email-olivier.matz@6wind.com> <1479981261-19512-2-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com, konstantin.ananyev@intel.com, wenzhuo.lu@intel.com, helin.zhang@intel.com To: Ferruh Yigit , dev@dpdk.org Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id EDB682A5E for ; Thu, 24 Nov 2016 12:13:27 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id f82so56992568wmf.1 for ; Thu, 24 Nov 2016 03:13:27 -0800 (PST) In-Reply-To: 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 Thu, 2016-11-24 at 10:52 +0000, Ferruh Yigit wrote: > On 11/24/2016 9:54 AM, Olivier Matz wrote: > > The API comments are not consistent between each other. > > > > The function rte_eth_rx_queue_count() returns the number of used > > descriptors on a receive queue. > > > > PR=52423 > > What is this marker? > Sorry, this is a mistake, it's an internal marker... I hoped nobody would notice it ;) > > Signed-off-by: Olivier Matz > > Acked-by: Ivan Boule > > Acked-by: Ferruh Yigit > Thanks for reviewing! Regards, Olivier