Re: [PATCH v2 2/2] dts: checksum offload test suite

2024-08-26 Thread Dean Marx
> You could probably combine this line with the previous since they are > from the same module. > > > +from scapy.packet import Raw # type: ignore[import-untyped] > > I think you can also import `Packet` from this module if you wanted to > combine another two lines as well. > > Wow I didn't even

Re: [PATCH v2 2/2] dts: checksum offload test suite

2024-08-23 Thread Jeremy Spewock
On Wed, Aug 21, 2024 at 12:25 PM Dean Marx wrote: > > test suite for verifying layer 3/4 checksum offload > features on poll mode driver. > > Depends-on: patch-143033 > ("dts: add text parser for testpmd verbose output") > Depends-on: patch-142691 > ("dts: add send_packets to test suites and rewor

[PATCH v2 2/2] dts: checksum offload test suite

2024-08-21 Thread Dean Marx
test suite for verifying layer 3/4 checksum offload features on poll mode driver. Depends-on: patch-143033 ("dts: add text parser for testpmd verbose output") Depends-on: patch-142691 ("dts: add send_packets to test suites and rework packet addressing") Signed-off-by: Dean Marx --- dts/framewor