Lines Matching refs:processing
7 Graph architecture abstracts the data processing functions as a ``node`` and
9 data processing functions.
23 - Inbuilt nodes for packet processing.
34 - Memory latency is the enemy for high-speed packet processing, moving the
35 similar packet processing code to a node will reduce the I cache and D
39 - Allow SIMD instructions for packet processing of the node.-
145 functions can links them together to create a complex packet processing graph.
193 Multicore graph processing
199 processing strategy would be to create graph object PER WORKER.
275 * Firstly, there has to be the best possible packet processing logic.
340 DPDK provides a set of nodes for data processing. The following section