> diff --git a/lib/mbuf/rte_mbuf_ptype.h b/lib/mbuf/rte_mbuf_ptype.h
> index c46a94f89f..66c4eeb954 100644
> --- a/lib/mbuf/rte_mbuf_ptype.h
> +++ b/lib/mbuf/rte_mbuf_ptype.h
> @@ -144,6 +144,13 @@ extern "C" {
> * <'ether type'=[0x8847|0x8848]>
> */
> #define RTE_PTYPE_L2_ETHER_MPLS
Introduce a new ptype for identifying slow protocol packets.
Signed-off-by: Mario Kuka
---
dts/framework/remote_session/testpmd_shell.py | 2 ++
lib/mbuf/rte_mbuf_ptype.c | 1 +
lib/mbuf/rte_mbuf_ptype.h | 7 +++
3 files changed, 10 insertions(+)
diff
2 matches
Mail list logo