[PATCH v4 1/1] dts: add methods for modifying MTU to testpmd shell
Luca Vizzarro
Luca.Vizzarro at arm.com
Mon Sep 9 14:33:54 CEST 2024
On 06/09/2024 19:00, jspewock at iol.unh.edu wrote:
> From: Jeremy Spewock <jspewock at 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 <jspewock at iol.unh.edu>
> ---
[1] https://doc.dpdk.org/guides/contributing/patches.html#patch-dependencies
More information about the dev
mailing list