Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 37) sorted by relevance

12

/dpdk/doc/guides/howto/
H A Dtelemetry.rst18 telemetry version, the latest is v2. For example, a client would connect to a
104 For example, to connect to testpmd run as::
130 The following telemetry script commands would allow one to connect to each binary::
132 $ ./usertools/dpdk-telemetry.py # will connect to testpmd
134 $ ./usertools/dpdk-telemetry.py -i 1 # will connect to test binary
H A Dlm_bond_virtio_sriov.rst471 # to connect to the Qemu Monitor.
624 The Intel switch is used to connect the traffic generator to the
H A Dlm_virtio_vhost_user.rst329 # to connect to the Qemu Monitor.
H A Dpvp_reference_benchmark.rst185 Some initial steps are required for libvirt to be able to connect to testpmd's
/dpdk/drivers/net/memif/
H A Dmemif.h142 memif_msg_connect_t connect; member
H A Dmemif_socket.c338 memif_msg_connect_t *c = &msg->connect; in memif_msg_receive_connect()
482 c = &e->msg.connect; in memif_msg_enq_connect()
1140 ret = connect(sockfd, (struct sockaddr *)&sun, sunlen); in memif_connect_client()
/dpdk/doc/guides/nics/
H A Dmemif.rst55 ``client`` role. It is not possible to connect two interfaces in a single
82 sends 'connect' message (``MEMIF_MSG_TYPE_CONNECT``). Upon receiving this message
219 Now create ``client`` interface (server must be already running so the client will connect)::
263 Testpmd should now create memif client interface and try to connect to server.
H A Dvhost.rst35 It is used to specify a path to connect to a QEMU virtio-net device.
H A Di40e.rst457 to connect to the NIC port so they can still forward traffic from VF to VF
472 Alternatively, the user can specify which VFs need to connect to this floating
477 In this example ``VF1``, ``VF3`` and ``VF4`` connect to the floating VEB,
478 while other VFs connect to the normal VEB.
481 VEB. VFs can connect to a floating VEB or a regular VEB according to the
H A Dnfb.rst85 NFB-200G2QL card employs an add-on cable which allows to connect it to two
H A Ddpaa2.rst61 | (create,discover,connect
88 connect, configuration, and destroy. Fast-path operations
388 interfaces needed to connect the DPAA2 network interface to
/dpdk/usertools/
H A Ddpdk-telemetry-client.py59 self.socket.send_fd.connect("/var/run/dpdk/rte/telemetry")
H A Ddpdk-telemetry.py114 sock.connect(path)
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.h220 s32 (*connect)(struct fm10k_hw *, struct fm10k_mbx_info *); member
H A Dfm10k_mbx.c1644 mbx->ops.connect = fm10k_mbx_connect; in fm10k_pfvf_mbx_init()
2215 mbx->ops.connect = fm10k_sm_mbx_connect; in fm10k_sm_mbx_init()
/dpdk/lib/telemetry/
H A Dtelemetry_legacy.c111 if (connect(fd, (struct sockaddr *)&addrs, sizeof(addrs)) == -1) { in register_client()
H A Dtelemetry.c474 if (connect(sock, (void *)&sun, sizeof(sun)) == 0) { in create_socket()
/dpdk/doc/guides/
H A Dconf.py437 app.connect('doctree-resolved', process_numref)
/dpdk/app/test/
H A Dtest_telemetry_data.c351 if (connect(sock, (struct sockaddr *) &telem_addr, in connect_to_socket()
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst53 …This port number should be used by remote TCP client (such as telnet, netcat, etc.) to connect to …
H A Dip_pipeline.rst24 …* Any standard TCP client (e.g. telnet, netcat, custom script, etc) is typically able to connect t…
66 …This port number should be used by remote TCP client (such as telnet, netcat, etc.) to connect to …
/dpdk/doc/guides/cryptodevs/
H A Ddpaa2_sec.rst29 discover, connect, configure and destroy dpseci objects in DPAA2_SEC PMD.
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst302 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.
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c857 if (connect(fd, (struct sockaddr *)&un, sizeof(un)) < 0) { in vhost_user_setup()
/dpdk/examples/vm_power_manager/
H A Dchannel_manager.c252 ret = connect(info->fd, (struct sockaddr *)&sock_addr, in open_non_blocking_channel()

12