From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 48F0B2BAC for ; Thu, 24 Nov 2016 11:52:43 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 24 Nov 2016 02:52:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,543,1473145200"; d="scan'208";a="905066776" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga003.jf.intel.com with ESMTP; 24 Nov 2016 02:52:41 -0800 To: Olivier Matz , dev@dpdk.org References: <1479981261-19512-1-git-send-email-olivier.matz@6wind.com> <1479981261-19512-2-git-send-email-olivier.matz@6wind.com> Cc: thomas.monjalon@6wind.com, konstantin.ananyev@intel.com, wenzhuo.lu@intel.com, helin.zhang@intel.com From: Ferruh Yigit Message-ID: Date: Thu, 24 Nov 2016 10:52:40 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <1479981261-19512-2-git-send-email-olivier.matz@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [RFC 1/9] ethdev: clarify api comments of rx queue count 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, 24 Nov 2016 10:52:44 -0000 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? > Signed-off-by: Olivier Matz > Acked-by: Ivan Boule Acked-by: Ferruh Yigit