summaryrefslogtreecommitdiff
path: root/lib/node/ethdev_tx.c
AgeCommit message (Collapse)Author
2023-06-19graph: split graph worker into common and default modelZhirun Yan
To support multiple graph worker model, split graph into common and default. Naming the current walk function as rte_graph_model_rtc cause the default model is RTC(Run-to-completion). Signed-off-by: Haiyue Wang <[email protected]> Signed-off-by: Cunming Liang <[email protected]> Signed-off-by: Zhirun Yan <[email protected]> Acked-by: Jerin Jacob <[email protected]>
2023-06-19graph: rename rte graph worker header as commonZhirun Yan
Rename rte_graph_work.h to rte_graph_work_common.h for supporting multiple graph worker model. Signed-off-by: Haiyue Wang <[email protected]> Signed-off-by: Cunming Liang <[email protected]> Signed-off-by: Zhirun Yan <[email protected]> Acked-by: Jerin Jacob <[email protected]>
2022-02-22lib: remove unneeded header includesSean Morrissey
These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey <[email protected]>
2021-04-21lib: remove librte_ prefix from directory namesBruce Richardson
There is no reason for the DPDK libraries to all have 'librte_' prefix on the directory names. This prefix makes the directory names longer and also makes it awkward to add features referring to individual libraries in the build - should the lib names be specified with or without the prefix. Therefore, we can just remove the library prefix and use the library's unique name as the directory name, i.e. 'eal' rather than 'librte_eal' Signed-off-by: Bruce Richardson <[email protected]>