xref: /dpdk/doc/api/doxy-api-index.md (revision d8e5e69f3a9b14c336ecc31a11a41c92488a1d28)
16b919b0fSThomas MonjalonAPI {#index}
26b919b0fSThomas Monjalon===
36b919b0fSThomas Monjalon
46b919b0fSThomas Monjalon<!--
5a6562f6dSErik Gabriel Carrillo  SPDX-License-Identifier: BSD-3-Clause
6a6562f6dSErik Gabriel Carrillo  Copyright(c) 2013-2017 6WIND S.A.
76b919b0fSThomas Monjalon-->
86b919b0fSThomas Monjalon
913b1a597SThomas MonjalonThe public API headers are grouped by topics:
106b919b0fSThomas Monjalon
116b919b0fSThomas Monjalon- **device**:
122b3f27eeSThomas Monjalon  [dev]                (@ref rte_dev.h),
136b919b0fSThomas Monjalon  [ethdev]             (@ref rte_ethdev.h),
142b3f27eeSThomas Monjalon  [ethctrl]            (@ref rte_eth_ctrl.h),
15b1a4b4cbSAdrien Mazarguil  [rte_flow]           (@ref rte_flow.h),
165d109defSCristian Dumitrescu  [rte_tm]             (@ref rte_tm.h),
176613ffe1SCristian Dumitrescu  [rte_mtr]            (@ref rte_mtr.h),
184935e1e9SAmr Mokhtar  [bbdev]              (@ref rte_bbdev.h),
19d11b0f30SDeclan Doherty  [cryptodev]          (@ref rte_cryptodev.h),
20c261d143SAkhil Goyal  [security]           (@ref rte_security.h),
21ed7dd94fSFiona Trahe  [compressdev]        (@ref rte_compressdev.h),
22f87bdc1dSFiona Trahe  [compress]           (@ref rte_comp.h),
2371f23843SJerin Jacob  [eventdev]           (@ref rte_eventdev.h),
24dcc806c2SNikhil Rao  [event_eth_rx_adapter]   (@ref rte_event_eth_rx_adapter.h),
25c9bf8394SNikhil Rao  [event_eth_tx_adapter]   (@ref rte_event_eth_tx_adapter.h),
26a6562f6dSErik Gabriel Carrillo  [event_timer_adapter]    (@ref rte_event_timer_adapter.h),
27dbe869baSAbhinandan Gujjar  [event_crypto_adapter]   (@ref rte_event_crypto_adapter.h),
28a9bb0c44SShreyansh Jain  [rawdev]             (@ref rte_rawdev.h),
29bb79058fSThomas Monjalon  [metrics]            (@ref rte_metrics.h),
30bb79058fSThomas Monjalon  [bitrate]            (@ref rte_bitrate.h),
31bb79058fSThomas Monjalon  [latency]            (@ref rte_latencystats.h),
326b919b0fSThomas Monjalon  [devargs]            (@ref rte_devargs.h),
33c94eb6dbSHemant Agrawal  [PCI]                (@ref rte_pci.h),
3442490f38SAideen McLoughlin  [vdev]               (@ref rte_bus_vdev.h),
35c94eb6dbSHemant Agrawal  [vfio]               (@ref rte_vfio.h)
3626fb45a3SFerruh Yigit
3726fb45a3SFerruh Yigit- **device specific**:
38cc6d4215SJasvinder Singh  [softnic]            (@ref rte_eth_softnic.h),
396b919b0fSThomas Monjalon  [bond]               (@ref rte_eth_bond.h),
40a798beb4SYuanhan Liu  [vhost]              (@ref rte_vhost.h),
41d0d4887dSXiaolong Ye  [vdpa]               (@ref rte_vdpa.h),
426b919b0fSThomas Monjalon  [KNI]                (@ref rte_kni.h),
4326fb45a3SFerruh Yigit  [ixgbe]              (@ref rte_pmd_ixgbe.h),
44dc8bd2f6SFan Zhang  [i40e]               (@ref rte_pmd_i40e.h),
457e9b4e58SFerruh Yigit  [bnxt]               (@ref rte_pmd_bnxt.h),
468c3495f5SHemant Agrawal  [dpaa]               (@ref rte_pmd_dpaa.h),
47c1870f65SAkhil Goyal  [dpaa2]              (@ref rte_pmd_dpaa2.h),
487ed35990SNipun Gupta  [dpaa2_mempool]      (@ref rte_dpaa2_mempool.h),
4953c71586SNipun Gupta  [dpaa2_cmdif]        (@ref rte_pmd_dpaa2_cmdif.h),
50c22fab9aSNipun Gupta  [dpaa2_qdma]         (@ref rte_pmd_dpaa2_qdma.h),
51dc8bd2f6SFan Zhang  [crypto_scheduler]   (@ref rte_cryptodev_scheduler.h)
526b919b0fSThomas Monjalon
536b919b0fSThomas Monjalon- **memory**:
546b919b0fSThomas Monjalon  [memseg]             (@ref rte_memory.h),
556b919b0fSThomas Monjalon  [memzone]            (@ref rte_memzone.h),
566b919b0fSThomas Monjalon  [mempool]            (@ref rte_mempool.h),
576b919b0fSThomas Monjalon  [malloc]             (@ref rte_malloc.h),
586b919b0fSThomas Monjalon  [memcpy]             (@ref rte_memcpy.h)
596b919b0fSThomas Monjalon
606b919b0fSThomas Monjalon- **timers**:
616b919b0fSThomas Monjalon  [cycles]             (@ref rte_cycles.h),
626b919b0fSThomas Monjalon  [timer]              (@ref rte_timer.h),
636b919b0fSThomas Monjalon  [alarm]              (@ref rte_alarm.h)
646b919b0fSThomas Monjalon
656b919b0fSThomas Monjalon- **locks**:
666b919b0fSThomas Monjalon  [atomic]             (@ref rte_atomic.h),
672173f333SPhil Yang  [mcslock]            (@ref rte_mcslock.h),
686b919b0fSThomas Monjalon  [rwlock]             (@ref rte_rwlock.h),
6964994b56SHonnappa Nagarahalli  [spinlock]           (@ref rte_spinlock.h),
7064994b56SHonnappa Nagarahalli  [ticketlock]         (@ref rte_ticketlock.h),
7164994b56SHonnappa Nagarahalli  [RCU]                (@ref rte_rcu_qsbr.h)
726b919b0fSThomas Monjalon
736b919b0fSThomas Monjalon- **CPU arch**:
746b919b0fSThomas Monjalon  [branch prediction]  (@ref rte_branch_prediction.h),
756b919b0fSThomas Monjalon  [cache prefetch]     (@ref rte_prefetch.h),
7686c743cfSNelio Laranjeiro  [SIMD]               (@ref rte_vect.h),
776b919b0fSThomas Monjalon  [byte order]         (@ref rte_byteorder.h),
7869736db1SJerin Jacob  [CPU flags]          (@ref rte_cpuflags.h),
79841e7ae5SJerin Jacob  [CPU pause]          (@ref rte_pause.h),
8069736db1SJerin Jacob  [I/O access]         (@ref rte_io.h)
816b919b0fSThomas Monjalon
826b919b0fSThomas Monjalon- **CPU multicore**:
836b919b0fSThomas Monjalon  [interrupts]         (@ref rte_interrupts.h),
846b919b0fSThomas Monjalon  [launch]             (@ref rte_launch.h),
856b919b0fSThomas Monjalon  [lcore]              (@ref rte_lcore.h),
866b919b0fSThomas Monjalon  [per-lcore]          (@ref rte_per_lcore.h),
8721698354SHarry van Haaren  [service cores]      (@ref rte_service.h),
885c8baff8SThomas Monjalon  [keepalive]          (@ref rte_keepalive.h),
896b919b0fSThomas Monjalon  [power/freq]         (@ref rte_power.h)
906b919b0fSThomas Monjalon
916b919b0fSThomas Monjalon- **layers**:
926b919b0fSThomas Monjalon  [ethernet]           (@ref rte_ether.h),
932b3f27eeSThomas Monjalon  [ARP]                (@ref rte_arp.h),
9401b3156dSKiran Kumar K  [HIGIG]              (@ref rte_higig.h),
952b3f27eeSThomas Monjalon  [ICMP]               (@ref rte_icmp.h),
96d4b684f7SBoris Pismenny  [ESP]                (@ref rte_esp.h),
973a97a35bSVladimir Medvedkin  [IPsec]              (@ref rte_ipsec.h),
983a97a35bSVladimir Medvedkin  [IPsec group]        (@ref rte_ipsec_group.h),
993a97a35bSVladimir Medvedkin  [IPsec SA]           (@ref rte_ipsec_sa.h),
1003a97a35bSVladimir Medvedkin  [IPsec SAD]          (@ref rte_ipsec_sad.h),
1016b919b0fSThomas Monjalon  [IP]                 (@ref rte_ip.h),
1026b919b0fSThomas Monjalon  [SCTP]               (@ref rte_sctp.h),
1036b919b0fSThomas Monjalon  [TCP]                (@ref rte_tcp.h),
1046b919b0fSThomas Monjalon  [UDP]                (@ref rte_udp.h),
105*d8e5e69fSTing Xu  [GTP]                (@ref rte_gtp.h),
106e996506aSJiayu Hu  [GRO]                (@ref rte_gro.h),
107ec51443cSJiayu Hu  [GSO]                (@ref rte_gso.h),
1086b919b0fSThomas Monjalon  [frag/reass]         (@ref rte_ip_frag.h),
1092b3f27eeSThomas Monjalon  [LPM IPv4 route]     (@ref rte_lpm.h),
110a266b313SThomas Monjalon  [LPM IPv6 route]     (@ref rte_lpm6.h)
1116b919b0fSThomas Monjalon
1126b919b0fSThomas Monjalon- **QoS**:
1136b919b0fSThomas Monjalon  [metering]           (@ref rte_meter.h),
1146b919b0fSThomas Monjalon  [scheduler]          (@ref rte_sched.h),
1156b919b0fSThomas Monjalon  [RED congestion]     (@ref rte_red.h)
1166b919b0fSThomas Monjalon
1176b919b0fSThomas Monjalon- **hashes**:
1186b919b0fSThomas Monjalon  [hash]               (@ref rte_hash.h),
1196b919b0fSThomas Monjalon  [jhash]              (@ref rte_jhash.h),
1202b3f27eeSThomas Monjalon  [thash]              (@ref rte_thash.h),
1216b919b0fSThomas Monjalon  [FBK hash]           (@ref rte_fbk_hash.h),
122a266b313SThomas Monjalon  [CRC hash]           (@ref rte_hash_crc.h)
123e8009a07SThomas Monjalon
124e8009a07SThomas Monjalon- **classification**
125e8009a07SThomas Monjalon  [reorder]            (@ref rte_reorder.h),
126e8009a07SThomas Monjalon  [distributor]        (@ref rte_distributor.h),
127e8009a07SThomas Monjalon  [EFD]                (@ref rte_efd.h),
128e8009a07SThomas Monjalon  [ACL]                (@ref rte_acl.h),
129be41ac2aSFerruh Yigit  [member]             (@ref rte_member.h),
13094972f35SKonstantin Ananyev  [flow classify]      (@ref rte_flow_classify.h),
13194972f35SKonstantin Ananyev  [BPF]                (@ref rte_bpf.h)
1326b919b0fSThomas Monjalon
1336b919b0fSThomas Monjalon- **containers**:
1346b919b0fSThomas Monjalon  [mbuf]               (@ref rte_mbuf.h),
135a3acc314SHemant Agrawal  [mbuf pool ops]      (@ref rte_mbuf_pool_ops.h),
1366b919b0fSThomas Monjalon  [ring]               (@ref rte_ring.h),
13705d3b528SGage Eads  [stack]              (@ref rte_stack.h),
1386b919b0fSThomas Monjalon  [tailq]              (@ref rte_tailq.h),
139a266b313SThomas Monjalon  [bitmap]             (@ref rte_bitmap.h)
1406b919b0fSThomas Monjalon
1416b919b0fSThomas Monjalon- **packet framework**:
1426b919b0fSThomas Monjalon  * [port]             (@ref rte_port.h):
1436b919b0fSThomas Monjalon    [ethdev]           (@ref rte_port_ethdev.h),
1446b919b0fSThomas Monjalon    [ring]             (@ref rte_port_ring.h),
1456b919b0fSThomas Monjalon    [frag]             (@ref rte_port_frag.h),
1466b919b0fSThomas Monjalon    [reass]            (@ref rte_port_ras.h),
1476b919b0fSThomas Monjalon    [sched]            (@ref rte_port_sched.h),
1489fc37d1cSWeiJie Zhuang    [kni]              (@ref rte_port_kni.h),
1496b919b0fSThomas Monjalon    [src/sink]         (@ref rte_port_source_sink.h)
1506b919b0fSThomas Monjalon  * [table]            (@ref rte_table.h):
1516b919b0fSThomas Monjalon    [lpm IPv4]         (@ref rte_table_lpm.h),
1526b919b0fSThomas Monjalon    [lpm IPv6]         (@ref rte_table_lpm_ipv6.h),
1536b919b0fSThomas Monjalon    [ACL]              (@ref rte_table_acl.h),
1546b919b0fSThomas Monjalon    [hash]             (@ref rte_table_hash.h),
1556b919b0fSThomas Monjalon    [array]            (@ref rte_table_array.h),
1566b919b0fSThomas Monjalon    [stub]             (@ref rte_table_stub.h)
1576b919b0fSThomas Monjalon  * [pipeline]         (@ref rte_pipeline.h)
158f0e352ddSJasvinder Singh    [port_in_action]   (@ref rte_port_in_action.h)
159654dd411SJasvinder Singh    [table_action]     (@ref rte_table_action.h)
1606b919b0fSThomas Monjalon
1616b919b0fSThomas Monjalon- **basic**:
1626b919b0fSThomas Monjalon  [approx fraction]    (@ref rte_approx.h),
1636b919b0fSThomas Monjalon  [random]             (@ref rte_random.h),
1642b3f27eeSThomas Monjalon  [config file]        (@ref rte_cfgfile.h),
1656b919b0fSThomas Monjalon  [key/value args]     (@ref rte_kvargs.h),
1666b919b0fSThomas Monjalon  [string]             (@ref rte_string_fns.h)
1676b919b0fSThomas Monjalon
1686b919b0fSThomas Monjalon- **debug**:
1692b3f27eeSThomas Monjalon  [jobstats]           (@ref rte_jobstats.h),
1708877ac68SCiara Power  [telemetry]          (@ref rte_telemetry.h),
1716d059e99SReshma Pattan  [pdump]              (@ref rte_pdump.h),
1722b3f27eeSThomas Monjalon  [hexdump]            (@ref rte_hexdump.h),
1736b919b0fSThomas Monjalon  [debug]              (@ref rte_debug.h),
1746b919b0fSThomas Monjalon  [log]                (@ref rte_log.h),
1756b919b0fSThomas Monjalon  [errno]              (@ref rte_errno.h)
1766b919b0fSThomas Monjalon
1776b919b0fSThomas Monjalon- **misc**:
1786b919b0fSThomas Monjalon  [EAL config]         (@ref rte_eal.h),
1796b919b0fSThomas Monjalon  [common]             (@ref rte_common.h),
1802b3f27eeSThomas Monjalon  [ABI compat]         (@ref rte_compat.h),
1816b919b0fSThomas Monjalon  [version]            (@ref rte_version.h)
182