summaryrefslogtreecommitdiff
path: root/lib/graph
AgeCommit message (Expand)Author
2024-11-19graph: add more infos to node dumpHuichao cai
2024-11-19graph: improve node layoutHuichao Cai
2024-11-06graph: fix memory leak in node clonePavan Nikhilesh
2024-10-16graph: support node xstatsPavan Nikhilesh
2024-10-11graph: expose node context as pointersRobin Jarry
2024-10-11graph: make graphviz export more readableRobin Jarry
2024-10-09use C linkage where appropriate in headersMattias Rönnblom
2024-08-08version: 24.11-rc0David Marchand
2024-07-03graph: fix mcore dispatch walkJingjing Wu
2024-06-18graph: enhance graphviz exportRobin Jarry
2024-06-18graph: fix stats retrieval while destroying a graphRobin Jarry
2024-06-18graph: fix ID collisionsRobin Jarry
2024-03-06lib: move alignment attribute on types for MSVCTyler Retzlaff
2024-03-06lib: use C11 alignment attribute on variablesTyler Retzlaff
2024-03-01lib: use log helper with prefixTyler Retzlaff
2024-02-01lib: remove duplicate prefix in logsDavid Marchand
2023-12-21lib: use per line logging in helpersDavid Marchand
2023-11-22pcapng: modify timestamp calculationStephen Hemminger
2023-11-13graph: promote API as stableStephen Hemminger
2023-08-16remove C11 compatibility macroTyler Retzlaff
2023-07-12graph: fix model check in core bindingZhirun Yan
2023-06-27lib: remove blank line ending comment blocksThomas Monjalon
2023-06-19graph: add stats for mcore dispatch modelZhirun Yan
2023-06-19graph: enable graph multicore dispatch scheduler modelZhirun Yan
2023-06-19graph: introduce graph walk by cross-core dispatchZhirun Yan
2023-06-19graph: enable create and destroy graph scheduling workqueueZhirun Yan
2023-06-19graph: introduce stream moving cross coresZhirun Yan
2023-06-19graph: add structure for stream moving between coresZhirun Yan
2023-06-19graph: introduce graph clone API for other worker coreZhirun Yan
2023-06-19graph: move node clone name func into private as commonZhirun Yan
2023-06-19graph: introduce graph bind unbind APIZhirun Yan
2023-06-19graph: introduce graph node core affinity APIZhirun Yan
2023-06-19graph: add get/set graph worker model APIsZhirun Yan
2023-06-19graph: move node process into inline functionZhirun Yan
2023-06-19graph: split graph worker into common and default modelZhirun Yan
2023-06-19graph: rename rte graph worker header as commonZhirun Yan
2023-06-12graph: fix pcapng file supportStephen Hemminger
2023-04-23graph: annotate graph lockDavid Marchand
2023-03-23graph: remove unnecessary null checksStephen Hemminger
2023-02-10graph: pcap capture for graph nodesAmit Prakash Shukla
2023-01-31graph: fix node shrinkDavid Marchand
2022-11-15cleanup compat header inclusionsDavid Marchand
2022-10-10graph: fix node objects allocationZhirun Yan
2022-09-21eal: remove unneeded includes from a public headerDmitry Kozlyuk
2022-03-07graph: remove useless duplicate name checkHaiyue Wang
2022-02-22lib: remove unneeded header includesSean Morrissey
2022-02-12remove unnecessary null checksStephen Hemminger
2022-02-10graph: fix C++ includeBruce Richardson
2021-10-22build/windows: remove separate list of libsBruce Richardson
2021-07-05eal: save error in string copyThomas Monjalon