Lines Matching refs:multi
9 This chapter describes the example applications for multi-processing that are included in the DPDK.
16 The multi-process example applications are built in the same way as other sample applications,
26 If just a specific multi-process application needs to be built,
28 rather than at the top-level multi-process directory.
141 The second example of DPDK multi-process support demonstrates how a set of processes can run in par…
144 we refer to this as symmetric multi-processing, to differentiate it from asymmetric multi- processi…
199 For the symmetric multi-process example, since all processes work in the same manner,
245 The third example multi-process application included with the DPDK shows how one can
246 use a client-server type multi-process design to do packet processing.
299 … the network port and data structure initialization much as the symmetric multi-process applicatio…
302 as is done for the symmetric multi-process application, and therefore eliminates mismatched paramet…
309 which will, as in the symmetric multi-process example,