Re: [PATCH v1] dts: fix multicast set function in testpmd shell

2025-01-24 Thread Paul Szczepanek
On 16/01/2025 19:33, Dean Marx wrote: > Fixes verification method in multicast set function by changing > the stats capture to use show_port_info_all(). This way, the > method will continue to work even after DTS lifts the restriction > on port topologies. > > Fixes: abf8a3bc793b ("dts: add mul

[PATCH v1] dts: fix multicast set function in testpmd shell

2025-01-16 Thread Dean Marx
Fixes verification method in multicast set function by changing the stats capture to use show_port_info_all(). This way, the method will continue to work even after DTS lifts the restriction on port topologies. Fixes: abf8a3bc793b ("dts: add multicast set function to shell") Signed-off-by: Dean M