Re: [PATCH v1] dts: fix checksum suite docstring/variable format

2025-01-22 Thread Luca Vizzarro
Looks good, thanks. Just one nit. Reviewed-by: Luca Vizzarro On 16/01/2025 18:43, Dean Marx wrote: @@ -57,7 +57,7 @@ def send_packets_and_verify( packet_list: List of Scapy packets to send and verify. load: Raw layer load attribute in the sent packet.

Re: [PATCH v1] dts: fix checksum suite docstring/variable format

2025-01-22 Thread Paul Szczepanek
Reviewed-by: Paul Szczepanek On 16/01/2025 18:43, Dean Marx wrote: > Fixes checksum offload test suite docstring format > by adding steps and verify sections. Changes variables > formatted in camel case to snake case to fit python standards. > > Fixes: 8c9a7471a0e6 ("dts: add checksum offload te

[PATCH v1] dts: fix checksum suite docstring/variable format

2025-01-16 Thread Dean Marx
Fixes checksum offload test suite docstring format by adding steps and verify sections. Changes variables formatted in camel case to snake case to fit python standards. Fixes: 8c9a7471a0e6 ("dts: add checksum offload test suite") Signed-off-by: Dean Marx --- dts/tests/TestSuite_checksum_offload