| /dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.h | 15 uint64_t broadcast; member
|
| H A D | virtio_ethdev.c | 110 {"broadcast_packets", offsetof(struct virtnet_rx, stats.broadcast)}, 126 {"broadcast_packets", offsetof(struct virtnet_tx, stats.broadcast)}, 1224 txvq->stats.broadcast = 0; in virtio_dev_stats_reset() 1238 rxvq->stats.broadcast = 0; in virtio_dev_stats_reset()
|
| H A D | virtio_rxtx.c | 111 stats->broadcast++; in virtio_update_packet_stats()
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_dev.h | 126 int broadcast, int promisc, int allmulti); 128 int multicast, int broadcast, int promisc, int allmulti);
|
| H A D | vnic_dev.c | 872 int broadcast, int promisc, int allmulti) in vnic_dev_packet_filter() argument 880 (broadcast ? CMD_PFILTER_BROADCAST : 0) | in vnic_dev_packet_filter()
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 276 * If it accept MAC broadcast packets, 308 VF MAC broadcast setting 311 Run a testpmd runtime command on the PF to enable/disable MAC broadcast packet 314 set vf broadcast 0 0 on|off
|
| H A D | lm_virtio_vhost_user.rst | 29 The switch is configured to broadcast traffic on all the NIC ports.
|
| H A D | lm_bond_virtio_sriov.rst | 33 The switch is configured to broadcast traffic on all the NIC ports.
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 88 Host can broadcast a fake RARP after live migration.
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_var.h | 48 uint64_t broadcast; member
|
| H A D | hn_ethdev.c | 74 { "broadcast_packets", offsetof(struct hn_stats, broadcast) },
|
| H A D | hn_rxtx.c | 133 stats->broadcast++; in hn_update_packet_stats()
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 376 Packets received with broadcast DMAC: 0 418 Packets sent to a broadcast DMAC: 0
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_02.rst | 82 * Set VF broadcast mode. 101 * Add broadcast promiscuous control per VLAN.
|
| H A D | release_16_04.rst | 363 * **mlx5: Applied VLAN filtering to broadcast and IPv6 multicast flows.**
|
| H A D | known_issues.rst | 56 (packet is broadcast, packet is multicast, packet is IPv4 and so on).
|
| /dpdk/drivers/net/i40e/ |
| H A D | rte_pmd_i40e.c | 729 struct rte_ether_addr broadcast = { in rte_pmd_i40e_set_vf_broadcast() local 770 rte_memcpy(&filter.mac_addr, &broadcast, RTE_ETHER_ADDR_LEN); in rte_pmd_i40e_set_vf_broadcast() 774 ret = i40e_vsi_delete_mac(vsi, &broadcast); in rte_pmd_i40e_set_vf_broadcast()
|
| H A D | i40e_ethdev.c | 5623 struct rte_ether_addr broadcast = in i40e_vsi_setup() local 5971 rte_memcpy(&filter.mac_addr, &broadcast, RTE_ETHER_ADDR_LEN); in i40e_vsi_setup()
|
| /dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 280 multicast, it matches all multicast (and broadcast) packets, otherwise it
|
| H A D | enic.rst | 531 - Unicast, multicast and broadcast transmission and reception
|
| H A D | bnxt.rst | 95 Note that the broadcast packets will be forwarded to both PF and VF.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 401 broadcast, link aggregation, transmit load balancing).
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 997 set broadcast mode (for VF) 1000 Set broadcast mode for a VF from the PF:: 1002 testpmd> set vf broadcast (port_id) (vf_id) (on|off) 1630 * ``BAM``: Accepts broadcast packets. 2554 For example, to set the bonding mode of a Link Bonding device (port 10) to broadcast (mode 3)::
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 1496 struct rte_ether_addr broadcast = { in ice_setup_vsi() local 1651 rte_ether_addr_copy(&broadcast, &mac_addr); in ice_setup_vsi()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 12546 cmdline_fixed_string_t broadcast; member 12564 broadcast, "broadcast");
|