Lines Matching refs:proc
44 ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary
46 For the first DPDK process run, the proc-type flag can be omitted or set to auto,
53 $ ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary
80 ./<build_dir>/examples/dpdk-simple_mp -l 2-3 -n 4 --proc-type=secondary
82 When running a secondary process such as that shown above, the proc-type parameter can again be spe…
168 * --proc-id <n>, where n is a numeric value in the range 0 <= n < N (number of processes, specifi…
180 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 1 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc…
181 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 2 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc…
182 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 3 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc…
183 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 4 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc…
189 irrespective of whether it has a proc-id of 0, 1, 2 or 3.
197 by explicitly setting the proc-type to secondary on the command line.
228 is exactly the same - each process reads from each port using the queue corresponding to its proc-i…
276 # ./<build_dir>/examples/dpdk-mp_client -l 3 -n 4 --proc-type=auto -- -n 0
277 # ./<build_dir>/examples/dpdk-mp_client -l 4 -n 4 --proc-type=auto -- -n 1