From: Ferruh Yigit Date: Mon, 11 Sep 2017 16:33:35 +0000 (+0100) Subject: doc: add API documentation for bnxt PMD X-Git-Tag: spdx-start~1594 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7e9b4e58d5e086608a8eb539ecc3aee49e0c8ac4;p=dpdk.git doc: add API documentation for bnxt PMD Signed-off-by: Ferruh Yigit Acked-by: John McNamara --- diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index 840ff7fde4..c34f04fac4 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -56,6 +56,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), [crypto_scheduler] (@ref rte_cryptodev_scheduler.h) - **memory**: diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index 1e2d58e9d9..e9d6ffa786 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -31,6 +31,7 @@ PROJECT_NAME = DPDK INPUT = doc/api/doxy-api-index.md \ drivers/crypto/scheduler \ + drivers/net/bnxt \ drivers/net/bonding \ drivers/net/i40e \ drivers/net/ixgbe \