numam-dpdk/lib
Jerin Jacob a2da742768 graph: define API
Graph architecture abstracts the data processing functions as
"node" and "link" them together to create a complex "graph" to enable
reusable/modular data processing functions.

These APIs enables graph framework operations such as create, lookup,
dump and destroy on graph and node operations such as clone,
edge update, and edge shrink, etc. The API also allows creating the
stats cluster to monitor per graph and per node stats.

This patch defines the public API for graph support.
This patch also adds support for the build infrastructure and
update the MAINTAINERS file for the graph subsystem.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
2020-05-05 23:27:49 +02:00
..
librte_acl
librte_bbdev
librte_bitratestats
librte_bpf
librte_cfgfile
librte_cmdline
librte_compressdev
librte_cryptodev cryptodev: add tracepoints 2020-04-23 15:40:09 +02:00
librte_distributor
librte_eal eal: fix typo in endian conversion macros 2020-04-28 11:34:40 +02:00
librte_efd
librte_ethdev ethdev: fix build warning on 64-bit value 2020-04-28 11:34:40 +02:00
librte_eventdev eventdev: add tracepoints 2020-04-23 15:40:08 +02:00
librte_fib
librte_flow_classify
librte_graph graph: define API 2020-05-05 23:27:49 +02:00
librte_gro
librte_gso
librte_hash hash: add bulk lookup with signatures array 2020-04-25 19:26:47 +02:00
librte_ip_frag ip_frag: ensure minimum v6 fragmentation length 2020-04-25 15:15:27 +02:00
librte_ipsec fix various typos found by Lintian 2020-04-25 19:53:47 +02:00
librte_jobstats
librte_kni
librte_kvargs
librte_latencystats
librte_lpm lpm6: fix comments spelling 2020-04-24 19:29:02 +02:00
librte_mbuf mbuf: prevent setting mempool ops name empty 2020-04-25 22:56:10 +02:00
librte_member
librte_mempool mempool: return 0 if area is too small on populate 2020-05-05 00:27:05 +02:00
librte_meter version: reference next ABI 21 for recent additions 2020-05-05 00:25:34 +02:00
librte_metrics
librte_net ip_frag: ensure minimum v6 fragmentation length 2020-04-25 15:15:27 +02:00
librte_pci
librte_pdump
librte_pipeline
librte_port
librte_power
librte_rawdev
librte_rcu
librte_reorder
librte_rib
librte_ring ring: fix build with -Wswitch-enum 2020-04-28 11:34:40 +02:00
librte_sched
librte_security security: fix crash at accessing non-implemented ops 2020-04-23 17:56:38 +02:00
librte_stack
librte_table
librte_telemetry
librte_timer timer: relax barrier for status update 2020-04-26 22:07:38 +02:00
librte_vhost vhost: fix shadowed descriptors not flushed 2020-04-21 13:57:09 +02:00
Makefile graph: define API 2020-05-05 23:27:49 +02:00
meson.build graph: define API 2020-05-05 23:27:49 +02:00