From patchwork Sun Jan 10 12:50:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 9791 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 D4EA78E8D; Sun, 10 Jan 2016 13:51:18 +0100 (CET) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id BC95D8E8C for ; Sun, 10 Jan 2016 13:51:15 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id u188so185044784wmu.1 for ; Sun, 10 Jan 2016 04:51:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=yz9cNR8k5cCD6u3Int/qI7bFiA9j6v/JI9kp2MlfcFY=; b=lmrQU1+/6f+lqNodQBT+IAbfmk7WvgPQeOdXk/wQCfQk2aYJ9SZIEKjKfrQMneHNAt A/mQ0H0DdVzjIRdDuurYmIbO4RGuoUiNrFFRWA/JIlfHByksM29vdBI+XHpBYYcVpwzR BD0ucnd7eikFBosdRO88cr2d7kMLdxVjlT6oVe5Szd8zS8dN7ZkxBTwyS5R5I9EtoD9D Ij1H4o9l2yXMmhx+rU/ieH/oMRIPtCwLuPeTuGpt2Pag/U3Dg2FXtahXoUOSpkTZ2LNI TH5I+4IZpRBDIa6J3kU5y6OK0Y6n9qka0ytVZYV4TUYXa4nWwL6uZjC70+UVDfXCwPkT igsw== 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:in-reply-to :references; bh=yz9cNR8k5cCD6u3Int/qI7bFiA9j6v/JI9kp2MlfcFY=; b=RcHFF9r9l8CcZBey8PdPMVGAvc1gXISiS/NO0ZG5oDJfL601RSjfi5f1Nyi8EzR3EF 1jDpM84QrOE5I8d/vHbbT9nBPmoa4Sj7row+EzALEIxFaRISmJuyLfltlCqLVDpOpUNC ESqAytGE3fxnlZyNe4CV//mjjJ038KVBPIjwTt/crgppQxHYXi9rTogO+H781Ax5EZRV 5wlWQHuk9TP4ftyzfKB+jyE7xlCjCBhg0H3J826ad+wbb8QPj0d4f3402e7ZLuBiGlGo SwDBz4NzjncQrZCtA6KavTwvwMDuqln+aKyCR+1QPV4D2V0vo48RDKhfmakNj0cYAByf XKbg== X-Gm-Message-State: ALoCoQnyri2fc5B/Tdv1TKwjE4ANHgw1P/nkv+FNSx8kp+s0dYWS6RCAVJKyoN9pqm5XRXYqTv6qweYgJnm7WpahBWI9HnrRSQ== X-Received: by 10.28.23.5 with SMTP id 5mr8639539wmx.82.1452430275638; Sun, 10 Jan 2016 04:51:15 -0800 (PST) Received: from gloops.dev.6wind.com (144.77.126.78.rev.sfr.net. [78.126.77.144]) by smtp.gmail.com with ESMTPSA id u12sm8088011wmu.10.2016.01.10.04.51.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Jan 2016 04:51:15 -0800 (PST) From: David Marchand To: dev@dpdk.org Date: Sun, 10 Jan 2016 13:50:52 +0100 Message-Id: <1452430254-30390-10-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1452430254-30390-1-git-send-email-david.marchand@6wind.com> References: <1452430254-30390-1-git-send-email-david.marchand@6wind.com> Cc: thomas.monjalon@dpdk.org Subject: [dpdk-dev] [PATCH 09/11] doc: refresh headers list 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" Since we are going to remove a header in next commit, let's first refresh documentation. Signed-off-by: David Marchand --- doc/guides/prog_guide/dev_kit_build_system.rst | 57 +++++++++++++++++--------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/doc/guides/prog_guide/dev_kit_build_system.rst b/doc/guides/prog_guide/dev_kit_build_system.rst index dd3e3d0..bbb9ea0 100644 --- a/doc/guides/prog_guide/dev_kit_build_system.rst +++ b/doc/guides/prog_guide/dev_kit_build_system.rst @@ -89,25 +89,44 @@ Each build directory contains include files, libraries, and applications: ~/DEV/DPDK$ ls i686-native-linuxapp-gcc/include/ - arch rte_cpuflags.h rte_memcpy.h - cmdline_cirbuf.h rte_cycles.h rte_memory.h - cmdline.h rte_debug.h rte_mempool.h - cmdline_parse_etheraddr.h rte_eal.h rte_memzone.h - cmdline_parse.h rte_errno.h rte_pci_dev_ids.h - cmdline_parse_ipaddr.h rte_ethdev.h rte_pci.h - cmdline_parse_num.h rte_ether.h rte_per_lcore.h - cmdline_parse_portlist.h rte_fbk_hash.h rte_prefetch.h - cmdline_parse_string.h rte_hash_crc.h rte_random.h - cmdline_rdline.h rte_hash.h rte_ring.h - cmdline_socket.h rte_interrupts.h rte_rwlock.h - cmdline_vt100.h rte_ip.h rte_sctp.h - exec-env rte_jhash.h rte_spinlock.h - rte_alarm.h rte_launch.h rte_string_fns.h - rte_atomic.h rte_lcore.h rte_tailq.h - rte_branch_prediction.h rte_log.h rte_tcp.h - rte_byteorder.h rte_lpm.h rte_timer.h - rte_common.h rte_malloc.h rte_udp.h - rte_config.h rte_mbuf.h + cmdline_cirbuf.h rte_eal_memconfig.h rte_per_lcore.h + cmdline.h rte_errno.h rte_pipeline.h + cmdline_parse_etheraddr.h rte_eth_af_packet.h rte_port_ethdev.h + cmdline_parse.h rte_eth_bond_8023ad.h rte_port_frag.h + cmdline_parse_ipaddr.h rte_eth_bond.h rte_port.h + cmdline_parse_num.h rte_eth_ctrl.h rte_port_ras.h + cmdline_parse_portlist.h rte_ethdev.h rte_port_ring.h + cmdline_parse_string.h rte_ether.h rte_port_sched.h + cmdline_rdline.h rte_eth_ring.h rte_port_source_sink.h + cmdline_socket.h rte_fbk_hash.h rte_power.h + cmdline_vt100.h rte_hash_crc.h rte_prefetch.h + exec-env rte_hash.h rte_random.h + generic rte_hexdump.h rte_red.h + rte_acl.h rte_icmp.h rte_reorder.h + rte_acl_osdep.h rte_interrupts.h rte_ring.h + rte_alarm.h rte_ip_frag.h rte_rtm.h + rte_approx.h rte_ip.h rte_rwlock.h + rte_arp.h rte_jhash.h rte_sched_common.h + rte_atomic_32.h rte_jobstats.h rte_sched.h + rte_atomic_64.h rte_kvargs.h rte_sctp.h + rte_atomic.h rte_launch.h rte_spinlock.h + rte_bitmap.h rte_lcore.h rte_string_fns.h + rte_branch_prediction.h rte_log.h rte_table_acl.h + rte_byteorder_32.h rte_lpm6.h rte_table_array.h + rte_byteorder_64.h rte_lpm.h rte_table.h + rte_byteorder.h rte_lru.h rte_table_hash.h + rte_cfgfile.h rte_malloc.h rte_table_lpm.h + rte_common.h rte_malloc_heap.h rte_table_lpm_ipv6.h + rte_compat.h rte_mbuf.h rte_table_stub.h + rte_config.h rte_memcpy.h rte_tailq.h + rte_cpuflags.h rte_memory.h rte_tcp.h + rte_cycles.h rte_mempool.h rte_thash.h + rte_debug.h rte_memzone.h rte_timer.h + rte_devargs.h rte_meter.h rte_udp.h + rte_dev.h rte_pci_dev_feature_defs.h rte_vect.h + rte_dev_info.h rte_pci_dev_features.h rte_version.h + rte_distributor.h rte_pci_dev_ids.h rte_virtio_net.h + rte_eal.h rte_pci.h A build directory is specific to a configuration that includes architecture + execution environment + toolchain.