[PATCH v1] dts: add send_packets to test_suite

Juraj Linkeš juraj.linkes at pantheon.tech
Thu Sep 26 11:56:43 CEST 2024



On 25. 9. 2024 20:36, jspewock at iol.unh.edu wrote:
> From: Jeremy Spewock <jspewock at iol.unh.edu>
> 
> 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 favorable to
> avoid capturing received traffic when you don't need it since not all
> traffic generators will necessarily be capturing traffic generators.
> The method to fulfill this need exists in the traffic generator
> already, but this patch exposes the method to test suites.
> 
> Depends-on: patch-144440 ("dts: rework packet addressing")

This could be in the same series. I wanted this to be in a different 
patch, but both patches could (and should) be in the same series.

> 
> Signed-off-by: Jeremy Spewock <jspewock at iol.unh.edu>
> ---

The Depends-on: tag should be here, below the three hyphens. [0]

[0] https://doc.dpdk.org/guides/contributing/patches.html#patch-dependencies

Other than that,
Reviewed-by: Juraj Linkeš <juraj.linkes at pantheon.tech>




More information about the dev mailing list