1API {#index} 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 [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 [vfio] (@ref rte_vfio.h) 35 36- **device specific**: 37 [softnic] (@ref rte_eth_softnic.h), 38 [bond] (@ref rte_eth_bond.h), 39 [vhost] (@ref rte_vhost.h), 40 [KNI] (@ref rte_kni.h), 41 [ixgbe] (@ref rte_pmd_ixgbe.h), 42 [i40e] (@ref rte_pmd_i40e.h), 43 [bnxt] (@ref rte_pmd_bnxt.h), 44 [dpaa] (@ref rte_pmd_dpaa.h), 45 [dpaa2_mempool] (@ref rte_dpaa2_mempool.h), 46 [dpaa2_cmdif] (@ref rte_pmd_dpaa2_cmdif.h), 47 [dpaa2_qdma] (@ref rte_pmd_dpaa2_qdma.h), 48 [crypto_scheduler] (@ref rte_cryptodev_scheduler.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 [SIMD] (@ref rte_vect.h), 71 [byte order] (@ref rte_byteorder.h), 72 [CPU flags] (@ref rte_cpuflags.h), 73 [CPU pause] (@ref rte_pause.h), 74 [I/O access] (@ref rte_io.h) 75 76- **CPU multicore**: 77 [interrupts] (@ref rte_interrupts.h), 78 [launch] (@ref rte_launch.h), 79 [lcore] (@ref rte_lcore.h), 80 [per-lcore] (@ref rte_per_lcore.h), 81 [service cores] (@ref rte_service.h), 82 [keepalive] (@ref rte_keepalive.h), 83 [power/freq] (@ref rte_power.h) 84 85- **layers**: 86 [ethernet] (@ref rte_ether.h), 87 [ARP] (@ref rte_arp.h), 88 [ICMP] (@ref rte_icmp.h), 89 [ESP] (@ref rte_esp.h), 90 [IP] (@ref rte_ip.h), 91 [SCTP] (@ref rte_sctp.h), 92 [TCP] (@ref rte_tcp.h), 93 [UDP] (@ref rte_udp.h), 94 [GRO] (@ref rte_gro.h), 95 [GSO] (@ref rte_gso.h), 96 [frag/reass] (@ref rte_ip_frag.h), 97 [LPM IPv4 route] (@ref rte_lpm.h), 98 [LPM IPv6 route] (@ref rte_lpm6.h) 99 100- **QoS**: 101 [metering] (@ref rte_meter.h), 102 [scheduler] (@ref rte_sched.h), 103 [RED congestion] (@ref rte_red.h) 104 105- **hashes**: 106 [hash] (@ref rte_hash.h), 107 [jhash] (@ref rte_jhash.h), 108 [thash] (@ref rte_thash.h), 109 [FBK hash] (@ref rte_fbk_hash.h), 110 [CRC hash] (@ref rte_hash_crc.h) 111 112- **classification** 113 [reorder] (@ref rte_reorder.h), 114 [distributor] (@ref rte_distributor.h), 115 [EFD] (@ref rte_efd.h), 116 [ACL] (@ref rte_acl.h), 117 [member] (@ref rte_member.h), 118 [flow classify] (@ref rte_flow_classify.h), 119 [BPF] (@ref rte_bpf.h) 120 121- **containers**: 122 [mbuf] (@ref rte_mbuf.h), 123 [mbuf pool ops] (@ref rte_mbuf_pool_ops.h), 124 [ring] (@ref rte_ring.h), 125 [tailq] (@ref rte_tailq.h), 126 [bitmap] (@ref rte_bitmap.h) 127 128- **packet framework**: 129 * [port] (@ref rte_port.h): 130 [ethdev] (@ref rte_port_ethdev.h), 131 [ring] (@ref rte_port_ring.h), 132 [frag] (@ref rte_port_frag.h), 133 [reass] (@ref rte_port_ras.h), 134 [sched] (@ref rte_port_sched.h), 135 [kni] (@ref rte_port_kni.h), 136 [src/sink] (@ref rte_port_source_sink.h) 137 * [table] (@ref rte_table.h): 138 [lpm IPv4] (@ref rte_table_lpm.h), 139 [lpm IPv6] (@ref rte_table_lpm_ipv6.h), 140 [ACL] (@ref rte_table_acl.h), 141 [hash] (@ref rte_table_hash.h), 142 [array] (@ref rte_table_array.h), 143 [stub] (@ref rte_table_stub.h) 144 * [pipeline] (@ref rte_pipeline.h) 145 [port_in_action] (@ref rte_port_in_action.h) 146 [table_action] (@ref rte_table_action.h) 147 148- **basic**: 149 [approx fraction] (@ref rte_approx.h), 150 [random] (@ref rte_random.h), 151 [config file] (@ref rte_cfgfile.h), 152 [key/value args] (@ref rte_kvargs.h), 153 [string] (@ref rte_string_fns.h) 154 155- **debug**: 156 [jobstats] (@ref rte_jobstats.h), 157 [pdump] (@ref rte_pdump.h), 158 [hexdump] (@ref rte_hexdump.h), 159 [debug] (@ref rte_debug.h), 160 [log] (@ref rte_log.h), 161 [errno] (@ref rte_errno.h) 162 163- **misc**: 164 [EAL config] (@ref rte_eal.h), 165 [common] (@ref rte_common.h), 166 [ABI compat] (@ref rte_compat.h), 167 [version] (@ref rte_version.h) 168