| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 33 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 D | ip_pipeline.rst | 478 | mpls unicast | multicast
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.h | 14 uint64_t multicast; member
|
| H A D | virtio_ethdev.c | 109 {"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 D | vnic_dev.h | 125 int vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, 128 int multicast, int broadcast, int promisc, int allmulti);
|
| H A D | vnic_dev.c | 871 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 D | octeontx_bgx.h | 78 uint64_t multicast; member
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 110 * **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 D | release_16_04.rst | 78 * **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 D | bnx2x_vfpf.h | 232 uint8_t multicast[VF_MAX_MULTICAST_PER_VF][_UP_ETH_ALEN]; member
|
| H A D | bnx2x_vfpf.c | 734 memcpy(query->multicast[i], mc_addrs[i].addr_bytes, ETH_ALEN); in bnx2x_vfpf_set_mcast()
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 277 * 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 D | hn_var.h | 47 uint64_t multicast; member
|
| H A D | hn_ethdev.c | 73 { "multicast_packets", offsetof(struct hn_stats, multicast) },
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_trigger.c | 1380 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 D | i40e_pf.c | 1021 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 D | bnxt.rst | 219 * 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 D | bnx2x.rst | 21 - Unicast/multicast filtering
|
| H A D | netvsc.rst | 22 * The PMD supports multicast packets and promiscuous mode subject to restrictions on the host.
|
| H A D | features.rst | 238 Supports enabling/disabling receiving multicast frames. 265 Supports setting multicast addresses to filter.
|
| H A D | sfc_efx.rst | 280 multicast, it matches all multicast (and broadcast) packets, otherwise it
|
| H A D | tap.rst | 54 packets will be redirected. In allmulti mode, all multicast packets will be
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 375 Packets received with multicast DMAC: 0 417 Packets sent to the multicast DMAC: 0
|
| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | fsl_dpni.h | 899 int multicast);
|
| H A D | dpni.c | 1405 int multicast) in dpni_clear_mac_filters() argument 1416 dpni_set_field(cmd_params->flags, MULTICAST_FILTERS, multicast); in dpni_clear_mac_filters()
|