Re: [PATCH v8 0/7] dts: Port scatter suite over

2024-03-11 Thread Jeremy Spewock
On Thu, Mar 7, 2024 at 10:00 AM Thomas Monjalon wrote: > > 10/01/2024 15:42, jspew...@iol.unh.edu: > > dts/framework/config/conf_yaml_schema.json| 3 +- > > dts/framework/exception.py| 7 + > > dts/framework/remote_session/testpmd_shell.py | 149 +- > >

Re: [PATCH v8 0/7] dts: Port scatter suite over

2024-03-07 Thread Thomas Monjalon
10/01/2024 15:42, jspew...@iol.unh.edu: > dts/framework/config/conf_yaml_schema.json| 3 +- > dts/framework/exception.py| 7 + > dts/framework/remote_session/testpmd_shell.py | 149 +- > dts/framework/test_suite.py | 15 +- > dts/frame

Re: [PATCH v8 0/7] dts: Port scatter suite over

2024-02-20 Thread Patrick Robb
Tested-by: Patrick Robb I ran this testsuite with a bnxt_en NIC at the Community Lab. I also spoke with Jeremy about the state of this patch today. He wants to add a second testcase to the suite for testing the scattered packets hardware offload (--enable-scatter flag in testpmd). But, he still

Re: [PATCH v8 0/7] dts: Port scatter suite over

2024-01-11 Thread Juraj Linkeš
Luca, Yoan or Paul, could please have a look at this patch? I don't have any more comments, but I'd like to have someone else have a look at this. For the whole series: Reviewed-by: Juraj Linkeš On Wed, Jan 10, 2024 at 3:43 PM wrote: > > From: Jeremy Spewock > > v8: > > Address comments by mak