Re: [RFC v1 0/2] dts: initial checksum offload suite

2024-08-12 Thread Jeremy Spewock
Hey Dean, Thanks for the patch, I left some thoughts on the point you raise below and some of the larger things I noticed throughout the series. The logic seems to all be right though and I can understand what you were going for, so the broader ideas seem good to me. On Mon, Aug 12, 2024 at 9:41 

[RFC v1 0/2] dts: initial checksum offload suite

2024-08-12 Thread Dean Marx
Test suite for verifying checksum hardware offload through the PMD works as expected. This is done by checking the verbose output in testpmd while in csum forwarding mode, specifically the ol_flags section, to ensure they match the flags in the test plan. However, there are a few issues I noticed

[RFC v1 0/2] dts: initial checksum offload suite

2024-08-12 Thread Dean Marx
Test suite for verifying checksum hardware offload through the PMD works as expected. This is done by checking the verbose output in testpmd while in csum forwarding mode, specifically the ol_flags section, to ensure they match the flags in the test plan. However, there are a few issues I noticed