From patchwork Tue Aug 11 16:29:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 6735 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 65F065A64; Tue, 11 Aug 2015 18:31:22 +0200 (CEST) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 7600E5A5E for ; Tue, 11 Aug 2015 18:31:21 +0200 (CEST) Received: by wicja10 with SMTP id ja10so81802306wic.1 for ; Tue, 11 Aug 2015 09:31:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=H74sw/kUMJbByreClHXwlbG1zeZ5B5UcmOOHK4c+d64=; b=BvdfI11TEaDbkcu24xGQPdeAYhw0uG4iWJa2jPJM0tB/nB72BW0nhd2+F8XmEaU8KI FDR044DK4fz0pZuelKNefR++QJJqaXBLWlBNSZHoxDIxQFX5Icy+4LFEI9F9evZE9BRj J4JYYt57I+iBh+p/LRs7cAIBzIsQfidnhqGZWljtpn9TL8bcfY/xEX3Wso4FmSt/Xbuz dngH4FTFR0kfP5RJrYXTOXJelJYxs7Tc2Ol2fH+LwHXi+RG19PSrWXlwuEx5V+agxpcq q4qHTWDdLskZPB6KDOaNFPkkUIWoZ7btUI734U7bgAJIYmn949sbQNqdyS8dRzwFW9vj dhmg== X-Gm-Message-State: ALoCoQnOPLOA0KutcAm0oc0Kq3/V4DA2PJsYzPTO0j/D+V1Te7UYhmLRO0ZjFQw9uX7BiJCEUWBY X-Received: by 10.180.73.229 with SMTP id o5mr19380387wiv.36.1439310681247; Tue, 11 Aug 2015 09:31:21 -0700 (PDT) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id gw7sm19607434wib.15.2015.08.11.09.31.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Aug 2015 09:31:20 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Tue, 11 Aug 2015 18:29:57 +0200 Message-Id: <1439310597-23870-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.4.2 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH] doc: add missing API headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Some libraries were not included in doxygen documentation. Other ones were included but not listed in the index. The malloc library is now included in EAL. The libraries compat and jobstats are added but not doxygen compliant. Signed-off-by: Thomas Monjalon --- doc/api/doxy-api-index.md | 16 ++++++++++++++-- doc/api/doxy-api.conf | 4 +++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index 6958f8f..72ac3c4 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -36,7 +36,9 @@ API {#index} There are many libraries, so their headers may be grouped by topics: - **device**: + [dev] (@ref rte_dev.h), [ethdev] (@ref rte_ethdev.h), + [ethctrl] (@ref rte_eth_ctrl.h), [devargs] (@ref rte_devargs.h), [bond] (@ref rte_eth_bond.h), [vhost] (@ref rte_virtio_net.h), @@ -76,12 +78,15 @@ There are many libraries, so their headers may be grouped by topics: - **layers**: [ethernet] (@ref rte_ether.h), + [ARP] (@ref rte_arp.h), + [ICMP] (@ref rte_icmp.h), [IP] (@ref rte_ip.h), [SCTP] (@ref rte_sctp.h), [TCP] (@ref rte_tcp.h), [UDP] (@ref rte_udp.h), [frag/reass] (@ref rte_ip_frag.h), - [LPM route] (@ref rte_lpm.h), + [LPM IPv4 route] (@ref rte_lpm.h), + [LPM IPv6 route] (@ref rte_lpm6.h), [ACL] (@ref rte_acl.h) - **QoS**: @@ -92,6 +97,7 @@ There are many libraries, so their headers may be grouped by topics: - **hashes**: [hash] (@ref rte_hash.h), [jhash] (@ref rte_jhash.h), + [thash] (@ref rte_thash.h), [FBK hash] (@ref rte_fbk_hash.h), [CRC hash] (@ref rte_hash_crc.h) @@ -99,8 +105,10 @@ There are many libraries, so their headers may be grouped by topics: [mbuf] (@ref rte_mbuf.h), [ring] (@ref rte_ring.h), [distributor] (@ref rte_distributor.h), + [reorder] (@ref rte_reorder.h), [tailq] (@ref rte_tailq.h), - [bitmap] (@ref rte_bitmap.h) + [bitmap] (@ref rte_bitmap.h), + [ivshmem] (@ref rte_ivshmem.h) - **packet framework**: * [port] (@ref rte_port.h): @@ -122,10 +130,13 @@ There are many libraries, so their headers may be grouped by topics: - **basic**: [approx fraction] (@ref rte_approx.h), [random] (@ref rte_random.h), + [config file] (@ref rte_cfgfile.h), [key/value args] (@ref rte_kvargs.h), [string] (@ref rte_string_fns.h) - **debug**: + [jobstats] (@ref rte_jobstats.h), + [hexdump] (@ref rte_hexdump.h), [debug] (@ref rte_debug.h), [log] (@ref rte_log.h), [warnings] (@ref rte_warnings.h), @@ -134,4 +145,5 @@ There are many libraries, so their headers may be grouped by topics: - **misc**: [EAL config] (@ref rte_eal.h), [common] (@ref rte_common.h), + [ABI compat] (@ref rte_compat.h), [version] (@ref rte_version.h) diff --git a/doc/api/doxy-api.conf b/doc/api/doxy-api.conf index de32af1..cfb4627 100644 --- a/doc/api/doxy-api.conf +++ b/doc/api/doxy-api.conf @@ -34,16 +34,18 @@ INPUT = doc/api/doxy-api-index.md \ lib/librte_eal/common/include \ lib/librte_eal/common/include/generic \ lib/librte_acl \ + lib/librte_cfgfile \ lib/librte_cmdline \ + lib/librte_compat \ lib/librte_distributor \ lib/librte_ether \ lib/librte_hash \ lib/librte_ip_frag \ + lib/librte_ivshmem \ lib/librte_jobstats \ lib/librte_kni \ lib/librte_kvargs \ lib/librte_lpm \ - lib/librte_malloc \ lib/librte_mbuf \ lib/librte_mempool \ lib/librte_meter \