DPDK  19.11.10
doc/api/doxy-api-index.md
1 API
2 ===
3 
4 <!--
5  SPDX-License-Identifier: BSD-3-Clause
6  Copyright(c) 2013-2017 6WIND S.A.
7 -->
8 
9 The public API headers are grouped by topics:
10 
11 - **device**:
12  [dev] (@ref rte_dev.h),
13  [ethdev] (@ref rte_ethdev.h),
14  [ethctrl] (@ref rte_eth_ctrl.h),
15  [rte_flow] (@ref rte_flow.h),
16  [rte_tm] (@ref rte_tm.h),
17  [rte_mtr] (@ref rte_mtr.h),
18  [bbdev] (@ref rte_bbdev.h),
19  [cryptodev] (@ref rte_cryptodev.h),
20  [security] (@ref rte_security.h),
21  [compressdev] (@ref rte_compressdev.h),
22  [compress] (@ref rte_comp.h),
23  [eventdev] (@ref rte_eventdev.h),
24  [event_eth_rx_adapter] (@ref rte_event_eth_rx_adapter.h),
25  [event_eth_tx_adapter] (@ref rte_event_eth_tx_adapter.h),
26  [event_timer_adapter] (@ref rte_event_timer_adapter.h),
27  [event_crypto_adapter] (@ref rte_event_crypto_adapter.h),
28  [rawdev] (@ref rte_rawdev.h),
29  [metrics] (@ref rte_metrics.h),
30  [bitrate] (@ref rte_bitrate.h),
31  [latency] (@ref rte_latencystats.h),
32  [devargs] (@ref rte_devargs.h),
33  [PCI] (@ref rte_pci.h),
34  [vdev] (@ref rte_bus_vdev.h),
35  [vfio] (@ref rte_vfio.h)
36 
37 - **device specific**:
38  [softnic] (@ref rte_eth_softnic.h),
39  [bond] (@ref rte_eth_bond.h),
40  [vhost] (@ref rte_vhost.h),
41  [vdpa] (@ref rte_vdpa.h),
42  [KNI] (@ref rte_kni.h),
43  [ixgbe] (@ref rte_pmd_ixgbe.h),
44  [i40e] (@ref rte_pmd_i40e.h),
45  [ice] (@ref rte_pmd_ice.h),
46  [bnxt] (@ref rte_pmd_bnxt.h),
47  [dpaa] (@ref rte_pmd_dpaa.h),
48  [dpaa2] (@ref rte_pmd_dpaa2.h),
49  [dpaa2_mempool] (@ref rte_dpaa2_mempool.h),
50  [dpaa2_cmdif] (@ref rte_pmd_dpaa2_cmdif.h),
51  [dpaa2_qdma] (@ref rte_pmd_dpaa2_qdma.h),
52  [crypto_scheduler] (@ref rte_cryptodev_scheduler.h)
53 
54 - **memory**:
55  [memseg] (@ref rte_memory.h),
56  [memzone] (@ref rte_memzone.h),
57  [mempool] (@ref rte_mempool.h),
58  [malloc] (@ref rte_malloc.h),
59  [memcpy] (@ref rte_memcpy.h)
60 
61 - **timers**:
62  [cycles] (@ref rte_cycles.h),
63  [timer] (@ref rte_timer.h),
64  [alarm] (@ref rte_alarm.h)
65 
66 - **locks**:
67  [atomic] (@ref rte_atomic.h),
68  [mcslock] (@ref rte_mcslock.h),
69  [rwlock] (@ref rte_rwlock.h),
70  [spinlock] (@ref rte_spinlock.h),
71  [ticketlock] (@ref rte_ticketlock.h),
72  [RCU] (@ref rte_rcu_qsbr.h)
73 
74 - **CPU arch**:
75  [branch prediction] (@ref rte_branch_prediction.h),
76  [cache prefetch] (@ref rte_prefetch.h),
77  [SIMD] (@ref rte_vect.h),
78  [byte order] (@ref rte_byteorder.h),
79  [CPU flags] (@ref rte_cpuflags.h),
80  [CPU pause] (@ref rte_pause.h),
81  [I/O access] (@ref rte_io.h)
82 
83 - **CPU multicore**:
84  [interrupts] (@ref rte_interrupts.h),
85  [launch] (@ref rte_launch.h),
86  [lcore] (@ref rte_lcore.h),
87  [per-lcore] (@ref rte_per_lcore.h),
88  [service cores] (@ref rte_service.h),
89  [keepalive] (@ref rte_keepalive.h),
90  [power/freq] (@ref rte_power.h)
91 
92 - **layers**:
93  [ethernet] (@ref rte_ether.h),
94  [ARP] (@ref rte_arp.h),
95  [HIGIG] (@ref rte_higig.h),
96  [ICMP] (@ref rte_icmp.h),
97  [ESP] (@ref rte_esp.h),
98  [IPsec] (@ref rte_ipsec.h),
99  [IPsec group] (@ref rte_ipsec_group.h),
100  [IPsec SA] (@ref rte_ipsec_sa.h),
101  [IPsec SAD] (@ref rte_ipsec_sad.h),
102  [IP] (@ref rte_ip.h),
103  [SCTP] (@ref rte_sctp.h),
104  [TCP] (@ref rte_tcp.h),
105  [UDP] (@ref rte_udp.h),
106  [GTP] (@ref rte_gtp.h),
107  [GRO] (@ref rte_gro.h),
108  [GSO] (@ref rte_gso.h),
109  [frag/reass] (@ref rte_ip_frag.h),
110  [VXLAN] (@ref rte_vxlan.h)
111 
112 - **QoS**:
113  [metering] (@ref rte_meter.h),
114  [scheduler] (@ref rte_sched.h),
115  [RED congestion] (@ref rte_red.h)
116 
117 - **routing**:
118  [LPM IPv4 route] (@ref rte_lpm.h),
119  [LPM IPv6 route] (@ref rte_lpm6.h),
120  [RIB IPv4] (@ref rte_rib.h),
121  [RIB IPv6] (@ref rte_rib6.h),
122  [FIB IPv4] (@ref rte_fib.h),
123  [FIB IPv6] (@ref rte_fib6.h)
124 
125 - **hashes**:
126  [hash] (@ref rte_hash.h),
127  [jhash] (@ref rte_jhash.h),
128  [thash] (@ref rte_thash.h),
129  [FBK hash] (@ref rte_fbk_hash.h),
130  [CRC hash] (@ref rte_hash_crc.h)
131 
132 - **classification**
133  [reorder] (@ref rte_reorder.h),
134  [distributor] (@ref rte_distributor.h),
135  [EFD] (@ref rte_efd.h),
136  [ACL] (@ref rte_acl.h),
137  [member] (@ref rte_member.h),
138  [flow classify] (@ref rte_flow_classify.h),
139  [BPF] (@ref rte_bpf.h)
140 
141 - **containers**:
142  [mbuf] (@ref rte_mbuf.h),
143  [mbuf pool ops] (@ref rte_mbuf_pool_ops.h),
144  [ring] (@ref rte_ring.h),
145  [stack] (@ref rte_stack.h),
146  [tailq] (@ref rte_tailq.h),
147  [bitmap] (@ref rte_bitmap.h)
148 
149 - **packet framework**:
150  * [port] (@ref rte_port.h):
151  [ethdev] (@ref rte_port_ethdev.h),
152  [ring] (@ref rte_port_ring.h),
153  [frag] (@ref rte_port_frag.h),
154  [reass] (@ref rte_port_ras.h),
155  [sched] (@ref rte_port_sched.h),
156  [kni] (@ref rte_port_kni.h),
157  [src/sink] (@ref rte_port_source_sink.h)
158  * [table] (@ref rte_table.h):
159  [lpm IPv4] (@ref rte_table_lpm.h),
160  [lpm IPv6] (@ref rte_table_lpm_ipv6.h),
161  [ACL] (@ref rte_table_acl.h),
162  [hash] (@ref rte_table_hash.h),
163  [array] (@ref rte_table_array.h),
164  [stub] (@ref rte_table_stub.h)
165  * [pipeline] (@ref rte_pipeline.h)
166  [port_in_action] (@ref rte_port_in_action.h)
167  [table_action] (@ref rte_table_action.h)
168 
169 - **basic**:
170  [approx fraction] (@ref rte_approx.h),
171  [random] (@ref rte_random.h),
172  [config file] (@ref rte_cfgfile.h),
173  [key/value args] (@ref rte_kvargs.h),
174  [string] (@ref rte_string_fns.h)
175 
176 - **debug**:
177  [jobstats] (@ref rte_jobstats.h),
178  [telemetry] (@ref rte_telemetry.h),
179  [pdump] (@ref rte_pdump.h),
180  [hexdump] (@ref rte_hexdump.h),
181  [debug] (@ref rte_debug.h),
182  [log] (@ref rte_log.h),
183  [errno] (@ref rte_errno.h)
184 
185 - **misc**:
186  [EAL config] (@ref rte_eal.h),
187  [common] (@ref rte_common.h),
188  [experimental APIs] (@ref rte_compat.h),
189  [ABI versioning] (@ref rte_function_versioning.h),
190  [version] (@ref rte_version.h)