From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2017 09:36:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,378,1500966000"; d="scan'208";a="899176007" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 11 Sep 2017 09:36:24 -0700 To: Stephen Hurd , Ajit Khaparde Cc: John McNamara , dev@dpdk.org References: <20170911163335.50221-1-ferruh.yigit@intel.com> <20170911163335.50221-2-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 11 Sep 2017 17:36:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170911163335.50221-2-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] doc: add API documentation for bnxt PMD 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, 11 Sep 2017 16:36:28 -0000 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) <...>