Imported Upstream version 16.07-rc1
[deb_dpdk.git] / doc / api / doxy-api-index.md
1 API {#index}
2 ===
3
4 <!--
5   BSD LICENSE
6
7   Copyright 2013 6WIND S.A.
8
9   Redistribution and use in source and binary forms, with or without
10   modification, are permitted provided that the following conditions
11   are met:
12
13     * Redistributions of source code must retain the above copyright
14       notice, this list of conditions and the following disclaimer.
15     * Redistributions in binary form must reproduce the above copyright
16       notice, this list of conditions and the following disclaimer in
17       the documentation and/or other materials provided with the
18       distribution.
19     * Neither the name of 6WIND S.A. nor the names of its
20       contributors may be used to endorse or promote products derived
21       from this software without specific prior written permission.
22
23   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 -->
35
36 There are many libraries, so their headers may be grouped by topics:
37
38 - **device**:
39   [dev]                (@ref rte_dev.h),
40   [ethdev]             (@ref rte_ethdev.h),
41   [ethctrl]            (@ref rte_eth_ctrl.h),
42   [cryptodev]          (@ref rte_cryptodev.h),
43   [devargs]            (@ref rte_devargs.h),
44   [bond]               (@ref rte_eth_bond.h),
45   [vhost]              (@ref rte_virtio_net.h),
46   [KNI]                (@ref rte_kni.h),
47   [PCI]                (@ref rte_pci.h),
48   [PCI IDs]            (@ref rte_pci_dev_ids.h)
49
50 - **memory**:
51   [memseg]             (@ref rte_memory.h),
52   [memzone]            (@ref rte_memzone.h),
53   [mempool]            (@ref rte_mempool.h),
54   [malloc]             (@ref rte_malloc.h),
55   [memcpy]             (@ref rte_memcpy.h)
56
57 - **timers**:
58   [cycles]             (@ref rte_cycles.h),
59   [timer]              (@ref rte_timer.h),
60   [alarm]              (@ref rte_alarm.h)
61
62 - **locks**:
63   [atomic]             (@ref rte_atomic.h),
64   [rwlock]             (@ref rte_rwlock.h),
65   [spinlock]           (@ref rte_spinlock.h)
66
67 - **CPU arch**:
68   [branch prediction]  (@ref rte_branch_prediction.h),
69   [cache prefetch]     (@ref rte_prefetch.h),
70   [byte order]         (@ref rte_byteorder.h),
71   [CPU flags]          (@ref rte_cpuflags.h)
72
73 - **CPU multicore**:
74   [interrupts]         (@ref rte_interrupts.h),
75   [launch]             (@ref rte_launch.h),
76   [lcore]              (@ref rte_lcore.h),
77   [per-lcore]          (@ref rte_per_lcore.h),
78   [power/freq]         (@ref rte_power.h)
79
80 - **layers**:
81   [ethernet]           (@ref rte_ether.h),
82   [ARP]                (@ref rte_arp.h),
83   [ICMP]               (@ref rte_icmp.h),
84   [IP]                 (@ref rte_ip.h),
85   [SCTP]               (@ref rte_sctp.h),
86   [TCP]                (@ref rte_tcp.h),
87   [UDP]                (@ref rte_udp.h),
88   [frag/reass]         (@ref rte_ip_frag.h),
89   [LPM IPv4 route]     (@ref rte_lpm.h),
90   [LPM IPv6 route]     (@ref rte_lpm6.h),
91   [ACL]                (@ref rte_acl.h)
92
93 - **QoS**:
94   [metering]           (@ref rte_meter.h),
95   [scheduler]          (@ref rte_sched.h),
96   [RED congestion]     (@ref rte_red.h)
97
98 - **hashes**:
99   [hash]               (@ref rte_hash.h),
100   [jhash]              (@ref rte_jhash.h),
101   [thash]              (@ref rte_thash.h),
102   [FBK hash]           (@ref rte_fbk_hash.h),
103   [CRC hash]           (@ref rte_hash_crc.h)
104
105 - **containers**:
106   [mbuf]               (@ref rte_mbuf.h),
107   [ring]               (@ref rte_ring.h),
108   [distributor]        (@ref rte_distributor.h),
109   [reorder]            (@ref rte_reorder.h),
110   [tailq]              (@ref rte_tailq.h),
111   [bitmap]             (@ref rte_bitmap.h),
112   [ivshmem]            (@ref rte_ivshmem.h)
113
114 - **packet framework**:
115   * [port]             (@ref rte_port.h):
116     [ethdev]           (@ref rte_port_ethdev.h),
117     [ring]             (@ref rte_port_ring.h),
118     [frag]             (@ref rte_port_frag.h),
119     [reass]            (@ref rte_port_ras.h),
120     [sched]            (@ref rte_port_sched.h),
121     [kni]              (@ref rte_port_kni.h),
122     [src/sink]         (@ref rte_port_source_sink.h)
123   * [table]            (@ref rte_table.h):
124     [lpm IPv4]         (@ref rte_table_lpm.h),
125     [lpm IPv6]         (@ref rte_table_lpm_ipv6.h),
126     [ACL]              (@ref rte_table_acl.h),
127     [hash]             (@ref rte_table_hash.h),
128     [array]            (@ref rte_table_array.h),
129     [stub]             (@ref rte_table_stub.h)
130   * [pipeline]         (@ref rte_pipeline.h)
131
132 - **basic**:
133   [approx fraction]    (@ref rte_approx.h),
134   [random]             (@ref rte_random.h),
135   [config file]        (@ref rte_cfgfile.h),
136   [key/value args]     (@ref rte_kvargs.h),
137   [string]             (@ref rte_string_fns.h)
138
139 - **debug**:
140   [jobstats]           (@ref rte_jobstats.h),
141   [hexdump]            (@ref rte_hexdump.h),
142   [debug]              (@ref rte_debug.h),
143   [log]                (@ref rte_log.h),
144   [warnings]           (@ref rte_warnings.h),
145   [errno]              (@ref rte_errno.h)
146
147 - **misc**:
148   [EAL config]         (@ref rte_eal.h),
149   [common]             (@ref rte_common.h),
150   [ABI compat]         (@ref rte_compat.h),
151   [keepalive]          (@ref rte_keepalive.h),
152   [version]            (@ref rte_version.h)