[PATCH v2] mbuf: add new ptype for slow protocols

2025-07-07 Thread Mario Kuka
Introduce a new ptype for identifying slow protocol packets. Signed-off-by: Mario Kuka --- * Added 'destination mac'=01-80-C2-00-00-02 required by slow protocols. * Change ether type value from optional to mandatory. dts/framework/remote_session/testpmd_shell.py | 2 ++

[PATCH] mbuf: add new ptype for slow protocols

2025-07-04 Thread Mario Kuka
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