| Age | Commit message (Collapse) | Author |
|
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]>
|
|
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]>
|
|
These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <[email protected]>
|
|
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]>
|