Home
last modified time | relevance | path

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

123

/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c63 static char addresses[RTE_MAX_ETHPORTS][32]; in get_printable_mac_addr() local
72 if (unlikely(addresses[port][0]=='\0')){ in get_printable_mac_addr()
80 rte_ether_format_addr(addresses[port], in get_printable_mac_addr()
81 sizeof(addresses[port]), &mac); in get_printable_mac_addr()
83 return addresses[port]; in get_printable_mac_addr()
/dpdk/examples/server_node_efd/server/
H A Dmain.c71 static char addresses[RTE_MAX_ETHPORTS][sizeof(err_address)]; in get_printable_mac_addr() local
77 if (unlikely(addresses[port][0] == '\0')) { in get_printable_mac_addr()
85 snprintf(addresses[port], sizeof(addresses[port]), in get_printable_mac_addr()
89 return addresses[port]; in get_printable_mac_addr()
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_real_virtual.rst26 Also, if MAC addresses updating is enabled, the MAC addresses are affected as follows:
48 when MAC addresses updating is disabled.
111 * --[no-]mac-updating: Enable or disable MAC addresses updating (enabled by default)
274 … process the TX port from the RX port, then replace the source and destination MAC addresses if MAC
275 addresses updating is enabled.
H A Dl2_forward_event.rst20 Also, if MAC addresses updating is enabled, the MAC addresses are affected as follows:
68 * --[no-]mac-updating: Enable or disable MAC addresses updating (enabled by default).
361 then replace the source and destination MAC addresses if MAC addresses updating
418 then replace the source and destination MAC addresses if MAC addresses updating
H A Dintro.rst46 addresses like a simple switch.
50 addresses like a simple switch. It demonstrates usage of poll and event mode
H A Dipv4_multicast.rst33 …d simplicity, this sample application does not take IANA-assigned multicast addresses into account,
36 Also, the application does not consider the Ethernet addresses;
158 Since Ethernet addresses are also part of the multicast process, each outgoing packet carries the s…
H A Dl2_forward_crypto.rst22 Also, if MAC addresses updating is enabled, the MAC addresses are affected as follows:
156 * [no-]mac-updating: Enable or disable MAC addresses updating (enabled by default).
H A Dlink_status_intr.rst225 … processes the TX port from the RX port and then replaces the source and destination MAC addresses.
236 :start-after: Replacing the source and destination MAC addresses. 8<
237 :end-before: >8 End of replacing the source and destination MAC addresses.
/dpdk/examples/ipsec-secgw/test/
H A Dtrs_ipv6opts.py91 pkt /= IPv6ExtHdrRouting(addresses=["3333::3","4444::4"])
146 pkt /= IPv6ExtHdrRouting(addresses=["3333::3","4444::4"])
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst155 - ETH (exact match of source/destination addresses, individual/group match
157 destination addresses, individual/group match of destination address in
162 - IPV4 (exact match of source/destination addresses,
165 - IPV6 (exact match of source/destination addresses,
211 - IPV4 (source/destination addresses, IP transport protocol,
214 - IPV6 (source/destination addresses, IP transport protocol,
H A Dcxgbe.rst133 Apart from the 4-tuple (IP src/dst addresses and TCP/UDP src/dst port
134 addresses), there are only 40-bits available to match other fields in
421 #. Get the PCI bus addresses of the interfaces bound to cxgb4 driver:
498 #. Get the PCI bus addresses of the interfaces bound to cxgb4 driver:
545 #. Get the PCI bus addresses of the virtual functions:
715 #. Get the PCI bus addresses of the interfaces bound to t5nex driver:
740 #. Set the PCI bus addresses to hw.nic_uio.bdfs kernel environment parameter:
H A Dmlx4.rst35 memory addresses. The way resources allocations are handled by the kernel
37 addresses directly ensure that DPDK applications cannot access random
384 #. Optionally, retrieve their PCI bus addresses to be used with the allow argument::
403 There are only two distinct PCI bus addresses because the Mellanox
H A Dtap.rst75 Please change the IP addresses as you see fit.
125 Only IPv4/6 and MAC addresses can use a variable mask. All other items need a
230 is calculated over src/dst addresses (8 or 32 bytes for IPv4 or IPv6
H A Dfeatures.rst251 Supports adding MAC addresses to enable incoming filtering of packets.
265 Supports setting multicast addresses to filter.
920 PMD power management using monitor addresses
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst51 addresses in these areas can be used to transmit or receive packets.
110 * Root privilege is a must. DPDK resolves physical addresses of hugepages
/dpdk/doc/guides/gpus/
H A Dcuda.rst138 The CUDA driver library maintains a table of GPU memory addresses allocated
139 and CPU memory addresses registered associated to the input CUDA context.
194 and CUDA to launch the swap of packets MAC addresses workload on the GPU.
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst76 addresses as well as the number of active slaves available to the bonded
79 destination addresses into the calculation of the transmit slave port and
81 destination addresses as well as the TCP/UDP source and destination port.
317 combination of source/destination MAC addresses and the source/destination
318 IP addresses of the data packet to decide which slave port the packet will
489 …active backup mode with two slaves specified, and a primary slave specified by their PCI addresses:
495 Create a bonded device in balance mode with two slaves specified by their PCI addresses, and a tran…
H A Drib_lib.rst19 The prefix type depends on the address family. IPv4 addresses are represented by
20 ``uint32_t`` values. IPv6 addresses are represented as ``uint8_t[16]`` values.
H A Dgpudev.rst113 the list of mbuf payload addresses where received packet have been stored.
115 that can be populated with receive mbuf payload addresses
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst76 Device support IOMMU addresses.
/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst48 Access to physical addresses is provided by a kernel-mode driver, virt2phys.
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst53 * Modify source and destination IP addresses in the outermost IPv4/IPv6
58 * **Added new Flow API action to swap MAC addresses in Ethernet header.**
61 addresses in the outermost Ethernet header.
70 rewrite IP addresses in outermost IPv4/IPv6 header,
72 swap MAC addresses in outermost Ethernet header.
H A Drelease_2_1.rst119 operation on VFs. In such cases, joined multicast addresses had to be added
120 individually to the set of multicast addresses that are filtered by the [VF]
360 Enabled adding multicast addresses to KNI interfaces by adding an empty
420 Set the IP source and destination addresses in the IP header of the ICMP
427 testpmd contain invalid zero-filled MAC addresses.
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst137 Use a configuration file containing the Ethernet addresses of the peer ports.
138 The configuration file should contain the Ethernet addresses on separate lines::
153 destination 198.18.0.2. These are special purpose addresses
/dpdk/doc/guides/platform/
H A Dmlx5.rst28 this driver only handles virtual memory addresses.
30 combined with hardware specifications that allow handling virtual memory addresses directly,
415 When using physical addresses (PA mode), with Linux >= 4.0,

123