From patchwork Mon Sep 11 16:33:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 28599 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A5BB7CB3; Mon, 11 Sep 2017 18:33:45 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B47012BCE for ; Mon, 11 Sep 2017 18:33:42 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2017 09:33:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.42,378,1500966000"; d="scan'208"; a="1013232224" Received: from silpixa00372839.ir.intel.com (HELO silpixa00372839.ger.corp.intel.com) ([10.237.222.154]) by orsmga003.jf.intel.com with ESMTP; 11 Sep 2017 09:33:40 -0700 From: Ferruh Yigit To: John McNamara Cc: dev@dpdk.org, Ferruh Yigit , Stephen Hurd ; Ajit Khaparde , Jingjing Wu ; Helin Zhang , Helin Zhang ; Konstantin Ananyev Date: Mon, 11 Sep 2017 17:33:35 +0100 Message-Id: <20170911163335.50221-2-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170911163335.50221-1-ferruh.yigit@intel.com> References: <20170911163335.50221-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH 2/2] doc: add API documentation for bnxt PMD 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 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 19e0d4f3d..1e8068d7c 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -55,6 +55,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 823554f4a..2795b6487 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -34,6 +34,7 @@ INPUT = doc/api/doxy-api-index.md \ drivers/net/bonding \ drivers/net/i40e \ drivers/net/ixgbe \ + drivers/net/bnxt \ lib/librte_eal/common/include \ lib/librte_eal/common/include/generic \ lib/librte_acl \