1API 2=== 3 4<!-- 5 SPDX-License-Identifier: BSD-3-Clause 6 Copyright(c) 2013-2017 6WIND S.A. 7--> 8 9The 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 [regexdev](@ref rte_regexdev.h), 24 [mldev](@ref rte_mldev.h), 25 [dmadev](@ref rte_dmadev.h), 26 [gpudev](@ref rte_gpudev.h), 27 [eventdev](@ref rte_eventdev.h), 28 [event_eth_rx_adapter](@ref rte_event_eth_rx_adapter.h), 29 [event_eth_tx_adapter](@ref rte_event_eth_tx_adapter.h), 30 [event_timer_adapter](@ref rte_event_timer_adapter.h), 31 [event_crypto_adapter](@ref rte_event_crypto_adapter.h), 32 [event_dma_adapter](@ref rte_event_dma_adapter.h), 33 [rawdev](@ref rte_rawdev.h), 34 [metrics](@ref rte_metrics.h), 35 [bitrate](@ref rte_bitrate.h), 36 [latency](@ref rte_latencystats.h), 37 [devargs](@ref rte_devargs.h), 38 [PCI](@ref rte_pci.h), 39 [vdev](@ref rte_bus_vdev.h), 40 [vfio](@ref rte_vfio.h) 41 42- **device specific**: 43 [softnic](@ref rte_eth_softnic.h), 44 [bond](@ref rte_eth_bond.h), 45 [vhost](@ref rte_vhost.h), 46 [vdpa](@ref rte_vdpa.h), 47 [ixgbe](@ref rte_pmd_ixgbe.h), 48 [i40e](@ref rte_pmd_i40e.h), 49 [iavf](@ref rte_pmd_iavf.h), 50 [bnxt](@ref rte_pmd_bnxt.h), 51 [cnxk](@ref rte_pmd_cnxk.h), 52 [cnxk_eventdev](@ref rte_pmd_cnxk_eventdev.h), 53 [cnxk_mempool](@ref rte_pmd_cnxk_mempool.h), 54 [dpaa](@ref rte_pmd_dpaa.h), 55 [dpaa2](@ref rte_pmd_dpaa2.h), 56 [mlx5](@ref rte_pmd_mlx5.h), 57 [dpaa2_mempool](@ref rte_dpaa2_mempool.h), 58 [dpaa2_cmdif](@ref rte_pmd_dpaa2_cmdif.h), 59 [dpaa2_qdma](@ref rte_pmd_dpaa2_qdma.h), 60 [crypto_scheduler](@ref rte_cryptodev_scheduler.h), 61 [dlb2](@ref rte_pmd_dlb2.h), 62 [ifpga](@ref rte_pmd_ifpga.h) 63 64- **memory**: 65 [memseg](@ref rte_memory.h), 66 [memzone](@ref rte_memzone.h), 67 [mempool](@ref rte_mempool.h), 68 [malloc](@ref rte_malloc.h), 69 [memcpy](@ref rte_memcpy.h) 70 71- **timers**: 72 [cycles](@ref rte_cycles.h), 73 [timer](@ref rte_timer.h), 74 [alarm](@ref rte_alarm.h) 75 76- **locks**: 77 [atomic](@ref rte_atomic.h), 78 [mcslock](@ref rte_mcslock.h), 79 [pflock](@ref rte_pflock.h), 80 [rwlock](@ref rte_rwlock.h), 81 [seqcount](@ref rte_seqcount.h), 82 [seqlock](@ref rte_seqlock.h), 83 [spinlock](@ref rte_spinlock.h), 84 [ticketlock](@ref rte_ticketlock.h), 85 [RCU](@ref rte_rcu_qsbr.h) 86 87- **CPU arch**: 88 [branch prediction](@ref rte_branch_prediction.h), 89 [cache prefetch](@ref rte_prefetch.h), 90 [SIMD](@ref rte_vect.h), 91 [byte order](@ref rte_byteorder.h), 92 [CPU flags](@ref rte_cpuflags.h), 93 [CPU pause](@ref rte_pause.h), 94 [I/O access](@ref rte_io.h), 95 [power management](@ref rte_power_intrinsics.h) 96 97- **CPU multicore**: 98 [interrupts](@ref rte_interrupts.h), 99 [launch](@ref rte_launch.h), 100 [lcore](@ref rte_lcore.h), 101 [per-lcore](@ref rte_per_lcore.h), 102 [service cores](@ref rte_service.h), 103 [keepalive](@ref rte_keepalive.h), 104 [power/freq](@ref rte_power.h), 105 [PMD power](@ref rte_power_pmd_mgmt.h) 106 107- **layers**: 108 [ethernet](@ref rte_ether.h), 109 [MACsec](@ref rte_macsec.h), 110 [ARP](@ref rte_arp.h), 111 [HIGIG](@ref rte_higig.h), 112 [ICMP](@ref rte_icmp.h), 113 [ESP](@ref rte_esp.h), 114 [IPsec](@ref rte_ipsec.h), 115 [IPsec group](@ref rte_ipsec_group.h), 116 [IPsec SA](@ref rte_ipsec_sa.h), 117 [IPsec SAD](@ref rte_ipsec_sad.h), 118 [IP](@ref rte_ip.h), 119 [frag/reass](@ref rte_ip_frag.h), 120 [UDP](@ref rte_udp.h), 121 [SCTP](@ref rte_sctp.h), 122 [TCP](@ref rte_tcp.h), 123 [TLS](@ref rte_tls.h), 124 [DTLS](@ref rte_dtls.h), 125 [GTP](@ref rte_gtp.h), 126 [GRO](@ref rte_gro.h), 127 [GSO](@ref rte_gso.h), 128 [GRE](@ref rte_gre.h), 129 [MPLS](@ref rte_mpls.h), 130 [VXLAN](@ref rte_vxlan.h), 131 [Geneve](@ref rte_geneve.h), 132 [eCPRI](@ref rte_ecpri.h), 133 [PDCP hdr](@ref rte_pdcp_hdr.h), 134 [PDCP](@ref rte_pdcp.h), 135 [L2TPv2](@ref rte_l2tpv2.h), 136 [PPP](@ref rte_ppp.h), 137 [IB](@ref rte_ib.h) 138 139- **QoS**: 140 [metering](@ref rte_meter.h), 141 [scheduler](@ref rte_sched.h), 142 [RED congestion](@ref rte_red.h) 143 144- **routing**: 145 [LPM IPv4 route](@ref rte_lpm.h), 146 [LPM IPv6 route](@ref rte_lpm6.h), 147 [RIB IPv4](@ref rte_rib.h), 148 [RIB IPv6](@ref rte_rib6.h), 149 [FIB IPv4](@ref rte_fib.h), 150 [FIB IPv6](@ref rte_fib6.h) 151 152- **hashes**: 153 [hash](@ref rte_hash.h), 154 [jhash](@ref rte_jhash.h), 155 [thash](@ref rte_thash.h), 156 [thash_gfni](@ref rte_thash_gfni.h), 157 [FBK hash](@ref rte_fbk_hash.h), 158 [CRC hash](@ref rte_hash_crc.h) 159 160- **classification** 161 [reorder](@ref rte_reorder.h), 162 [dispatcher](@ref rte_dispatcher.h), 163 [distributor](@ref rte_distributor.h), 164 [EFD](@ref rte_efd.h), 165 [ACL](@ref rte_acl.h), 166 [member](@ref rte_member.h), 167 [BPF](@ref rte_bpf.h) 168 169- **containers**: 170 [mbuf](@ref rte_mbuf.h), 171 [mbuf pool ops](@ref rte_mbuf_pool_ops.h), 172 [ring](@ref rte_ring.h), 173 [stack](@ref rte_stack.h), 174 [tailq](@ref rte_tailq.h), 175 [bitmap](@ref rte_bitmap.h) 176 177- **packet framework**: 178 * [port](@ref rte_port.h): 179 [ethdev](@ref rte_port_ethdev.h), 180 [ring](@ref rte_port_ring.h), 181 [frag](@ref rte_port_frag.h), 182 [reass](@ref rte_port_ras.h), 183 [sched](@ref rte_port_sched.h), 184 [src/sink](@ref rte_port_source_sink.h) 185 * [table](@ref rte_table.h): 186 [lpm IPv4](@ref rte_table_lpm.h), 187 [lpm IPv6](@ref rte_table_lpm_ipv6.h), 188 [ACL](@ref rte_table_acl.h), 189 [hash](@ref rte_table_hash.h), 190 [array](@ref rte_table_array.h), 191 [stub](@ref rte_table_stub.h) 192 * [pipeline](@ref rte_pipeline.h) 193 [port_in_action](@ref rte_port_in_action.h) 194 [table_action](@ref rte_table_action.h) 195 * SWX pipeline: 196 [control](@ref rte_swx_ctl.h), 197 [extern](@ref rte_swx_extern.h), 198 [pipeline](@ref rte_swx_pipeline.h) 199 * SWX port: 200 [port](@ref rte_swx_port.h), 201 [ethdev](@ref rte_swx_port_ethdev.h), 202 [fd](@ref rte_swx_port_fd.h), 203 [ring](@ref rte_swx_port_ring.h), 204 [src/sink](@ref rte_swx_port_source_sink.h) 205 * SWX table: 206 [table](@ref rte_swx_table.h), 207 [table_em](@ref rte_swx_table_em.h) 208 [table_wm](@ref rte_swx_table_wm.h) 209 * [graph](@ref rte_graph.h): 210 [graph_worker](@ref rte_graph_worker.h) 211 * graph_nodes: 212 [eth_node](@ref rte_node_eth_api.h), 213 [ip4_node](@ref rte_node_ip4_api.h), 214 [ip6_node](@ref rte_node_ip6_api.h), 215 [udp4_input_node](@ref rte_node_udp4_input_api.h) 216 217- **basic**: 218 [bitops](@ref rte_bitops.h), 219 [approx fraction](@ref rte_approx.h), 220 [random](@ref rte_random.h), 221 [config file](@ref rte_cfgfile.h), 222 [key/value args](@ref rte_kvargs.h), 223 [argument parsing](@ref rte_argparse.h), 224 [string](@ref rte_string_fns.h), 225 [thread](@ref rte_thread.h) 226 227- **debug**: 228 [jobstats](@ref rte_jobstats.h), 229 [telemetry](@ref rte_telemetry.h), 230 [pcapng](@ref rte_pcapng.h), 231 [pdump](@ref rte_pdump.h), 232 [hexdump](@ref rte_hexdump.h), 233 [debug](@ref rte_debug.h), 234 [log](@ref rte_log.h), 235 [errno](@ref rte_errno.h), 236 [trace](@ref rte_trace.h), 237 [trace_point](@ref rte_trace_point.h) 238 239- **misc**: 240 [EAL config](@ref rte_eal.h), 241 [common](@ref rte_common.h), 242 [experimental APIs](@ref rte_compat.h), 243 [ABI versioning](@ref rte_function_versioning.h), 244 [version](@ref rte_version.h) 245