[PATCH v6 2/2] dts: dynamic config test suite

2024-08-07 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Depends-on: patch-1142113 ("add send_packets to test suites and rework p

Re: dts: dynamic config test suite implementation

2024-08-01 Thread Luca Vizzarro
MAC address are dropped when allmulticast mode is turned off, and forwarded when it is turned on. Dean Marx (4): dts: add multicast set function to shell dts: add toggle option to send and capture dts: dynamic config test suite dts: dynamic config conf schema dts/framework/config/conf_y

Re: dts: dynamic config test suite

2024-08-01 Thread Luca Vizzarro
Can you please rebase this on the latest changes, as the code will look different for sure? Three comments in the meantime: * Is there a reason for sleeping for 6 seconds? If so could you please explain it? * Please follow naming standards consistently, variables should be in snake_case

Re: [PATCH v5 3/3] dts: dynamic config test suite

2024-07-26 Thread Jeremy Spewock
On Wed, Jul 24, 2024 at 3:21 PM Dean Marx wrote: > > Suite for testing ability of Poll Mode Driver to turn promiscuous > mode on/off, allmulticast mode on/off, and show expected behavior > when sending packets with known, unknown, broadcast, and multicast > destination MAC addresses. > > Depends-o

[PATCH v5 3/3] dts: dynamic config test suite

2024-07-24 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Depends-on: patch-1142113 ("add send_packets to test suites and rework p

Re: [PATCH v4 3/3] dts: dynamic config test suite

2024-07-15 Thread Jeremy Spewock
On Mon, Jul 15, 2024 at 12:00 PM Dean Marx wrote: > > Suite for testing ability of Poll Mode Driver to turn promiscuous > mode on/off, allmulticast mode on/off, and show expected behavior > when sending packets with known, unknown, broadcast, and multicast > destination MAC addresses. > > Depends-

[PATCH v4 3/3] dts: dynamic config test suite

2024-07-15 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Depends-on: patch-1142113 ("add send_packets to test suites and rework p

Re: [PATCH v3 4/4] dts: dynamic config test suite

2024-07-10 Thread Jeremy Spewock
On Mon, Jul 8, 2024 at 3:30 PM Dean Marx wrote: > > Suite for testing ability of Poll Mode Driver to turn promiscuous > mode on/off, allmulticast mode on/off, and show expected behavior > when sending packets with known, unknown, broadcast, and multicast > destination MAC addresses. > > Signed-off

[PATCH v3 4/4] dts: dynamic config test suite

2024-07-08 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Signed-off-by: Dean Marx --- dts/tests/TestSuite_dynamic_config.py | 1

[PATCH v2 4/4] dts: dynamic config test suite

2024-07-08 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Signed-off-by: Dean Marx --- dts/tests/TestSuite_dynamic_config.py | 1

dts: dynamic config test suite

2024-07-08 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Signed-off-by: Dean Marx --- dts/tests/TestSuite_dynamic_config.py | 1

dts: dynamic config test suite implementation

2024-07-08 Thread Dean Marx
Dean Marx (4): dts: add multicast set function to shell dts: add toggle option to send and capture dts: dynamic config test suite dts: dynamic config conf schema dts/framework/config/conf_yaml_schema.json| 3 +- dts/framework/remote_session/testpmd_shell.py | 46 ++ dts/fram