Lines Matching refs:run

27     the final make command can be run just in that application's directory,
39 To run the application, start one copy of the simple_mp binary in one terminal,
46 For the first DPDK process run, the proc-type flag can be omitted or set to auto,
75 To run the secondary process to communicate with the primary process,
76 again run the same binary setting at least two cores in the coremask/corelist:
141 The second example of DPDK multi-process support demonstrates how a set of processes can run in par…
164 As with the simple_mp example, the first instance of the symmetric_mp process must be run as the pr…
171 * --num-procs <N>, where N is the total number of symmetric_mp instances that will be run side-by…
175 …This identifies which symmetric_mp instance is being run, so that each process can read a unique r…
180 For example, to run a set of four symmetric_mp instances, running on lcores 1-4,
182 the following commands can be used (assuming run as root):
194 …When using auto, the first process run creates all the memory structures needed for all processes -
264 The server process must be run initially as the primary process to set up all memory structures for…
281 Therefore, to run a server application on lcore 1 (with lcore 2 printing statistics) along with two…
293 as there is no support in the server application for it to run as a secondary process.
299 … structure initialization much as the symmetric multi-process application does when run as primary.
304 In the same way that the server process is designed to be run as a primary process instance only,
305 the client processes are designed to be run as secondary instances only.