Home
last modified time | relevance | path

Searched refs:vlan_tags (Results 1 – 6 of 6) sorted by relevance

/dpdk/examples/vmdq_dcb/
H A Dmain.c116 const uint16_t vlan_tags[] = { variable
123 const uint16_t num_vlans = RTE_DIM(vlan_tags);
154 conf.pool_map[i].vlan_id = vlan_tags[i]; in get_eth_conf()
155 vmdq_conf.pool_map[i].vlan_id = vlan_tags[i]; in get_eth_conf()
/dpdk/examples/vmdq/
H A Dmain.c99 const uint16_t vlan_tags[] = { variable
111 const uint16_t num_vlans = RTE_DIM(vlan_tags);
151 conf.pool_map[i].vlan_id = vlan_tags[i]; in get_eth_conf()
/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst88 based on the global vlan_tags array.
96 :start-after: vlan_tags 8<
97 :end-before: >8 End of vlan_tags.
H A Dvmdq_dcb_forwarding.rst104 based on the global vlan_tags array,
/dpdk/examples/vhost/
H A Dmain.c163 const uint16_t vlan_tags[] = { variable
368 conf.pool_map[i].vlan_id = vlan_tags[ i ]; in get_eth_conf()
922 vdev->vlan_tag = vlan_tags[vdev->vid]; in link_vmdq()
1165 *vlan_tag = vlan_tags[vdev->vid]; in find_local_dest()
1411 virtio_tx_route(vdev, pkts[i], vlan_tags[vdev->vid]); in drain_virtio_tx()
/dpdk/app/test-pmd/
H A Dtestpmd.c3862 const uint16_t vlan_tags[] = { variable
3899 vmdq_rx_conf->pool_map[i].vlan_id = vlan_tags[i]; in get_eth_dcb_conf()
4031 for (i = 0; i < RTE_DIM(vlan_tags); i++) in init_port_dcb_config()
4032 rx_vft_set(pid, vlan_tags[i], 1); in init_port_dcb_config()