| /dpdk/doc/guides/howto/ |
| H A D | telemetry.rst | 18 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 D | lm_bond_virtio_sriov.rst | 471 # to connect to the Qemu Monitor. 624 The Intel switch is used to connect the traffic generator to the
|
| H A D | lm_virtio_vhost_user.rst | 329 # to connect to the Qemu Monitor.
|
| H A D | pvp_reference_benchmark.rst | 185 Some initial steps are required for libvirt to be able to connect to testpmd's
|
| /dpdk/drivers/net/memif/ |
| H A D | memif.h | 142 memif_msg_connect_t connect; member
|
| H A D | memif_socket.c | 338 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 D | memif.rst | 55 ``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 D | vhost.rst | 35 It is used to specify a path to connect to a QEMU virtio-net device.
|
| H A D | i40e.rst | 457 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 D | nfb.rst | 85 NFB-200G2QL card employs an add-on cable which allows to connect it to two
|
| H A D | dpaa2.rst | 61 | (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 D | dpdk-telemetry-client.py | 59 self.socket.send_fd.connect("/var/run/dpdk/rte/telemetry")
|
| H A D | dpdk-telemetry.py | 114 sock.connect(path)
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.h | 220 s32 (*connect)(struct fm10k_hw *, struct fm10k_mbx_info *); member
|
| H A D | fm10k_mbx.c | 1644 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 D | telemetry_legacy.c | 111 if (connect(fd, (struct sockaddr *)&addrs, sizeof(addrs)) == -1) { in register_client()
|
| H A D | telemetry.c | 474 if (connect(sock, (void *)&sun, sizeof(sun)) == 0) { in create_socket()
|
| /dpdk/doc/guides/ |
| H A D | conf.py | 437 app.connect('doctree-resolved', process_numref)
|
| /dpdk/app/test/ |
| H A D | test_telemetry_data.c | 351 if (connect(sock, (struct sockaddr *) &telem_addr, in connect_to_socket()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | pipeline.rst | 53 …This port number should be used by remote TCP client (such as telnet, netcat, etc.) to connect to …
|
| H A D | ip_pipeline.rst | 24 …* 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 D | dpaa2_sec.rst | 29 discover, connect, configure and destroy dpseci objects in DPAA2_SEC PMD.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 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.
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_user.c | 857 if (connect(fd, (struct sockaddr *)&un, sizeof(un)) < 0) { in vhost_user_setup()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_manager.c | 252 ret = connect(info->fd, (struct sockaddr *)&sock_addr, in open_non_blocking_channel()
|