From 7e9b4e58d5e086608a8eb539ecc3aee49e0c8ac4 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Mon, 11 Sep 2017 17:33:35 +0100 Subject: [PATCH] doc: add API documentation for bnxt PMD Signed-off-by: Ferruh Yigit Acked-by: John McNamara --- 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 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 \ -- 2.20.1