Lines Matching refs:primary

44     ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary
47 since all DPDK processes will default to being a primary instance,
53 $ ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary
75 To run the secondary process to communicate with the primary process,
83 However, omitting the parameter altogether will cause the process to try and start as a primary rat…
86 the process starts up, displaying largely similar status messages to the primary instance as it ini…
103 …If the primary instance is terminated, the secondary instance must also be shut-down and restarted…
104 …This is necessary because the primary instance will clear and reset the shared memory regions on s…
106 The secondary process can be stopped and restarted without affecting the primary process.
112 These three objects are created at startup by the primary process,
128 Note, however, that the named ring structure used as send_ring in the primary process is the recv_r…
130 Once the rings and memory pools are all available in both the primary and secondary processes,
164 …ple_mp example, the first instance of the symmetric_mp process must be run as the primary instance,
178 and the first two must be the same as those passed to the primary instance, or errors result.
193 …In the above example, the process type can be explicitly specified as primary or secondary, rather…
201 it is not necessary to restart all processes if the primary instance dies.
205 …as auto-detection will detect no primary processes running and therefore attempt to re-initialize …
210 The initialization calls in both the primary and secondary instances are the same for the most part,
212 Thereafter, the initialization done depends on whether the process is configured as a primary or se…
214 In the primary instance, a memory pool is created for the packet mbufs and the network ports to be …
230 … than initializing the network ports, the port information exported by the primary process is used,
238 Once this initialization is complete, the main loop of each process, both primary and secondary,
264 The server process must be run initially as the primary process to set up all memory structures for…
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,
310 automatically get access to the network ports using the settings already configured by the primary/…