| /dpdk/doc/guides/rawdevs/ |
| H A D | ntb.rst | 93 Since read/write remote system's memory are through PCI bus, remote read 94 is much more expensive than remote write. Thus, the enqueue and dequeue 95 based on ntb ring should avoid remote read. The ring layout for ntb is 142 So in this way, only remote write happens and remote read can be avoid
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 657 mbx->remote = fm10k_fifo_crc(fifo, offset, len, mbx->remote); in fm10k_mbx_verify_remote_crc() 1703 mbx->remote = 0; in fm10k_sm_mbx_connect_reset() 1792 mbx->remote = 0; in fm10k_sm_mbx_disconnect() 1858 mbx->remote = 0; in fm10k_sm_mbx_process_error() 1866 if (mbx->remote) { in fm10k_sm_mbx_process_error() 1869 mbx->remote = 0; in fm10k_sm_mbx_process_error() 2016 mbx->remote = 0; in fm10k_sm_mbx_create_reply() 2050 mbx->remote = 0; in fm10k_sm_mbx_process_reset() 2060 mbx->remote = mbx->local; in fm10k_sm_mbx_process_reset() 2091 if (!mbx->remote) in fm10k_sm_mbx_process_version_1() [all …]
|
| H A D | fm10k_mbx.h | 271 u16 local, remote; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | pipeline.rst | 44 remote TCP based client (telnet, netcat, etc.) for connection. 53 …This port number should be used by remote TCP client (such as telnet, netcat, etc.) to connect to … 75 To run remote client (e.g. telnet) to communicate with the application:
|
| H A D | ip_pipeline.rst | 57 remote TCP based client (telnet, netcat, etc.) for connection. 66 …This port number should be used by remote TCP client (such as telnet, netcat, etc.) to connect to … 88 To run remote client (e.g. telnet) to communicate with the ip pipeline application:
|
| H A D | l3_forward_access_ctrl.rst | 340 involved in the task to reduce the time for remote memory access.
|
| H A D | ipsec_secgw.rst | 1048 It then configures the local tap interface and the remote interface and IPsec
|
| /dpdk/doc/guides/nics/ |
| H A D | tap.rst | 46 It is possible to specify a remote netdevice to capture packets from by adding 47 ``remote=foo1``, for example:: 49 --vdev=net_tap,iface=tap0,remote=foo1 51 If a ``remote`` is set, the tap MAC address will be set to match the remote one 52 just after netdevice creation. Using TC rules, traffic from the remote netdevice 57 Using the remote feature is especially useful for capturing traffic from a 94 Unlike TAP PMD, TUN PMD does not support user arguments as ``MAC`` or ``remote`` user
|
| H A D | octeontx_ep.rst | 27 …latform/cnxk` for SDP interface information which provides PCIe endpoint support for a remote host.
|
| H A D | softnic.rst | 67 #. ``conn_port``: tcp connection port (non-zero value) used by remote client 193 * Softnic device can be configured using remote client (e.g. telnet). However,
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_dcbx.h | 28 struct dcbx_mib remote; member
|
| H A D | ecore_dcbx_api.h | 141 struct ecore_dcbx_remote_params remote; member
|
| H A D | ecore_dcbx.c | 595 p_feat = &p_hwfn->p_dcbx_info->remote.features; in ecore_dcbx_get_remote_params() 598 p_feat->pfc, ¶ms->remote.params, in ecore_dcbx_get_remote_params() 600 params->remote.valid = true; in ecore_dcbx_get_remote_params() 807 data.mib = &p_hwfn->p_dcbx_info->remote; in ecore_dcbx_read_remote_mib()
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 119 System DPI Packet Interface unit(SDP) provides PCIe endpoint support for remote host 122 packets to/from remote host machine using input/output queue pairs exposed to it. 123 SDP interface receives input packets from remote host from NIX-RX and sends packets 124 to remote host using NIX-TX. Remote host machine need to use corresponding driver 131 #. Communication channel between remote host and cnxk SoC over PCIe. 132 #. Transfer packets received from network interface to remote host over PCIe and
|
| H A D | mlx5.rst | 646 PMD will use this FD to import remote CTX. The ``cmd_fd`` is obtained from 660 PMD will use this handle to import remote PD. The ``pd_handle`` can be
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_trace_points.c | 66 lib.eal.thread.remote.launch)
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 818 int remote = pmd->remote_if_index && in tap_ioctl() local 828 if (remote) in tap_ioctl() 854 if (remote-- && mode == LOCAL_AND_REMOTE) in tap_ioctl()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | writing_efficient_code.rst | 63 On a NUMA system, it is preferable to access local memory since remote memory access is slower.
|
| H A D | poll_mode_drv.rst | 64 a private buffer pool in local memory to minimize remote memory access. 117 …rms better if packet or data manipulation is in local memory instead of a remote processors memory.
|
| H A D | cryptodev_lib.rst | 152 in local memory instead of a remote processor's memory. This is also true for
|
| H A D | bbdev.rst | 179 memory instead of a remote processor's memory. This is also true for the
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 373 faults and mac remote faults are removed as they do not count packets but
|
| H A D | release_20_11.rst | 28 CLDEMOTE moves the cache line to the more remote cache, where it expects
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 420 * Definition of a remote launch function.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1582 * ``rx_tc`` (0-15): TC filled in PFC frame for which remote Tx is to be paused. 1585 interval, remote Tx will be paused. Valid only if Tx pause is on.
|