Searched refs:VLAN (Results 1 – 25 of 124) sorted by relevance
12345
| /dpdk/doc/guides/nics/ |
| H A D | igc.rst | 36 VLAN stripping off only works with inner vlan. 37 Only the outer VLAN TPID can be set to a vlan other than 0x8100. 39 If extend VLAN is enabled: 41 - The VLAN header in a packet that carries a single VLAN header is treated as the external VLAN. 43 - Foxville expects that any transmitted packet to have at least the external VLAN added by the 44 software. For those packets where an external VLAN is not present, any offload that relates to 47 - If VLAN TX-OFFLOAD is enabled and the packet does not contain an external VLAN, the packet is 51 outer VLAN to 0x9100:
|
| H A D | cxgbe.rst | 27 - VLAN filtering 108 the outer VLAN tag is stripped in Q-in-Q packets. 153 Inner VLAN 0x10 154 Outer VLAN 0x20 165 | Protocol, TOS, Outer VLAN, Port | 0xE1 | 167 | Protocol, TOS, Outer VLAN | 0xE0 | 169 | Protocol, TOS, Inner VLAN, Port | 0xD1 | 171 | Protocol, TOS, Inner VLAN | 0xD0 | 181 | Protocol, Outer VLAN, Port | 0xA1 | 183 | Protocol, Outer VLAN | 0xA0 | [all …]
|
| H A D | enic.rst | 253 The VIC performs packet matching after applying VLAN strip. If VLAN 255 stripped VLAN header's EtherType. Stripping does not affect the VLAN 323 Ingress VLAN Rewrite 338 is tagged with the default VLAN, the NIC replaces its VLAN header 346 with the default VLAN, the NIC removes or untags its VLAN header so 428 solution is to enable VLAN stripping on ingress so the VLAN tag is removed 487 1400 series VICs do not count CRC bytes, and count VLAN header only when VLAN 491 VLAN stripping is disabled, or by 8B if the packet is VLAN tagged and stripping 534 - Hardware VLAN acceleration 559 - VLAN based flow direction [all …]
|
| H A D | hinic.rst | 19 - MAC/VLAN filtering 28 - VLAN filter and VLAN offload
|
| H A D | igb.rst | 17 * MAC/VLAN filtering 19 * Double VLAN
|
| H A D | bnxt.rst | 158 * VLAN Filtering 166 * VLAN insert strip 223 * VLAN Filtering Mode 262 VLAN Filtering 473 VLAN Insert/Strip 478 VLAN packets. 481 VLAN Insert 493 outer VLAN. Note that when a packet has a single VLAN, the tag is considered as 512 // enable VLAN insert offload 520 VLAN Strip [all …]
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 143 VF VLAN anti-spoofing 146 Run a testpmd runtime command on the PF to enable/disable the VLAN 151 When enabling the VLAN anti-spoofing, the port will not send packets whose 152 VLAN ID does not belong to VLAN IDs that this port can receive. 155 VF VLAN insertion 158 Run a testpmd runtime command on the PF to set the VLAN insertion for a VF 166 The assigned VLAN ID can be 0. It means disabling the VLAN insertion. 169 VF VLAN stripping 181 VF VLAN filtering 184 Run a testpmd runtime command on the PF to set the VLAN filtering for a VF [all …]
|
| /dpdk/doc/guides/nics/features/ |
| H A D | vmxnet3.ini | 18 VLAN filter = Y 19 VLAN offload = Y
|
| H A D | igb_vf.ini | 14 VLAN filter = Y 16 VLAN offload = Y
|
| H A D | liquidio.ini | 17 VLAN filter = Y 19 VLAN offload = P
|
| H A D | octeontx.ini | 16 VLAN filter = Y 17 VLAN offload = P
|
| H A D | ice_dcf.ini | 24 VLAN filter = Y 25 VLAN offload = Y
|
| H A D | ionic.ini | 22 VLAN filter = Y 23 VLAN offload = Y
|
| H A D | qede_vf.ini | 19 VLAN filter = Y 22 VLAN offload = Y
|
| H A D | atlantic.ini | 18 VLAN filter = Y 21 VLAN offload = Y
|
| H A D | e1000.ini | 17 VLAN filter = Y 20 VLAN offload = Y
|
| H A D | fm10k.ini | 22 VLAN filter = Y 24 VLAN offload = Y
|
| H A D | ixgbe_vf.ini | 20 VLAN filter = Y 23 VLAN offload = P
|
| H A D | txgbe_vf.ini | 20 VLAN filter = Y 23 VLAN offload = P
|
| H A D | dpaa2.ini | 18 VLAN filter = Y 20 VLAN offload = Y
|
| H A D | igc.ini | 32 VLAN filter = Y 33 VLAN offload = Y
|
| H A D | igb.ini | 24 VLAN filter = Y 27 VLAN offload = Y
|
| H A D | qede.ini | 20 VLAN filter = Y 23 VLAN offload = Y
|
| H A D | hns3_vf.ini | 26 VLAN filter = Y 28 VLAN offload = Y
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost.rst | 11 address or Virtual Local Area Network (VLAN) tag. The splitting of Ethernet 93 While a virtio-net is connected to vhost-switch, a VLAN tag starts with 95 with the right MAC and VLAN tag, you should be able to see following 124 packet destination MAC address and VLAN tag. 156 VLAN strip option is removed, because different NICs have different behaviors 157 when disabling VLAN strip. Such feature, which heavily depends on hardware, 158 should be removed from this example to reduce confusion. Now, VLAN strip is
|
12345