On 25. 9. 2024 20:36, jspew...@iol.unh.edu wrote:
From: Jeremy Spewock <jspew...@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 <jspew...@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.lin...@pantheon.tech>