Lines Matching refs:network
156 As the diagram shows, each process reads packets from each of the network ports in use.
172 … This parameter is used to configure the appropriate number of receive queues on each network port.
175 …p instance is being run, so that each process can read a unique receive queue on each network port.
200 once the hugepage shared memory and the network ports are initialized,
214 In the primary instance, a memory pool is created for the packet mbufs and the network ports to be …
216 The structures for the initialized network ports are stored in shared memory and
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.
250 … just perform level-2 forwarding of packets by sending each packet out on a different network port.
279 Since the server application stores configuration data in shared memory, including the network port…
299 The server process performs the network port and data structure initialization much as the symmetri…
308 The network ports for use by the processes are obtained by loading the network port drivers and pro…
310 automatically get access to the network ports using the settings already configured by the primary/…
312 Once all applications are initialized, the server operates by reading packets from each network por…
314 …e read from the rings in as big of bursts as possible, then routed out to a different network port.
316 Similarly, packets are routed between the 3rd and 4th network ports and so on.
317 The sending of packets is done by writing the packets directly to the network ports; they are not t…