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 [eventdev] (@ref rte_eventdev.h), 25 [event_eth_rx_adapter] (@ref rte_event_eth_rx_adapter.h), 26 [event_eth_tx_adapter] (@ref rte_event_eth_tx_adapter.h), 27 [event_timer_adapter] (@ref rte_event_timer_adapter.h), 28 [event_crypto_adapter] (@ref rte_event_crypto_adapter.h), 29 [rawdev] (@ref rte_rawdev.h), 30 [metrics] (@ref rte_metrics.h), 31 [bitrate] (@ref rte_bitrate.h), 32 [latency] (@ref rte_latencystats.h), 33 [devargs] (@ref rte_devargs.h), 34 [PCI] (@ref rte_pci.h), 35 [vdev] (@ref rte_bus_vdev.h), 36 [vfio] (@ref rte_vfio.h) 37 38- **device specific**: 39 [softnic] (@ref rte_eth_softnic.h), 40 [bond] (@ref rte_eth_bond.h), 41 [vhost] (@ref rte_vhost.h), 42 [vdpa] (@ref rte_vdpa.h), 43 [KNI] (@ref rte_kni.h), 44 [ixgbe] (@ref rte_pmd_ixgbe.h), 45 [i40e] (@ref rte_pmd_i40e.h), 46 [ice] (@ref rte_pmd_ice.h), 47 [ioat] (@ref rte_ioat_rawdev.h), 48 [bnxt] (@ref rte_pmd_bnxt.h), 49 [dpaa] (@ref rte_pmd_dpaa.h), 50 [dpaa2] (@ref rte_pmd_dpaa2.h), 51 [dpaa2_mempool] (@ref rte_dpaa2_mempool.h), 52 [dpaa2_cmdif] (@ref rte_pmd_dpaa2_cmdif.h), 53 [dpaa2_qdma] (@ref rte_pmd_dpaa2_qdma.h), 54 [crypto_scheduler] (@ref rte_cryptodev_scheduler.h) 55 56- **memory**: 57 [memseg] (@ref rte_memory.h), 58 [memzone] (@ref rte_memzone.h), 59 [mempool] (@ref rte_mempool.h), 60 [malloc] (@ref rte_malloc.h), 61 [memcpy] (@ref rte_memcpy.h) 62 63- **timers**: 64 [cycles] (@ref rte_cycles.h), 65 [timer] (@ref rte_timer.h), 66 [alarm] (@ref rte_alarm.h) 67 68- **locks**: 69 [atomic] (@ref rte_atomic.h), 70 [mcslock] (@ref rte_mcslock.h), 71 [rwlock] (@ref rte_rwlock.h), 72 [spinlock] (@ref rte_spinlock.h), 73 [ticketlock] (@ref rte_ticketlock.h), 74 [RCU] (@ref rte_rcu_qsbr.h) 75 76- **CPU arch**: 77 [branch prediction] (@ref rte_branch_prediction.h), 78 [cache prefetch] (@ref rte_prefetch.h), 79 [SIMD] (@ref rte_vect.h), 80 [byte order] (@ref rte_byteorder.h), 81 [CPU flags] (@ref rte_cpuflags.h), 82 [CPU pause] (@ref rte_pause.h), 83 [I/O access] (@ref rte_io.h) 84 85- **CPU multicore**: 86 [interrupts] (@ref rte_interrupts.h), 87 [launch] (@ref rte_launch.h), 88 [lcore] (@ref rte_lcore.h), 89 [per-lcore] (@ref rte_per_lcore.h), 90 [service cores] (@ref rte_service.h), 91 [keepalive] (@ref rte_keepalive.h), 92 [power/freq] (@ref rte_power.h) 93 94- **layers**: 95 [ethernet] (@ref rte_ether.h), 96 [ARP] (@ref rte_arp.h), 97 [HIGIG] (@ref rte_higig.h), 98 [ICMP] (@ref rte_icmp.h), 99 [ESP] (@ref rte_esp.h), 100 [IPsec] (@ref rte_ipsec.h), 101 [IPsec group] (@ref rte_ipsec_group.h), 102 [IPsec SA] (@ref rte_ipsec_sa.h), 103 [IPsec SAD] (@ref rte_ipsec_sad.h), 104 [IP] (@ref rte_ip.h), 105 [SCTP] (@ref rte_sctp.h), 106 [TCP] (@ref rte_tcp.h), 107 [UDP] (@ref rte_udp.h), 108 [GTP] (@ref rte_gtp.h), 109 [GRO] (@ref rte_gro.h), 110 [GSO] (@ref rte_gso.h), 111 [frag/reass] (@ref rte_ip_frag.h), 112 [VXLAN] (@ref rte_vxlan.h) 113 114- **QoS**: 115 [metering] (@ref rte_meter.h), 116 [scheduler] (@ref rte_sched.h), 117 [RED congestion] (@ref rte_red.h) 118 119- **routing**: 120 [LPM IPv4 route] (@ref rte_lpm.h), 121 [LPM IPv6 route] (@ref rte_lpm6.h), 122 [RIB IPv4] (@ref rte_rib.h), 123 [RIB IPv6] (@ref rte_rib6.h), 124 [FIB IPv4] (@ref rte_fib.h), 125 [FIB IPv6] (@ref rte_fib6.h) 126 127- **hashes**: 128 [hash] (@ref rte_hash.h), 129 [jhash] (@ref rte_jhash.h), 130 [thash] (@ref rte_thash.h), 131 [FBK hash] (@ref rte_fbk_hash.h), 132 [CRC hash] (@ref rte_hash_crc.h) 133 134- **classification** 135 [reorder] (@ref rte_reorder.h), 136 [distributor] (@ref rte_distributor.h), 137 [EFD] (@ref rte_efd.h), 138 [ACL] (@ref rte_acl.h), 139 [member] (@ref rte_member.h), 140 [flow classify] (@ref rte_flow_classify.h), 141 [BPF] (@ref rte_bpf.h) 142 143- **containers**: 144 [mbuf] (@ref rte_mbuf.h), 145 [mbuf pool ops] (@ref rte_mbuf_pool_ops.h), 146 [ring] (@ref rte_ring.h), 147 [stack] (@ref rte_stack.h), 148 [tailq] (@ref rte_tailq.h), 149 [bitmap] (@ref rte_bitmap.h) 150 151- **packet framework**: 152 * [port] (@ref rte_port.h): 153 [ethdev] (@ref rte_port_ethdev.h), 154 [ring] (@ref rte_port_ring.h), 155 [frag] (@ref rte_port_frag.h), 156 [reass] (@ref rte_port_ras.h), 157 [sched] (@ref rte_port_sched.h), 158 [kni] (@ref rte_port_kni.h), 159 [src/sink] (@ref rte_port_source_sink.h) 160 * [table] (@ref rte_table.h): 161 [lpm IPv4] (@ref rte_table_lpm.h), 162 [lpm IPv6] (@ref rte_table_lpm_ipv6.h), 163 [ACL] (@ref rte_table_acl.h), 164 [hash] (@ref rte_table_hash.h), 165 [array] (@ref rte_table_array.h), 166 [stub] (@ref rte_table_stub.h) 167 * [pipeline] (@ref rte_pipeline.h) 168 [port_in_action] (@ref rte_port_in_action.h) 169 [table_action] (@ref rte_table_action.h) 170 * SWX pipeline: 171 [control] (@ref rte_swx_ctl.h), 172 [extern] (@ref rte_swx_extern.h), 173 [pipeline] (@ref rte_swx_pipeline.h) 174 * SWX port: 175 [port] (@ref rte_swx_port.h), 176 [ethdev] (@ref rte_swx_port_ethdev.h), 177 [src/sink] (@ref rte_swx_port_source_sink.h) 178 * SWX table: 179 [table] (@ref rte_swx_table.h), 180 [table_em] (@ref rte_swx_table_em.h) 181 * [graph] (@ref rte_graph.h): 182 [graph_worker] (@ref rte_graph_worker.h) 183 * graph_nodes: 184 [eth_node] (@ref rte_node_eth_api.h), 185 [ip4_node] (@ref rte_node_ip4_api.h) 186 187- **basic**: 188 [bitops] (@ref rte_bitops.h), 189 [approx fraction] (@ref rte_approx.h), 190 [random] (@ref rte_random.h), 191 [config file] (@ref rte_cfgfile.h), 192 [key/value args] (@ref rte_kvargs.h), 193 [string] (@ref rte_string_fns.h) 194 195- **debug**: 196 [jobstats] (@ref rte_jobstats.h), 197 [telemetry] (@ref rte_telemetry.h), 198 [pdump] (@ref rte_pdump.h), 199 [hexdump] (@ref rte_hexdump.h), 200 [debug] (@ref rte_debug.h), 201 [log] (@ref rte_log.h), 202 [errno] (@ref rte_errno.h), 203 [trace] (@ref rte_trace.h), 204 [trace_point] (@ref rte_trace_point.h) 205 206- **misc**: 207 [EAL config] (@ref rte_eal.h), 208 [common] (@ref rte_common.h), 209 [experimental APIs] (@ref rte_compat.h), 210 [ABI versioning] (@ref rte_function_versioning.h), 211 [version] (@ref rte_version.h) 212