Home
last modified time | relevance | path

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

12

/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst33 For convenience and simplicity, this sample application does not take IANA-assigned multicast addre…
34 but instead equates the last four bytes of the multicast group (that is, the last four bytes of the…
35 with the mask of ports to multicast packets to.
131 Then, the packet is checked to see if it has a multicast destination address and
136 :start-after: Check valid multicast address. 8<
137 :end-before: >8 End of valid multicast address check.
158 Since Ethernet addresses are also part of the multicast process, each outgoing packet carries the s…
159 The destination Ethernet address is constructed from the lower 23 bits of the multicast group OR-ed
164 :start-after: Construct Ethernet multicast address from IPv4 multicast Address. 8<
165 :end-before: >8 End of Construction of multicast address from IPv4 multicast address.
[all …]
H A Dip_pipeline.rst478 | mpls unicast | multicast
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.h14 uint64_t multicast; member
H A Dvirtio_ethdev.c109 {"multicast_packets", offsetof(struct virtnet_rx, stats.multicast)},
125 {"multicast_packets", offsetof(struct virtnet_tx, stats.multicast)},
1223 txvq->stats.multicast = 0; in virtio_dev_stats_reset()
1237 rxvq->stats.multicast = 0; in virtio_dev_stats_reset()
/dpdk/drivers/net/enic/base/
H A Dvnic_dev.h125 int vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast,
128 int multicast, int broadcast, int promisc, int allmulti);
H A Dvnic_dev.c871 int vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, in vnic_dev_packet_filter() argument
879 (multicast ? CMD_PFILTER_MULTICAST : 0) | in vnic_dev_packet_filter()
/dpdk/drivers/net/octeontx/base/
H A Docteontx_bgx.h78 uint64_t multicast; member
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst110 * **Added multicast address filtering.**
112 Added multicast address filtering via a new ethdev function
116 multicast packets on a given port could only be enabled by invoking the
119 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]
358 * **Added KNI multicast.**
360 Enabled adding multicast addresses to KNI interfaces by adding an empty
418 * **app/testpmd: Fix reply to a multicast ICMP request.**
843 * **kni: Fix multicast ioctl handling.**
H A Drelease_16_04.rst78 * **Added multicast promiscuous mode support on VF for ixgbe.**
80 Added multicast promiscuous mode support for the ixgbe VF driver so all VFs
81 can receive the multicast packets.
86 VF multicast promiscuous mode. If you use dpdk PF and dpdk VF ensure the PF
363 * **mlx5: Applied VLAN filtering to broadcast and IPv6 multicast flows.**
365 Prevented reception of multicast frames outside of configured VLANs.
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.h232 uint8_t multicast[VF_MAX_MULTICAST_PER_VF][_UP_ETH_ALEN]; member
H A Dbnx2x_vfpf.c734 memcpy(query->multicast[i], mc_addrs[i].addr_bytes, ETH_ALEN); in bnx2x_vfpf_set_mcast()
/dpdk/doc/guides/howto/
H A Dvfd.rst277 * If it enables MAC multicast promiscuous mode.
317 VF MAC multicast promiscuous mode
320 Run a testpmd runtime command on the PF to enable/disable MAC multicast
/dpdk/drivers/net/netvsc/
H A Dhn_var.h47 uint64_t multicast; member
H A Dhn_ethdev.c73 { "multicast_packets", offsetof(struct hn_stats, multicast) },
/dpdk/drivers/net/mlx5/
H A Dmlx5_trigger.c1380 struct rte_flow_item_eth multicast = { in mlx5_traffic_enable() local
1386 ret = mlx5_ctrl_flow(dev, &multicast, &multicast); in mlx5_traffic_enable()
/dpdk/drivers/net/i40e/
H A Di40e_pf.c1021 bool unicast = FALSE, multicast = FALSE; in i40e_pf_host_process_cmd_config_promisc_mode() local
1044 multicast = TRUE; in i40e_pf_host_process_cmd_config_promisc_mode()
1046 multicast, NULL); in i40e_pf_host_process_cmd_config_promisc_mode()
/dpdk/doc/guides/nics/
H A Dbnxt.rst219 * No multicast packets are forwarded to an application except the one with
221 * When the application listens to a multicast group, it adds the MC address
227 * When enabled, every multicast packet received on the port is forwarded to
249 filtering on multicast MAC address used to accept packets.
278 enabled, every multicast packet received is forwarded to the application.
H A Dbnx2x.rst21 - Unicast/multicast filtering
H A Dnetvsc.rst22 * The PMD supports multicast packets and promiscuous mode subject to restrictions on the host.
H A Dfeatures.rst238 Supports enabling/disabling receiving multicast frames.
265 Supports setting multicast addresses to filter.
H A Dsfc_efx.rst280 multicast, it matches all multicast (and broadcast) packets, otherwise it
H A Dtap.rst54 packets will be redirected. In allmulti mode, all multicast packets will be
/dpdk/doc/guides/platform/
H A Dcnxk.rst375 Packets received with multicast DMAC: 0
417 Packets sent to the multicast DMAC: 0
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni.h899 int multicast);
H A Ddpni.c1405 int multicast) in dpni_clear_mac_filters() argument
1416 dpni_set_field(cmd_params->flags, MULTICAST_FILTERS, multicast); in dpni_clear_mac_filters()

12