Re: [PATCH v4 1/3] dts: add multicast set function to shell

2024-07-15 Thread Jeremy Spewock
On Mon, Jul 15, 2024 at 12:00 PM Dean Marx wrote: > > added set multicast function for changing allmulticast mode within testpmd. > > Signed-off-by: Dean Marx > --- I still think this patch would benefit from my above comments about modifying the method signatures and using show_port_info_all(),

[PATCH v4 1/3] dts: add multicast set function to shell

2024-07-15 Thread Dean Marx
added set multicast function for changing allmulticast mode within testpmd. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 46 +++ 1 file changed, 46 insertions(+) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remote_se