Re: [PATCH v2 1/4] dts: add multicast set function to shell

2024-07-10 Thread Jeremy Spewock
On Mon, Jul 8, 2024 at 3:19 PM Dean Marx wrote: > > 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/fra

[PATCH v2 1/4] dts: add multicast set function to shell

2024-07-08 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