From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 181A47CAC for ; Mon, 10 Jul 2017 09:51:06 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id ABD452085B; Mon, 10 Jul 2017 03:51:06 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 10 Jul 2017 03:51:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=FLAzKZVHa9+XmD5 dUSE/7HtpwvwNhXvR8IWbfjZbYl4=; b=okNTr8IZxRn3hGyYTo96RXxp4L84am5 bolW1aIVpmkIPFqn1hMwrvlgjgCkM8Hq2c8r9E7yJlv1xY43tDbUkjpgmYy99bGs syaWfEr02/lGcBm9sqiXE8v9wYQwnJZRSWu1LfssK/guq9JZZdSqa3hk52pomrsV AzOaampJdyYc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=FLAzKZVHa9+XmD5dUSE/7HtpwvwNhXvR8IWbfjZbYl4=; b=UmfCpCco aBK8MK/xZpGVzn6MW4DrD8q5kJg2btGne9/O3dPJ0qyzfh7jYjdHt06kpCyJZLMm l779S85mMUkmagWwBfMnGZOLdsP55GKzjy14raLz83Evft9xZ6Lo73Awiot6fPKZ If8EDzK2Yl03DSiaA2VqSlcSWe/kFmM4ykgHX85xpPYwcBQI8Z0/ff8u/aqCNNS+ ooLxq2NItc6Gjpx1RMhtfPT7mN/MJRBH4KWdEMJmxjoW9fZTsZpREciAztr4dxAl 0hFmijwlgHSZyM3PaTNab4gsljo0pTka7jBHn2BGpQTTXPPbElsg2iLRErbNu+YT mZepIkPmXf2pdQ== X-ME-Sender: X-Sasl-enc: 2+Ry66DQ3AguF6o9JJVPLHI7ICg9uyxAlpq+ZvccBytj 1499673066 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 597E17E2C1; Mon, 10 Jul 2017 03:51:06 -0400 (EDT) From: Thomas Monjalon To: Adrien Mazarguil Cc: Cristian Dumitrescu , dev@dpdk.org, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com, jasvinder.singh@intel.com, wenzhuo.lu@intel.com Date: Mon, 10 Jul 2017 09:51:05 +0200 Message-ID: <1685569.h1DaSOcLhO@xps> In-Reply-To: <20170710074317.GR19852@6wind.com> References: <1499182731-86830-1-git-send-email-cristian.dumitrescu@intel.com> <1838852.sCttUoyffy@xps> <20170710074317.GR19852@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-tm 17.08 pre-rc1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2017 07:51:07 -0000 10/07/2017 09:43, Adrien Mazarguil: > Hi Thomas, > > On Sun, Jul 09, 2017 at 10:01:31PM +0200, Thomas Monjalon wrote: > > 3/ The PMD interface file is referenced in the doxygen index: > > + [rte_tm_driver] (@ref rte_tm_driver.h), > > I see that rte_flow_driver.h is also referenced but it seems a mistake. > > Why? It was done on purpose, I think exposing through Doxygen internal APIs > implemented by drivers must be a requirement, even if the exposed symbols > are not necessarily versioned. No, this doxygen documentation is about API only. Reminder: API means Application Programming Interface ;)