xref: /dpdk/doc/api/doxy-api-index.md (revision 76fb8fc486f94e268c1329425b3a0d5900cd3214)
1*76fb8fc4SThomas MonjalonAPI
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),
45328dc5baSHaiyue Wang  [ice]                (@ref rte_pmd_ice.h),
467e9b4e58SFerruh Yigit  [bnxt]               (@ref rte_pmd_bnxt.h),
478c3495f5SHemant Agrawal  [dpaa]               (@ref rte_pmd_dpaa.h),
48c1870f65SAkhil Goyal  [dpaa2]              (@ref rte_pmd_dpaa2.h),
497ed35990SNipun Gupta  [dpaa2_mempool]      (@ref rte_dpaa2_mempool.h),
5053c71586SNipun Gupta  [dpaa2_cmdif]        (@ref rte_pmd_dpaa2_cmdif.h),
51c22fab9aSNipun Gupta  [dpaa2_qdma]         (@ref rte_pmd_dpaa2_qdma.h),
52dc8bd2f6SFan Zhang  [crypto_scheduler]   (@ref rte_cryptodev_scheduler.h)
536b919b0fSThomas Monjalon
546b919b0fSThomas Monjalon- **memory**:
556b919b0fSThomas Monjalon  [memseg]             (@ref rte_memory.h),
566b919b0fSThomas Monjalon  [memzone]            (@ref rte_memzone.h),
576b919b0fSThomas Monjalon  [mempool]            (@ref rte_mempool.h),
586b919b0fSThomas Monjalon  [malloc]             (@ref rte_malloc.h),
596b919b0fSThomas Monjalon  [memcpy]             (@ref rte_memcpy.h)
606b919b0fSThomas Monjalon
616b919b0fSThomas Monjalon- **timers**:
626b919b0fSThomas Monjalon  [cycles]             (@ref rte_cycles.h),
636b919b0fSThomas Monjalon  [timer]              (@ref rte_timer.h),
646b919b0fSThomas Monjalon  [alarm]              (@ref rte_alarm.h)
656b919b0fSThomas Monjalon
666b919b0fSThomas Monjalon- **locks**:
676b919b0fSThomas Monjalon  [atomic]             (@ref rte_atomic.h),
682173f333SPhil Yang  [mcslock]            (@ref rte_mcslock.h),
696b919b0fSThomas Monjalon  [rwlock]             (@ref rte_rwlock.h),
7064994b56SHonnappa Nagarahalli  [spinlock]           (@ref rte_spinlock.h),
7164994b56SHonnappa Nagarahalli  [ticketlock]         (@ref rte_ticketlock.h),
7264994b56SHonnappa Nagarahalli  [RCU]                (@ref rte_rcu_qsbr.h)
736b919b0fSThomas Monjalon
746b919b0fSThomas Monjalon- **CPU arch**:
756b919b0fSThomas Monjalon  [branch prediction]  (@ref rte_branch_prediction.h),
766b919b0fSThomas Monjalon  [cache prefetch]     (@ref rte_prefetch.h),
7786c743cfSNelio Laranjeiro  [SIMD]               (@ref rte_vect.h),
786b919b0fSThomas Monjalon  [byte order]         (@ref rte_byteorder.h),
7969736db1SJerin Jacob  [CPU flags]          (@ref rte_cpuflags.h),
80841e7ae5SJerin Jacob  [CPU pause]          (@ref rte_pause.h),
8169736db1SJerin Jacob  [I/O access]         (@ref rte_io.h)
826b919b0fSThomas Monjalon
836b919b0fSThomas Monjalon- **CPU multicore**:
846b919b0fSThomas Monjalon  [interrupts]         (@ref rte_interrupts.h),
856b919b0fSThomas Monjalon  [launch]             (@ref rte_launch.h),
866b919b0fSThomas Monjalon  [lcore]              (@ref rte_lcore.h),
876b919b0fSThomas Monjalon  [per-lcore]          (@ref rte_per_lcore.h),
8821698354SHarry van Haaren  [service cores]      (@ref rte_service.h),
895c8baff8SThomas Monjalon  [keepalive]          (@ref rte_keepalive.h),
906b919b0fSThomas Monjalon  [power/freq]         (@ref rte_power.h)
916b919b0fSThomas Monjalon
926b919b0fSThomas Monjalon- **layers**:
936b919b0fSThomas Monjalon  [ethernet]           (@ref rte_ether.h),
942b3f27eeSThomas Monjalon  [ARP]                (@ref rte_arp.h),
9501b3156dSKiran Kumar K  [HIGIG]              (@ref rte_higig.h),
962b3f27eeSThomas Monjalon  [ICMP]               (@ref rte_icmp.h),
97d4b684f7SBoris Pismenny  [ESP]                (@ref rte_esp.h),
983a97a35bSVladimir Medvedkin  [IPsec]              (@ref rte_ipsec.h),
993a97a35bSVladimir Medvedkin  [IPsec group]        (@ref rte_ipsec_group.h),
1003a97a35bSVladimir Medvedkin  [IPsec SA]           (@ref rte_ipsec_sa.h),
1013a97a35bSVladimir Medvedkin  [IPsec SAD]          (@ref rte_ipsec_sad.h),
1026b919b0fSThomas Monjalon  [IP]                 (@ref rte_ip.h),
1036b919b0fSThomas Monjalon  [SCTP]               (@ref rte_sctp.h),
1046b919b0fSThomas Monjalon  [TCP]                (@ref rte_tcp.h),
1056b919b0fSThomas Monjalon  [UDP]                (@ref rte_udp.h),
106d8e5e69fSTing Xu  [GTP]                (@ref rte_gtp.h),
107e996506aSJiayu Hu  [GRO]                (@ref rte_gro.h),
108ec51443cSJiayu Hu  [GSO]                (@ref rte_gso.h),
1096b919b0fSThomas Monjalon  [frag/reass]         (@ref rte_ip_frag.h),
1102b3f27eeSThomas Monjalon  [LPM IPv4 route]     (@ref rte_lpm.h),
111512d873fSFlavia Musatescu  [LPM IPv6 route]     (@ref rte_lpm6.h),
112512d873fSFlavia Musatescu  [VXLAN]              (@ref rte_vxlan.h)
1136b919b0fSThomas Monjalon
1146b919b0fSThomas Monjalon- **QoS**:
1156b919b0fSThomas Monjalon  [metering]           (@ref rte_meter.h),
1166b919b0fSThomas Monjalon  [scheduler]          (@ref rte_sched.h),
1176b919b0fSThomas Monjalon  [RED congestion]     (@ref rte_red.h)
1186b919b0fSThomas Monjalon
1196b919b0fSThomas Monjalon- **hashes**:
1206b919b0fSThomas Monjalon  [hash]               (@ref rte_hash.h),
1216b919b0fSThomas Monjalon  [jhash]              (@ref rte_jhash.h),
1222b3f27eeSThomas Monjalon  [thash]              (@ref rte_thash.h),
1236b919b0fSThomas Monjalon  [FBK hash]           (@ref rte_fbk_hash.h),
124a266b313SThomas Monjalon  [CRC hash]           (@ref rte_hash_crc.h)
125e8009a07SThomas Monjalon
126e8009a07SThomas Monjalon- **classification**
127e8009a07SThomas Monjalon  [reorder]            (@ref rte_reorder.h),
128e8009a07SThomas Monjalon  [distributor]        (@ref rte_distributor.h),
129e8009a07SThomas Monjalon  [EFD]                (@ref rte_efd.h),
130e8009a07SThomas Monjalon  [ACL]                (@ref rte_acl.h),
131be41ac2aSFerruh Yigit  [member]             (@ref rte_member.h),
13294972f35SKonstantin Ananyev  [flow classify]      (@ref rte_flow_classify.h),
13394972f35SKonstantin Ananyev  [BPF]                (@ref rte_bpf.h)
1346b919b0fSThomas Monjalon
1356b919b0fSThomas Monjalon- **containers**:
1366b919b0fSThomas Monjalon  [mbuf]               (@ref rte_mbuf.h),
137a3acc314SHemant Agrawal  [mbuf pool ops]      (@ref rte_mbuf_pool_ops.h),
1386b919b0fSThomas Monjalon  [ring]               (@ref rte_ring.h),
13905d3b528SGage Eads  [stack]              (@ref rte_stack.h),
1406b919b0fSThomas Monjalon  [tailq]              (@ref rte_tailq.h),
141a266b313SThomas Monjalon  [bitmap]             (@ref rte_bitmap.h)
1426b919b0fSThomas Monjalon
1436b919b0fSThomas Monjalon- **packet framework**:
1446b919b0fSThomas Monjalon  * [port]             (@ref rte_port.h):
1456b919b0fSThomas Monjalon    [ethdev]           (@ref rte_port_ethdev.h),
1466b919b0fSThomas Monjalon    [ring]             (@ref rte_port_ring.h),
1476b919b0fSThomas Monjalon    [frag]             (@ref rte_port_frag.h),
1486b919b0fSThomas Monjalon    [reass]            (@ref rte_port_ras.h),
1496b919b0fSThomas Monjalon    [sched]            (@ref rte_port_sched.h),
1509fc37d1cSWeiJie Zhuang    [kni]              (@ref rte_port_kni.h),
1516b919b0fSThomas Monjalon    [src/sink]         (@ref rte_port_source_sink.h)
1526b919b0fSThomas Monjalon  * [table]            (@ref rte_table.h):
1536b919b0fSThomas Monjalon    [lpm IPv4]         (@ref rte_table_lpm.h),
1546b919b0fSThomas Monjalon    [lpm IPv6]         (@ref rte_table_lpm_ipv6.h),
1556b919b0fSThomas Monjalon    [ACL]              (@ref rte_table_acl.h),
1566b919b0fSThomas Monjalon    [hash]             (@ref rte_table_hash.h),
1576b919b0fSThomas Monjalon    [array]            (@ref rte_table_array.h),
1586b919b0fSThomas Monjalon    [stub]             (@ref rte_table_stub.h)
1596b919b0fSThomas Monjalon  * [pipeline]         (@ref rte_pipeline.h)
160f0e352ddSJasvinder Singh    [port_in_action]   (@ref rte_port_in_action.h)
161654dd411SJasvinder Singh    [table_action]     (@ref rte_table_action.h)
162a2da7427SJerin Jacob  * [graph]            (@ref rte_graph.h):
16340d4f514SJerin Jacob    [graph_worker]     (@ref rte_graph_worker.h)
164947d7f68SNithin Dabilpuram  * graph_nodes:
165947d7f68SNithin Dabilpuram    [eth_node]         (@ref rte_node_eth_api.h),
1660555f11cSPavan Nikhilesh    [ip4_node]         (@ref rte_node_ip4_api.h)
1676b919b0fSThomas Monjalon
1686b919b0fSThomas Monjalon- **basic**:
1696b919b0fSThomas Monjalon  [approx fraction]    (@ref rte_approx.h),
1706b919b0fSThomas Monjalon  [random]             (@ref rte_random.h),
1712b3f27eeSThomas Monjalon  [config file]        (@ref rte_cfgfile.h),
1726b919b0fSThomas Monjalon  [key/value args]     (@ref rte_kvargs.h),
1736b919b0fSThomas Monjalon  [string]             (@ref rte_string_fns.h)
1746b919b0fSThomas Monjalon
1756b919b0fSThomas Monjalon- **debug**:
1762b3f27eeSThomas Monjalon  [jobstats]           (@ref rte_jobstats.h),
1778877ac68SCiara Power  [telemetry]          (@ref rte_telemetry.h),
1786d059e99SReshma Pattan  [pdump]              (@ref rte_pdump.h),
1792b3f27eeSThomas Monjalon  [hexdump]            (@ref rte_hexdump.h),
1806b919b0fSThomas Monjalon  [debug]              (@ref rte_debug.h),
1816b919b0fSThomas Monjalon  [log]                (@ref rte_log.h),
18227db82c7SJerin Jacob  [errno]              (@ref rte_errno.h),
18327db82c7SJerin Jacob  [trace]              (@ref rte_trace.h),
18427db82c7SJerin Jacob  [trace_point]        (@ref rte_trace_point.h)
1856b919b0fSThomas Monjalon
1866b919b0fSThomas Monjalon- **misc**:
1876b919b0fSThomas Monjalon  [EAL config]         (@ref rte_eal.h),
1886b919b0fSThomas Monjalon  [common]             (@ref rte_common.h),
189dc61aa74SBruce Richardson  [experimental APIs]  (@ref rte_compat.h),
190dc61aa74SBruce Richardson  [ABI versioning]     (@ref rte_function_versioning.h),
1916b919b0fSThomas Monjalon  [version]            (@ref rte_version.h)
192