[PATCH v2 0/3] Add packet dissector
Stephen Hemminger
stephen at networkplumber.org
Tue Jul 23 04:44:09 CEST 2024
Take earlier patch which enhanced mbuf printout for test-pmd
and generalize this to be a function in net library.
v2 - splits the patch up and adds standalone functional tests
Stephen Hemminger (3):
net: add new packet dissector
test: add test for packet dissector
test-pmd: add more packet verbose decode options
app/test-pmd/cmdline_flow.c | 3 +-
app/test-pmd/config.c | 33 +-
app/test-pmd/testpmd.h | 11 +
app/test-pmd/util.c | 71 +++-
app/test/meson.build | 1 +
app/test/test_dissect.c | 289 ++++++++++++++++
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 5 +-
lib/net/meson.build | 2 +
lib/net/rte_dissect.c | 357 ++++++++++++++++++++
lib/net/rte_dissect.h | 40 +++
lib/net/version.map | 7 +
11 files changed, 801 insertions(+), 18 deletions(-)
create mode 100644 app/test/test_dissect.c
create mode 100644 lib/net/rte_dissect.c
create mode 100644 lib/net/rte_dissect.h
--
2.43.0
More information about the dev
mailing list