Home
last modified time | relevance | path

Searched refs:stripped (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c380 char *stripped = line + strspn(line, " "); in vdpa_dynamic_major_num() local
381 if ((sscanf(stripped, "%u %10s", &num, name) == 2) && in vdpa_dynamic_major_num()
/dpdk/doc/guides/prog_guide/
H A Dip_fragment_reassembly_lib.rst14 points to the start of the IP header of the packet (i.e. L2 header is already stripped out).
/dpdk/doc/guides/nics/
H A Dnetvsc.rst29 * VLAN tags are always stripped and presented in mbuf tci field.
H A Denic.rst255 stripped VLAN header's EtherType. Stripping does not affect the VLAN
257 the (stripped) VLAN header whether stripping is enabled or disabled.
439 packets with the default VLAN tag are stripped by the adapter and presented to
H A Dsfc_efx.rst87 - Configurable RX CRC stripping (always stripped)
H A Dbnxt.rst531 … mbuf->ol_flags |= RTE_MBUF_F_RX_VLAN | RTE_MBUF_F_RX_STRIPPED // outer VLAN is found and stripped
532 mbuf->vlan_tci = tci_value // TCI of the stripped VLAN
H A Dcxgbe.rst108 the outer VLAN tag is stripped in Q-in-Q packets.
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst416 - If VLAN is not stripped and TCI is saved: ``PKT_RX_VLAN``
417 - If VLAN is stripped and TCI is saved: ``PKT_RX_VLAN | PKT_RX_VLAN_STRIPPED``
H A Drelease_21_11.rst118 * The default VLAN strip behavior has changed. The VLAN tag won't be stripped
397 * Fixes packet capture with stripped VLAN tags.
H A Drelease_16_07.rst217 tags of the inner header will be stripped without putting vlan
H A Drelease_16_04.rst211 Until now, CRC was always stripped. It can now be configured.