From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH] doc: add PMD specific API Date: Fri, 27 Jan 2017 12:27:18 +0000 Message-ID: <20170127122720.13768-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit To: John McNamara , Helin Zhang ; Konstantin Ananyev , Jingjing Wu ; Helin Zhang Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 063FAB6D for ; Fri, 27 Jan 2017 13:27:24 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Ferruh Yigit --- doc/api/doxy-api-index.md | 4 ++++ doc/api/doxy-api.conf | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index f9958c4..525d2e1 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -153,3 +153,7 @@ There are many libraries, so their headers may be grouped by topics: [ABI compat] (@ref rte_compat.h), [keepalive] (@ref rte_keepalive.h), [version] (@ref rte_version.h) + +- **PMD specific**: + [ixgbe] (@ref rte_pmd_ixgbe.h), + [i40e] (@ref rte_pmd_i40e.h) diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index 6892315..b8a5fd8 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -32,6 +32,8 @@ PROJECT_NAME = DPDK INPUT = doc/api/doxy-api-index.md \ doc/api/examples.dox \ drivers/net/bonding \ + drivers/net/i40e \ + drivers/net/ixgbe \ lib/librte_eal/common/include \ lib/librte_eal/common/include/generic \ lib/librte_acl \ -- 2.9.3