Re: [PATCH v6 7/7] dts: add pmd_buffer_scatter test suite

2024-01-08 Thread Jeremy Spewock
On Mon, Jan 8, 2024 at 10:47 AM Juraj Linkeš wrote: > On Wed, Jan 3, 2024 at 11:33 PM wrote: > > > > From: Jeremy Spewock > > > > This test suite provides testing of the support of scattered packets by > > Poll Mode Drivers using testpmd, verifying the ability to receive and > > transmit scatte

Re: [PATCH v6 7/7] dts: add pmd_buffer_scatter test suite

2024-01-08 Thread Juraj Linkeš
On Wed, Jan 3, 2024 at 11:33 PM wrote: > > From: Jeremy Spewock > > This test suite provides testing of the support of scattered packets by > Poll Mode Drivers using testpmd, verifying the ability to receive and > transmit scattered multi-segment packets made up of multiple > non-contiguous memor

[PATCH v6 7/7] dts: add pmd_buffer_scatter test suite

2024-01-03 Thread jspewock
From: Jeremy Spewock This test suite provides testing of the support of scattered packets by Poll Mode Drivers using testpmd, verifying the ability to receive and transmit scattered multi-segment packets made up of multiple non-contiguous memory buffers. This is tested through 5 different cases i