Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.h15 uint64_t broadcast; member
H A Dvirtio_ethdev.c110 {"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 Dvirtio_rxtx.c111 stats->broadcast++; in virtio_update_packet_stats()
/dpdk/drivers/net/enic/base/
H A Dvnic_dev.h126 int broadcast, int promisc, int allmulti);
128 int multicast, int broadcast, int promisc, int allmulti);
H A Dvnic_dev.c872 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 Dvfd.rst276 * 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 Dlm_virtio_vhost_user.rst29 The switch is configured to broadcast traffic on all the NIC ports.
H A Dlm_bond_virtio_sriov.rst33 The switch is configured to broadcast traffic on all the NIC ports.
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst88 Host can broadcast a fake RARP after live migration.
/dpdk/drivers/net/netvsc/
H A Dhn_var.h48 uint64_t broadcast; member
H A Dhn_ethdev.c74 { "broadcast_packets", offsetof(struct hn_stats, broadcast) },
H A Dhn_rxtx.c133 stats->broadcast++; in hn_update_packet_stats()
/dpdk/doc/guides/platform/
H A Dcnxk.rst376 Packets received with broadcast DMAC: 0
418 Packets sent to a broadcast DMAC: 0
/dpdk/doc/guides/rel_notes/
H A Drelease_17_02.rst82 * Set VF broadcast mode.
101 * Add broadcast promiscuous control per VLAN.
H A Drelease_16_04.rst363 * **mlx5: Applied VLAN filtering to broadcast and IPv6 multicast flows.**
H A Dknown_issues.rst56 (packet is broadcast, packet is multicast, packet is IPv4 and so on).
/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c729 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 Di40e_ethdev.c5623 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 Dsfc_efx.rst280 multicast, it matches all multicast (and broadcast) packets, otherwise it
H A Denic.rst531 - Unicast, multicast and broadcast transmission and reception
H A Dbnxt.rst95 Note that the broadcast packets will be forwarded to both PF and VF.
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst401 broadcast, link aggregation, transmit load balancing).
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst997 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 Dice_ethdev.c1496 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 Dcmdline.c12546 cmdline_fixed_string_t broadcast; member
12564 broadcast, "broadcast");