[PATCH v3 0/1] dts: testpmd verbose parser
jspewock at iol.unh.edu
jspewock at iol.unh.edu
Thu Aug 8 22:36:11 CEST 2024
From: Jeremy Spewock <jspewock at iol.unh.edu>
I have not yet explored the idea of caching verbose output from all
commands rather than simply parsing whatever output is passed into the
method, but I wanted to get what I have currently out in the meantime.
v3:
* Add more OL flags to include everything listed in rte_mbuf_core.h
* Address comments in the previous version regarding formatting and
adding a new class for packet types in verbose output
* Changed the structure of verbose output gathering so that rather
a block of verbose output that contains a list of packets in the
burst it is just simply a list of packet information. This is done
by taking the header information from the start of the burst and
caching it to add to all packet info.
Jeremy Spewock (1):
dts: add text parser for testpmd verbose output
dts/framework/parser.py | 30 ++
dts/framework/remote_session/testpmd_shell.py | 405 +++++++++++++++++-
dts/framework/utils.py | 1 +
3 files changed, 434 insertions(+), 2 deletions(-)
--
2.45.2
More information about the dev
mailing list