From patchwork Fri Jan 27 11:55:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 20018 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 443051023; Fri, 27 Jan 2017 12:55:48 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id ECCF6B6D for ; Fri, 27 Jan 2017 12:55:45 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 27 Jan 2017 03:55:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,295,1477983600"; d="scan'208";a="58211022" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga005.fm.intel.com with ESMTP; 27 Jan 2017 03:55:43 -0800 From: Ferruh Yigit To: John McNamara Cc: dev@dpdk.org, Ferruh Yigit Date: Fri, 27 Jan 2017 11:55:41 +0000 Message-Id: <20170127115541.5472-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [PATCH] doc: update examples list for 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" These files are linked to API documentation as usage samples, added missing examples files and sorted list alphabetically. Signed-off-by: Ferruh Yigit --- doc/api/examples.dox | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/doc/api/examples.dox b/doc/api/examples.dox index c13e574..2d6b65b 100644 --- a/doc/api/examples.dox +++ b/doc/api/examples.dox @@ -12,6 +12,10 @@ @example ethtool/ethtool-app/main.c @example ethtool/lib/rte_ethtool.c @example exception_path/main.c +@example flow_distributor/distributor/args.c +@example flow_distributor/distributor/init.c +@example flow_distributor/distributor/main.c +@example flow_distributor/node/node.c @example helloworld/main.c @example ip_fragmentation/main.c @example ip_pipeline/config_check.c @@ -20,6 +24,7 @@ @example ip_pipeline/cpu_core_map.c @example ip_pipeline/init.c @example ip_pipeline/main.c +@example ip_pipeline/parser.c @example ip_pipeline/pipeline/pipeline_common_be.c @example ip_pipeline/pipeline/pipeline_common_fe.c @example ip_pipeline/pipeline/pipeline_firewall_be.c @@ -37,13 +42,27 @@ @example ip_pipeline/thread.c @example ip_pipeline/thread_fe.c @example ip_reassembly/main.c +@example ipsec-secgw/esp.c +@example ipsec-secgw/ipsec.c +@example ipsec-secgw/ipsec-secgw.c +@example ipsec-secgw/parser.c +@example ipsec-secgw/rt.c +@example ipsec-secgw/sa.c +@example ipsec-secgw/sp4.c +@example ipsec-secgw/sp6.c @example ipv4_multicast/main.c @example kni/main.c +@example l2fwd-cat/cat.c +@example l2fwd-cat/l2fwd-cat.c @example l2fwd-crypto/main.c @example l2fwd-jobstats/main.c +@example l2fwd-keepalive/ka-agent/main.c @example l2fwd-keepalive/main.c +@example l2fwd-keepalive/shm.c @example l2fwd/main.c @example l3fwd-acl/main.c +@example l3fwd/l3fwd_em.c +@example l3fwd/l3fwd_lpm.c @example l3fwd/main.c @example l3fwd-power/main.c @example l3fwd-vf/main.c @@ -52,10 +71,6 @@ @example load_balancer/init.c @example load_balancer/main.c @example load_balancer/runtime.c -@example flow_distributor/distributor/args.c -@example flow_distributor/distributor/init.c -@example flow_distributor/distributor/main.c -@example flow_distributor/node/node.c @example multi_process/client_server_mp/mp_client/client.c @example multi_process/client_server_mp/mp_server/args.c @example multi_process/client_server_mp/mp_server/init.c