| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | altera_tse.txt | 31 - altr,has-hash-multicast-filter: 32 If present, TSE supports a hash based multicast filter. 33 Otherwise, hash-based multicast filtering is not supported. 73 altr,has-hash-multicast-filter; 111 altr,has-hash-multicast-filter;
|
| H A D | hisilicon-hns-dsaf.txt | 47 - mc-mac-mask: mask of multicast address, determines bit in multicast address
|
| H A D | snps,dwmac.yaml | 246 snps,multicast-filter-bins: 249 Number of multicast filter hash bins supported by this device 405 snps,multicast-filter-bins = <256>;
|
| /f-stack/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. 153 Then, the packet is checked to see if it has a multicast destination address and 191 Since Ethernet addresses are also part of the multicast process, each outgoing packet carries the s… 192 The destination Ethernet address is constructed from the lower 23 bits of the multicast group OR-ed 200 …re dispatched to the destination ports according to the portmask associated with a multicast group:
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.h | 14 uint64_t multicast; member
|
| /f-stack/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);
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | TODO | 24 4) Implement group channels (multicast)
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_bgx.h | 78 uint64_t multicast; member
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 111 * **Added multicast address filtering.** 113 Added multicast address filtering via a new ethdev function 117 multicast packets on a given port could only be enabled by invoking the 120 operation on VFs. In such cases, joined multicast addresses had to be added 121 individually to the set of multicast addresses that are filtered by the [VF] 359 * **Added KNI multicast.** 361 Enabled adding multicast addresses to KNI interfaces by adding an empty 420 * **app/testpmd: Fix reply to a multicast ICMP request.** 845 * **kni: Fix multicast ioctl handling.**
|
| H A D | release_16_04.rst | 79 * **Added multicast promiscuous mode support on VF for ixgbe.** 81 Added multicast promiscuous mode support for the ixgbe VF driver so all VFs 82 can receive the multicast packets. 87 VF multicast promiscuous mode. If you use dpdk PF and dpdk VF ensure the PF 364 * **mlx5: Applied VLAN filtering to broadcast and IPv6 multicast flows.** 366 Prevented reception of multicast frames outside of configured VLANs.
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/altera/ |
| H A D | socfpga_stratix10.dtsi | 152 snps,multicast-filter-bins = <256>; 170 snps,multicast-filter-bins = <256>; 188 snps,multicast-filter-bins = <256>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/intel/ |
| H A D | socfpga_agilex.dtsi | 149 snps,multicast-filter-bins = <256>; 167 snps,multicast-filter-bins = <256>; 185 snps,multicast-filter-bins = <256>;
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_vfpf.h | 234 uint8_t multicast[VF_MAX_MULTICAST_PER_VF][_UP_ETH_ALEN]; member
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_var.h | 49 uint64_t multicast; member
|
| /f-stack/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
|
| /f-stack/freebsd/contrib/device-tree/src/nios2/ |
| H A D | 10m50_devboard.dts | 104 altr,has-hash-multicast-filter;
|
| /f-stack/freebsd/net/ |
| H A D | if_vxlan.c | 1031 vxlan_socket_create(struct ifnet *ifp, int multicast, in vxlan_socket_create() argument 1044 if (multicast != 0) { in vxlan_socket_create() 1516 int multicast, error; in vxlan_setup_socket() local 1523 multicast = vxlan_sockaddr_in_multicast(daddr); in vxlan_setup_socket() 1524 MPASS(multicast != -1); in vxlan_setup_socket() 1531 error = vxlan_socket_create(ifp, multicast, saddr, &vso); in vxlan_setup_socket() 1533 if (multicast != 0) in vxlan_setup_socket() 1545 if (multicast != 0) { in vxlan_setup_socket() 1574 if (multicast != 0) in vxlan_setup_socket()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | socfpga_arria10.dtsi | 430 snps,multicast-filter-bins = <256>; 450 snps,multicast-filter-bins = <256>; 470 snps,multicast-filter-bins = <256>;
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_trigger.c | 1282 struct rte_flow_item_eth multicast = { in mlx5_traffic_enable() local 1288 ret = mlx5_ctrl_flow(dev, &multicast, &multicast); in mlx5_traffic_enable()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_pf.c | 995 bool unicast = FALSE, multicast = FALSE; in i40e_pf_host_process_cmd_config_promisc_mode() local 1018 multicast = TRUE; in i40e_pf_host_process_cmd_config_promisc_mode() 1020 multicast, NULL); in i40e_pf_host_process_cmd_config_promisc_mode()
|
| /f-stack/freebsd/contrib/device-tree/src/arc/ |
| H A D | axs10x_mb.dtsi | 81 snps,multicast-filter-bins = <256>;
|
| H A D | hsdk.dts | 215 snps,multicast-filter-bins = <256>;
|
| /f-stack/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 | netvsc.rst | 22 * The PMD supports multicast packets and promiscuous mode subject to restrictions on the host.
|
| H A D | bnx2x.rst | 21 - Unicast/multicast filtering
|