Re: [PATCH v7 1/1] dts: add text parser for testpmd verbose output

2024-09-30 Thread Juraj Linkeš
On 26. 9. 2024 17:47, jspew...@iol.unh.edu wrote: From: Jeremy Spewock Multiple test suites from the old DTS framework rely on being able to consume and interpret the verbose output of testpmd. The new framework doesn't have an elegant way for handling the verbose output, but test suites are

Re: [PATCH v7 1/1] dts: add text parser for testpmd verbose output

2024-09-27 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH v7 1/1] dts: add text parser for testpmd verbose output

2024-09-27 Thread Juraj Linkeš
On 26. 9. 2024 17:47, jspew...@iol.unh.edu wrote: From: Jeremy Spewock Multiple test suites from the old DTS framework rely on being able to consume and interpret the verbose output of testpmd. The new framework doesn't have an elegant way for handling the verbose output, but test suites are

[PATCH v7 1/1] dts: add text parser for testpmd verbose output

2024-09-26 Thread jspewock
From: Jeremy Spewock Multiple test suites from the old DTS framework rely on being able to consume and interpret the verbose output of testpmd. The new framework doesn't have an elegant way for handling the verbose output, but test suites are starting to be written that rely on it. This patch cre