Lines Matching refs:server
12 :ref:`client-server sample application <multi_process_app>`
29 the sample application consists of a front-end node (server)
37 server and worker nodes are processes running on the same platform.
42 Upon initializing, the frontend server node (process) creates a flow
57 The main loop of the server process receives a burst of packets, then for
91 The application has two binaries to be run: the front-end server
94 The frontend server (server) has the following command line options::
96 ./<build_dir>/examples/dpdk-server [EAL options] -- -p PORTMASK -n NUM_NODES -f NUM_FLOWS
113 First, the server app must be launched, with the number of nodes that will be run.
135 The first process, the front-end server, creates and populates the EFD table,
140 .. literalinclude:: ../../../examples/server_node_efd/server/init.c
149 .. literalinclude:: ../../../examples/server_node_efd/server/main.c
155 and enqueued in the shared ring between the server and the node.
159 .. literalinclude:: ../../../examples/server_node_efd/server/main.c
165 ring with the server and send them out, if they belong to the node.
167 At initialization, it attaches to the server process memory, to have
172 :start-after: Attaching to the server process memory. 8<
173 :end-before: >8 End of attaching to the server process memory.
185 (from the server) and, like in the server process,
197 and dropped packets, which are shown and refreshed by the server app.
199 .. literalinclude:: ../../../examples/server_node_efd/server/main.c