Re: [PATCH v8 1/2] dts: add multicast set function to shell

2025-01-15 Thread Patrick Robb
Thanks, applied to next-dts.

Re: [PATCH v8 1/2] dts: add multicast set function to shell

2025-01-15 Thread Patrick Robb
Hi Dean. This looks good to me, though I agree Luca's point about show_port_info_all() is compelling. We are enforcing the paired topology today but may not always. I don't view it as something which should block the testsuite, but this is worth tracking. Can you make a Bugzilla ticket for this, a

[PATCH v8 1/2] dts: add multicast set function to shell

2025-01-15 Thread Dean Marx
Add set multicast function for changing allmulticast mode within testpmd shell. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 24 +++ 1 file changed, 24 insertions(+) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remot

[PATCH v7 1/2] dts: add multicast set function to shell

2024-10-10 Thread Dean Marx
Add set multicast function for changing allmulticast mode within testpmd shell. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 24 +++ 1 file changed, 24 insertions(+) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remot

[PATCH v6 1/2] dts: add multicast set function to shell

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

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

2024-08-07 Thread Luca Vizzarro
Hi Dean, Apologies again for having replied to the wrong email thread. I'll copy my comments here. And thank you again for your contribution On 24/07/2024 20:21, Dean Marx wrote: added set multicast function for changing allmulticast mode within testpmd. Signed-off-by: Dean Marx --- dts/f

Re: dts: add multicast set function to shell

2024-08-01 Thread Luca Vizzarro
Hi Dean, thank you for your work. On 08/07/2024 20:08, Dean Marx wrote: +def set_multicast_all(self, on: bool, verify: bool = True): +"""Turns multicast mode on/off for the specified port. + +Args: +on: If :data:`True`, turns multicast mode on, otherwise turns off

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

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

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

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 v3 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

[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

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