From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 2/2] doc: add API documentation for bnxt PMD Date: Mon, 11 Sep 2017 17:36:21 +0100 Message-ID: References: <20170911163335.50221-1-ferruh.yigit@intel.com> <20170911163335.50221-2-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: John McNamara , dev@dpdk.org To: Stephen Hurd , Ajit Khaparde Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A1FAE3230 for ; Mon, 11 Sep 2017 18:36:27 +0200 (CEST) In-Reply-To: <20170911163335.50221-2-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/11/2017 5:33 PM, Ferruh Yigit wrote: > Signed-off-by: Ferruh Yigit > --- > doc/api/doxy-api-index.md | 1 + > doc/api/doxy-api.conf | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md > index 19e0d4f3d..1e8068d7c 100644 > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -55,6 +55,7 @@ The public API headers are grouped by topics: > [KNI] (@ref rte_kni.h), > [ixgbe] (@ref rte_pmd_ixgbe.h), > [i40e] (@ref rte_pmd_i40e.h), > + [bnxt] (@ref rte_pmd_bnxt.h), Hi Stephen, Ajit, Can you please update header file with doxygen comments? Since it is public header file now, APIs should be documented properly. Thanks, ferruh > [crypto_scheduler] (@ref rte_cryptodev_scheduler.h) <...>