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 [eventdev] (@ref rte_eventdev.h), 22 [event_eth_rx_adapter] (@ref rte_event_eth_rx_adapter.h), 23 [event_timer_adapter] (@ref rte_event_timer_adapter.h), 24 [rawdev] (@ref rte_rawdev.h), 25 [metrics] (@ref rte_metrics.h), 26 [bitrate] (@ref rte_bitrate.h), 27 [latency] (@ref rte_latencystats.h), 28 [devargs] (@ref rte_devargs.h), 29 [PCI] (@ref rte_pci.h), 30 [vfio] (@ref rte_vfio.h) 31 32- **device specific**: 33 [softnic] (@ref rte_eth_softnic.h), 34 [bond] (@ref rte_eth_bond.h), 35 [vhost] (@ref rte_vhost.h), 36 [KNI] (@ref rte_kni.h), 37 [ixgbe] (@ref rte_pmd_ixgbe.h), 38 [i40e] (@ref rte_pmd_i40e.h), 39 [bnxt] (@ref rte_pmd_bnxt.h), 40 [dpaa] (@ref rte_pmd_dpaa.h), 41 [crypto_scheduler] (@ref rte_cryptodev_scheduler.h) 42 43- **memory**: 44 [memseg] (@ref rte_memory.h), 45 [memzone] (@ref rte_memzone.h), 46 [mempool] (@ref rte_mempool.h), 47 [malloc] (@ref rte_malloc.h), 48 [memcpy] (@ref rte_memcpy.h) 49 50- **timers**: 51 [cycles] (@ref rte_cycles.h), 52 [timer] (@ref rte_timer.h), 53 [alarm] (@ref rte_alarm.h) 54 55- **locks**: 56 [atomic] (@ref rte_atomic.h), 57 [rwlock] (@ref rte_rwlock.h), 58 [spinlock] (@ref rte_spinlock.h) 59 60- **CPU arch**: 61 [branch prediction] (@ref rte_branch_prediction.h), 62 [cache prefetch] (@ref rte_prefetch.h), 63 [SIMD] (@ref rte_vect.h), 64 [byte order] (@ref rte_byteorder.h), 65 [CPU flags] (@ref rte_cpuflags.h), 66 [CPU pause] (@ref rte_pause.h), 67 [I/O access] (@ref rte_io.h) 68 69- **CPU multicore**: 70 [interrupts] (@ref rte_interrupts.h), 71 [launch] (@ref rte_launch.h), 72 [lcore] (@ref rte_lcore.h), 73 [per-lcore] (@ref rte_per_lcore.h), 74 [service cores] (@ref rte_service.h), 75 [keepalive] (@ref rte_keepalive.h), 76 [power/freq] (@ref rte_power.h) 77 78- **layers**: 79 [ethernet] (@ref rte_ether.h), 80 [ARP] (@ref rte_arp.h), 81 [ICMP] (@ref rte_icmp.h), 82 [ESP] (@ref rte_esp.h), 83 [IP] (@ref rte_ip.h), 84 [SCTP] (@ref rte_sctp.h), 85 [TCP] (@ref rte_tcp.h), 86 [UDP] (@ref rte_udp.h), 87 [GRO] (@ref rte_gro.h), 88 [GSO] (@ref rte_gso.h), 89 [frag/reass] (@ref rte_ip_frag.h), 90 [LPM IPv4 route] (@ref rte_lpm.h), 91 [LPM IPv6 route] (@ref rte_lpm6.h) 92 93- **QoS**: 94 [metering] (@ref rte_meter.h), 95 [scheduler] (@ref rte_sched.h), 96 [RED congestion] (@ref rte_red.h) 97 98- **hashes**: 99 [hash] (@ref rte_hash.h), 100 [jhash] (@ref rte_jhash.h), 101 [thash] (@ref rte_thash.h), 102 [FBK hash] (@ref rte_fbk_hash.h), 103 [CRC hash] (@ref rte_hash_crc.h) 104 105- **classification** 106 [reorder] (@ref rte_reorder.h), 107 [distributor] (@ref rte_distributor.h), 108 [EFD] (@ref rte_efd.h), 109 [ACL] (@ref rte_acl.h), 110 [member] (@ref rte_member.h), 111 [flow classify] (@ref rte_flow_classify.h) 112 113- **containers**: 114 [mbuf] (@ref rte_mbuf.h), 115 [mbuf pool ops] (@ref rte_mbuf_pool_ops.h), 116 [ring] (@ref rte_ring.h), 117 [tailq] (@ref rte_tailq.h), 118 [bitmap] (@ref rte_bitmap.h) 119 120- **packet framework**: 121 * [port] (@ref rte_port.h): 122 [ethdev] (@ref rte_port_ethdev.h), 123 [ring] (@ref rte_port_ring.h), 124 [frag] (@ref rte_port_frag.h), 125 [reass] (@ref rte_port_ras.h), 126 [sched] (@ref rte_port_sched.h), 127 [kni] (@ref rte_port_kni.h), 128 [src/sink] (@ref rte_port_source_sink.h) 129 * [table] (@ref rte_table.h): 130 [lpm IPv4] (@ref rte_table_lpm.h), 131 [lpm IPv6] (@ref rte_table_lpm_ipv6.h), 132 [ACL] (@ref rte_table_acl.h), 133 [hash] (@ref rte_table_hash.h), 134 [array] (@ref rte_table_array.h), 135 [stub] (@ref rte_table_stub.h) 136 * [pipeline] (@ref rte_pipeline.h) 137 [port_in_action] (@ref rte_port_in_action.h) 138 [table_action] (@ref rte_table_action.h) 139 140- **basic**: 141 [approx fraction] (@ref rte_approx.h), 142 [random] (@ref rte_random.h), 143 [config file] (@ref rte_cfgfile.h), 144 [key/value args] (@ref rte_kvargs.h), 145 [string] (@ref rte_string_fns.h) 146 147- **debug**: 148 [jobstats] (@ref rte_jobstats.h), 149 [pdump] (@ref rte_pdump.h), 150 [hexdump] (@ref rte_hexdump.h), 151 [debug] (@ref rte_debug.h), 152 [log] (@ref rte_log.h), 153 [errno] (@ref rte_errno.h) 154 155- **misc**: 156 [EAL config] (@ref rte_eal.h), 157 [common] (@ref rte_common.h), 158 [ABI compat] (@ref rte_compat.h), 159 [version] (@ref rte_version.h) 160