From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH v3] doc: add device specific API Date: Mon, 30 Jan 2017 18:27:25 +0000 Message-ID: <20170130182725.6061-1-ferruh.yigit@intel.com> References: <20170130182408.5240-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit To: Thomas Monjalon , John McNamara Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 811003237 for ; Mon, 30 Jan 2017 19:27:29 +0100 (CET) In-Reply-To: <20170130182408.5240-1-ferruh.yigit@intel.com> 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 --- v3: * remove "," after [PCI] --- doc/api/doxy-api-index.md | 6 +++++- doc/api/doxy-api.conf | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index f9958c4..eb39f69 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -43,10 +43,14 @@ There are many libraries, so their headers may be grouped by topics: [rte_flow_driver] (@ref rte_flow_driver.h), [cryptodev] (@ref rte_cryptodev.h), [devargs] (@ref rte_devargs.h), + [PCI] (@ref rte_pci.h) + +- **device specific**: [bond] (@ref rte_eth_bond.h), [vhost] (@ref rte_virtio_net.h), [KNI] (@ref rte_kni.h), - [PCI] (@ref rte_pci.h), + [ixgbe] (@ref rte_pmd_ixgbe.h), + [i40e] (@ref rte_pmd_i40e.h) - **memory**: [memseg] (@ref rte_memory.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