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