[PATCH v5 3/3] dts: add performance test functions to test suite API
Andrew Bailey
abailey at iol.unh.edu
Thu Oct 30 15:53:34 CET 2025
rx_mpps = stats.rx_pps / 1000000
Nit: not so important, but you can use _ as a comma separator to make
bigger numbers more readable. ie. 1_000_000.
Args:
> + testpmd: The testpmd shell to use for forwarding packets
> + frame_size: The size of the frame to transmit
Missing full stops.
Steps:
+ * Create a packet according to the frame size specified in the
test config.
+ * Transmit from the traffic generator's ports 0 and 1 at above
the expect
+ * Forward on TestPMD's interfaces 0 and 1 with 1 core.
+
+ Verify:
+ * The resulting MPPS forwarded is greater than
expected_mpps*(1-delta_tolerance)
Missing full stop on step 2 and verify.
Reviewed-by: Andrew Bailey <abailey at iol.unh.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20251030/12f24c46/attachment-0001.htm>
More information about the dev
mailing list