Lines Matching refs:instance
47 since all DPDK processes will default to being a primary instance,
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…
158 …s with the simple_mp example, the first instance of the symmetric_mp process must be run as the pr…
169 …This identifies which symmetric_mp instance is being run, so that each process can read a unique r…
172 and the first two must be the same as those passed to the primary instance, or errors result.
195 it is not necessary to restart all processes if the primary instance dies.
206 …nitialization done depends on whether the process is configured as a primary or secondary instance.
208 In the primary instance, a memory pool is created for the packet mbufs and the network ports to be …
215 :start-after: Primary instance initialized. 8<
216 :end-before: >8 End of primary instance initialization.
219 In the secondary instance, rather than initializing the network ports, the port information exporte…
269 the only application parameter needed by a client process is its client instance ID.
293 In the same way that the server process is designed to be run as a primary process instance only,