Re: dts: add toggle option to send and capture

2024-08-01 Thread Luca Vizzarro
Hi Dean, this patch is awfully identical to Nicholas' older patch: http://inbox.dpdk.org/dev/20240702192422.2480-3-npra...@iol.unh.edu/ Can you explain what's going on here? As it's all very confusing. It seems that maybe Nicholas dropped it in his late versions. Best, Luca

Re: [PATCH v3 2/4] dts: add toggle option to send and capture

2024-07-10 Thread Jeremy Spewock
This makes sense to me, but we should probably have more discussion about whether to use this method with the boolean flag or if we should use the other method in the dynamic queue suite that adjusts everything except things that the user changes. I'd be interested to hear what Juraj or Luca think

[PATCH v3 2/4] dts: add toggle option to send and capture

2024-07-08 Thread Dean Marx
add option to skip _adjust_addresses method in send_packet_and_capture when test cases involve sending packets with a preset MAC address. Signed-off-by: Dean Marx --- dts/framework/test_suite.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dts/framework/test_suite.py

[PATCH v2 2/4] dts: add toggle option to send and capture

2024-07-08 Thread Dean Marx
add option to skip _adjust_addresses method in send_packet_and_capture when test cases involve sending packets with a preset MAC address. Signed-off-by: Dean Marx --- dts/framework/test_suite.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dts/framework/test_suite.py

dts: add toggle option to send and capture

2024-07-08 Thread Dean Marx
add option to skip _adjust_addresses method in send_packet_and_capture when test cases involve sending packets with a preset MAC address. Signed-off-by: Dean Marx --- dts/framework/test_suite.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dts/framework/test_suite.py