Re: [PATCH v3 2/3] dts: allow to get multiple expected packets

2024-11-13 Thread Patrick Robb
Reviewed-by: Patrick Robb Tested-by: Patrick Robb

Re: [PATCH v3 2/3] dts: allow to get multiple expected packets

2024-11-12 Thread Dean Marx
Reviewed-by: Dean Marx

[PATCH v3 2/3] dts: allow to get multiple expected packets

2024-11-08 Thread Luca Vizzarro
At the moment there is only one facility that allows to prepare a packet as it is expected to be received on the traffic generator end. Extend this to allow to prepare multiple packets at the same time. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/test_suite.py |