On 06/09/2024 19:00, jspew...@iol.unh.edu wrote:
From: Jeremy Spewock <jspew...@iol.unh.edu>

There are methods within DTS currently that support updating the MTU of
ports on a node, but the methods for doing this in a linux session rely
on the ip command and the port being bound to the kernel driver. Since
test suites are run while bound to the driver for DPDK, there needs to
be a way to modify the value while bound to said driver as well. This is
done by using testpmd to modify the MTU.

Depends-on: patch-142952 ("dts: add ability to start/stop testpmd
ports")
Depends-on: patch-143360 ("dts: add testpmd port information caching")

Just a note I forgot to add, these shouldn't go in the commit body[1].

Signed-off-by: Jeremy Spewock <jspew...@iol.unh.edu>
---

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

Reply via email to