numam-dpdk/lib/librte_mbuf
Somnath Kotur ed94631da7 mbuf: extend meaning of QinQ stripped bit
Clarify the documentation of QinQ flags, and extend the meaning of the
flag: if PKT_RX_QINQ_STRIPPED is set and PKT_RX_VLAN_STRIPPED is unset,
only the outer VLAN is removed from packet data, but both tci are saved
in mbuf->vlan_tci (inner) and mbuf->vlan_tci_outer (outer).

Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com>
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
2020-10-15 23:04:55 +02:00
..
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
rte_mbuf_core.h mbuf: extend meaning of QinQ stripped bit 2020-10-15 23:04:55 +02:00
rte_mbuf_dyn.c mbuf: add dump of free dynamic flags 2020-06-25 23:03:18 +02:00
rte_mbuf_dyn.h mbuf: introduce accurate packet Tx scheduling 2020-07-11 06:18:54 +02:00
rte_mbuf_pool_ops.c mbuf: prevent setting mempool ops name empty 2020-04-25 22:56:10 +02:00
rte_mbuf_pool_ops.h mbuf: remove experimental tag from pool ops 2018-07-26 23:37:08 +02:00
rte_mbuf_ptype.c mbuf: add IGMP packet type 2018-10-25 15:51:16 +02:00
rte_mbuf_ptype.h doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
rte_mbuf_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00
rte_mbuf.c mbuf: use C11 atomic builtins for refcnt 2020-07-21 10:30:35 +02:00
rte_mbuf.h mbuf: remove deprecated function and macro aliases 2020-09-19 00:25:37 +02:00