Lines Matching refs:secondary
75 To run the secondary process to communicate with the primary process,
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…
83 …eter altogether will cause the process to try and start as a primary rather than secondary process.
103 …If the primary instance is terminated, the secondary instance must also be shut-down and restarted…
105 invalidating the secondary process's pointers.
106 The secondary process can be stopped and restarted without affecting the primary process.
113 since the secondary process cannot create objects in memory as it cannot reserve memory zones,
114 and the secondary process then uses lookup functions to attach to these objects as it starts up.
128 … ring structure used as send_ring in the primary process is the recv_ring in the secondary process.
130 Once the rings and memory pools are all available in both the primary and secondary processes,
177 The secondary symmetric_mp instances must also have these parameters specified,
193 …In the above example, the process type can be explicitly specified as primary or secondary, rather…
202 Instead, that process can be restarted as a secondary,
203 by explicitly setting the proc-type to secondary on the command line.
210 The initialization calls in both the primary and secondary instances are the same for the most part,
212 …nitialization done depends on whether the process is configured as a primary or secondary instance.
217 therefore will be accessible by the secondary process as it initializes.
230 In the secondary instance, rather than initializing the network ports, the port information exporte…
231 giving the secondary process access to the hardware and software rings for each network port.
238 Once this initialization is complete, the main loop of each process, both primary and secondary,
293 as there is no support in the server application for it to run as a secondary process.
305 the client processes are designed to be run as secondary instances only.