From patchwork Fri Jan 27 12:27:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 20019 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id DF0B51023; Fri, 27 Jan 2017 13:27:27 +0100 (CET) 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 27 Jan 2017 04:27:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.33,295,1477983600"; d="scan'208"; a="1087938780" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by orsmga001.jf.intel.com with ESMTP; 27 Jan 2017 04:27:22 -0800 From: Ferruh Yigit To: John McNamara , Helin Zhang ; Konstantin Ananyev , Jingjing Wu ; Helin Zhang Cc: dev@dpdk.org, Ferruh Yigit Date: Fri, 27 Jan 2017 12:27:18 +0000 Message-Id: <20170127122720.13768-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [PATCH] doc: add PMD specific API 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: , 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 \