Home
last modified time | relevance | path

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

/dpdk/doc/guides/rawdevs/
H A Dntb.rst93 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 Dfm10k_mbx.c657 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 Dfm10k_mbx.h271 u16 local, remote; member
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst44 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 Dip_pipeline.rst57 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 Dl3_forward_access_ctrl.rst340 involved in the task to reduce the time for remote memory access.
H A Dipsec_secgw.rst1048 It then configures the local tap interface and the remote interface and IPsec
/dpdk/doc/guides/nics/
H A Dtap.rst46 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 Docteontx_ep.rst27 …latform/cnxk` for SDP interface information which provides PCIe endpoint support for a remote host.
H A Dsoftnic.rst67 #. ``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 Decore_dcbx.h28 struct dcbx_mib remote; member
H A Decore_dcbx_api.h141 struct ecore_dcbx_remote_params remote; member
H A Decore_dcbx.c595 p_feat = &p_hwfn->p_dcbx_info->remote.features; in ecore_dcbx_get_remote_params()
598 p_feat->pfc, &params->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 Dcnxk.rst119 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 Dmlx5.rst646 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 Deal_common_trace_points.c66 lib.eal.thread.remote.launch)
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c818 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 Dwriting_efficient_code.rst63 On a NUMA system, it is preferable to access local memory since remote memory access is slower.
H A Dpoll_mode_drv.rst64 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 Dcryptodev_lib.rst152 in local memory instead of a remote processor's memory. This is also true for
H A Dbbdev.rst179 memory instead of a remote processor's memory. This is also true for the
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst373 faults and mac remote faults are removed as they do not count packets but
H A Drelease_20_11.rst28 CLDEMOTE moves the cache line to the more remote cache, where it expects
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst420 * Definition of a remote launch function.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1582 * ``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.