Re: [PATCH v1] dts: add send_packets to test_suite

2024-09-26 Thread Jeremy Spewock
On Thu, Sep 26, 2024 at 5:56 AM Juraj Linkeš wrote: > > > > On 25. 9. 2024 20:36, jspew...@iol.unh.edu wrote: > > From: Jeremy Spewock > > > > Currently the only methods provided in the test suite class for sending > > packets capture the resulting received traffic after sending. There is, > > in

Re: [PATCH v1] dts: add send_packets to test_suite

2024-09-26 Thread Patrick Robb
Recheck-request: iol-mellanox-Performance When I enabled this test on Monday I accidentally set the delta threshold to 1.5% instead of 5%. So the accepted results window was too small and led to this false positive test fail.

Re: [PATCH v1] dts: add send_packets to test_suite

2024-09-26 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v1] dts: add send_packets to test_suite

2024-09-26 Thread Juraj Linkeš
On 25. 9. 2024 20:36, jspew...@iol.unh.edu wrote: From: Jeremy Spewock Currently the only methods provided in the test suite class for sending packets capture the resulting received traffic after sending. There is, in some cases, a need to send multiple packets at once while not really needi

[PATCH v1] dts: add send_packets to test_suite

2024-09-25 Thread jspewock
From: Jeremy Spewock Currently the only methods provided in the test suite class for sending packets capture the resulting received traffic after sending. There is, in some cases, a need to send multiple packets at once while not really needing to capture any of said received traffic. It is favor