Searched refs:unicast (Results 1 – 19 of 19) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_trigger.c | 1305 struct rte_flow_item_eth unicast = { in mlx5_traffic_enable() local 1430 memcpy(&unicast.dst.addr_bytes, in mlx5_traffic_enable() 1442 ret = mlx5_ctrl_flow_vlan(dev, &unicast, in mlx5_traffic_enable() 1450 ret = mlx5_ctrl_flow(dev, &unicast, &unicast_mask); in mlx5_traffic_enable()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ethtool.rst | 58 * ``validate``: Check that given MAC address is valid unicast address
|
| H A D | ip_pipeline.rst | 478 | mpls unicast | multicast
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.h | 476 int unicast; member
|
| H A D | rte_table_action.c | 714 uint16_t ethertype = (p->mpls.unicast) ? in encap_mpls_apply()
|
| /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 1037 unicast = TRUE; in i40e_pf_host_process_cmd_config_promisc_mode() 1039 vf->vsi->seid, unicast, NULL, true); in i40e_pf_host_process_cmd_config_promisc_mode()
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 326 VF MAC unicast promiscuous mode 329 Run a testpmd runtime command on the PF to enable/disable MAC unicast
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 374 Packets received with unicast DMAC: 0 416 Packets sent to unicast DMAC: 0
|
| /dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 178 - ``rx_unicast_packets``: number of RX unicast packets 187 - ``tx_unicast_packets``: number of TX unicast packets
|
| H A D | mlx4.rst | 41 which remain functional, although they stop receiving unicast packets as
|
| H A D | sfc_efx.rst | 281 matches unicast packets that are not filtered by other flow rules.
|
| H A D | bnxt.rst | 215 * No unicast packets are forwarded to an application except the one with
|
| H A D | mlx5.rst | 26 which remain functional, although they stop receiving unicast packets as
|
| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | fsl_dpni.h | 898 int unicast,
|
| H A D | dpni.c | 1404 int unicast, in dpni_clear_mac_filters() argument 1415 dpni_set_field(cmd_params->flags, UNICAST_FILTERS, unicast); in dpni_clear_mac_filters()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_02.rst | 75 * Set VF unicast promiscuous mode.
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3440 a->encap.mpls.unicast = 1; in parse_table_action_encap() 3442 a->encap.mpls.unicast = 0; in parse_table_action_encap() 4997 fprintf(f, "mpls %s ", (a->encap.mpls.unicast) ? in table_rule_show()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 4146 a->encap.mpls.unicast = 1; in parse_table_action_encap() 4148 a->encap.mpls.unicast = 0; in parse_table_action_encap()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1442 Set the unicast hash filter(s) on/off for a port:: 1466 Set the unicast promiscuous mode for a VF from PF. 1628 * ``ROPE``: Accepts unicast hash.
|