From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [pull-request] next-tm 17.08 pre-rc1 Date: Mon, 10 Jul 2017 09:51:05 +0200 Message-ID: <1685569.h1DaSOcLhO@xps> References: <1499182731-86830-1-git-send-email-cristian.dumitrescu@intel.com> <1838852.sCttUoyffy@xps> <20170710074317.GR19852@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Cristian Dumitrescu , dev@dpdk.org, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com, jasvinder.singh@intel.com, wenzhuo.lu@intel.com To: Adrien Mazarguil 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) In-Reply-To: <20170710074317.GR19852@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ;)