Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst12 :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
91 The application has two binaries to be run: the front-end server
94 The frontend server (server) has the following command line options::
140 .. literalinclude:: ../../../examples/server_node_efd/server/init.c
155 and enqueued in the shared ring between the server and the node.
172 :start-after: Attaching to the server process memory. 8<
173 :end-before: >8 End of attaching to the server process memory.
[all …]
H A Dmulti_process.rst139 such as a client-server mode of operation seen in the next example,
235 use a client-server type multi-process design to do packet processing.
236 In this example, a single server process performs the packet reception from the ports being used and
260 by the server application.
268 Since the server application stores configuration data in shared memory, including the network port…
281 …If the server application dies and needs to be restarted, all client applications also need to be …
282 as there is no support in the server application for it to run as a secondary process.
283 Any client processes that need restarting can be restarted without affecting the server process.
293 In the same way that the server process is designed to be run as a primary process instance only,
308 In both the server and the client processes, outgoing packets are buffered before being sent,
[all …]
H A Dvhost.rst59 -chardev socket,id=char1,path=/tmp/sock0,server \
112 will create it. Put simply, it's the server to create the socket file.
H A Dvdpa.rst37 to run as the server mode and take charge of socket file creation.
/dpdk/doc/guides/nics/
H A Dmemif.rst16 Memif works in two roles: server and client. Client connects to server over an
22 are creating a server interface, or you will see an "Address already in use"
34 etc. Note that if you assign a socket to a server interface it becomes a
42 "role=server", "Set memif role", "client", "server|client"
54 process, are needed. One interface in ``server`` role and other in
61 *Memif configuration options* table above. If socket is used by ``server``
64 multiple interfaces. One process can have ``client`` and ``server`` interfaces
83 server maps regions to its address space, initializes rings and responds with
100 created by memif client and provided to server at connection establishment.
215 First create ``server`` interface::
[all …]
H A Dionic.rst7 The ionic driver provides support for Pensando server adapters.
H A Dliquidio.rst8 Cavium LiquidIO® II server adapter VFs. PF management and VF creation can be
H A Denic.rst213 selected via CIMC or UCSM followed by a reboot of the server.
298 via CIMC or UCSM followed by a reboot of the server. When PMD successfully
375 - Run on a UCS M4 or later server with CPUs that support AVX2.
H A Dvirtio.rst404 #. ``server``:
406 It is used to enable the server mode when using vhost-user backend.
/dpdk/examples/server_node_efd/
H A DMakefile4 subdirs := node server
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst7 The vhost library implements a user space virtio net server allowing the user
46 to the server (QEMU) until it succeeds. This is useful in two cases:
168 acts as the server the device should not be deleted before
291 * DPDK vhost-user acts as the server.
293 DPDK will create a Unix domain socket server file and listen for
301 Unlike the server mode, this mode doesn't create the socket file;
302 it just tries to connect to the server (which responses to create the
306 connect to the server again. This is how the "reconnect" feature works.
H A Defd_lib.rst53 In this scheme (:numref:`figure_efd1`), the front end server/distributor/load balancer
80 inter-server traffic or to optimize for network traffic conditions,
169 balancer, where flows are received at a front end server before being forwarded
170 to the target back end server for processing. The system designer would
171 deterministically co-locate flows together in order to minimize cross-server
182 As shown in :numref:`figure_efd6`, the front end server will have an EFD table that
186 is the maximum number of flows served by each back end server of the X
/dpdk/examples/server_node_efd/server/
H A DMakefile5 APP = server
/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.h69 int server, int mrg_rxbuf, int in_order,
H A Dvirtio_user_dev.c565 int server, int mrg_rxbuf, int in_order, int packed_vq, in virtio_user_dev_init() argument
583 dev->is_server = server; in virtio_user_dev_init()
/dpdk/examples/
H A Dmeson.build52 'server_node_efd/server',
/dpdk/doc/guides/cryptodevs/
H A Dvirtio.rst53 Firstly run DPDK vhost crypto sample as a server side and build QEMU with
/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst320 -monitor telnet::3333,server,nowait
397 -monitor telnet::3333,server,nowait
H A Dpacket_capture_framework.rst42 the packet capture framework and acts as a server,
H A Dlm_bond_virtio_sriov.rst431 -monitor telnet::3333,server,nowait
534 -monitor telnet::3333,server,nowait
H A Dpvp_reference_benchmark.rst168 -qmp unix:/tmp/qmp.socket,server,nowait \
/dpdk/doc/guides/rawdevs/
H A Dntb.rst21 Skylake is https://www.intel.com/content/dam/support/us/en/documents/server-products/Intel_Xeon_Pro…
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst13 For best performance use an Intel Xeon class server system such as Ivy Bridge, Haswell or newer.
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst73 hugepage configuration of a server may be examined using:
H A Dfpga_5gnr_fec.rst58 hugepage configuration of a server may be examined using:

12