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,
122 Note, however, that the named ring structure used as send_ring in the primary process is the recv_r…
124 Once the rings and memory pools are all available in both the primary and secondary processes,
158 …ple_mp example, the first instance of the symmetric_mp process must be run as the primary instance,
172 and the first two must be the same as those passed to the primary instance, or errors result.
187 …In the above example, the process type can be explicitly specified as primary or secondary, rather…
195 it is not necessary to restart all processes if the primary instance dies.
199 …as auto-detection will detect no primary processes running and therefore attempt to re-initialize …
204 The initialization calls in both the primary and secondary instances are the same for the most part,
206 Thereafter, the initialization done depends on whether the process is configured as a primary or se…
208 In the primary instance, a memory pool is created for the packet mbufs and the network ports to be …
216 :end-before: >8 End of primary instance initialization.
219 … than initializing the network ports, the port information exported by the primary process is used,
227 Once this initialization is complete, the main loop of each process, both primary and secondary,
253 The server process must be run initially as the primary process to set up all memory structures for…
288 … structure initialization much as the symmetric multi-process application does when run as primary.
293 In the same way that the server process is designed to be run as a primary process instance only,
299 automatically get access to the network ports using the settings already configured by the primary/…