<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Jul 8, 2026 at 10:28 AM Andrew Bailey <<a href="mailto:abailey@iol.unh.edu">abailey@iol.unh.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Add support for running DTS with no traffic generator node and no ethdev<br>
interfaces. Some applications, like dpdk-test-crypto-perf run without<br>
ethdev interfaces and no traffic generator. In these cases, it is<br>
beneficial to remove the overhead of creating a node and ports that are<br>
not used. The specified build option for ice devices is removed since<br>
the query to sut port ingress causes python to crash when there are no<br>
ports. Notably, since this is only the case in which there are no ports,<br>
traffic will not be sent and therefore the build argument is not<br>
required. For these reasons it is skipped when running a no-link<br>
topology.<br></blockquote><div><br></div><div>I think SUT should be capitalized.</div><div><br></div><div>I do not understand what the final 3 sentences are saying about ice. I do think I understand the code, which is saying that when the topology is NO_LINK, do not build DPDK with 16 byte descriptors.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Signed-off-by: Andrew Bailey <<a href="mailto:abailey@iol.unh.edu" target="_blank">abailey@iol.unh.edu</a>><br><br>
 dpdk:<br>
@@ -58,8 +61,8 @@ test_suites: # see `Optional Fields`; the following test suites will be run in t<br>
 # The machine running the DPDK test executable<br>
 system_under_test_node: "SUT 1"<br>
 # Traffic generator node to use for this execution environment<br>
-traffic_generator_node: "TG 1"<br>
-port_topology:<br>
+traffic_generator_node: "TG 1" # see<br></blockquote><div><br></div><div>See what? Is it supposed to say "see `Optional Fields`" ?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
+port_topology: # see `Optional Fields`<br><br></blockquote><div><br></div><div>Reviewed-by: Patrick Robb <<a href="mailto:patrickrob1997@gmail.com">patrickrob1997@gmail.com</a>> </div></div></div>