Home
last modified time | relevance | path

Searched refs:allmulti (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.h42 uint32_t allmulti:1; /**< This rule matches all multicast traffic. */ member
/dpdk/drivers/net/sfc/
H A Dsfc_port.c265 port->allmulti = (sa->eth_dev->data->all_multicast != 0) ? in sfc_port_start()
538 return port->promisc || port->allmulti; in sfc_get_requested_all_mcast()
H A Dsfc.h86 boolean_t allmulti; member
H A Dsfc_rx.c774 if (port->allmulti) { in sfc_rx_default_rxq_set_filter()
779 port->allmulti = B_FALSE; in sfc_rx_default_rxq_set_filter()
/dpdk/doc/guides/nics/
H A Dtap.rst60 packets will be redirected. In allmulti mode, all multicast packets will be
/dpdk/doc/guides/howto/
H A Dvfd.rst323 set vf allmulti 0 0 on|off
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst98 * Support for MAC adding along with allmulti and promiscuous modes from VF.