Re: [PATCH v1 0/2] dts: port over checksum offload suite

2024-08-19 Thread Dean Marx
On Mon, Aug 19, 2024 at 10:28 AM Alex Chapman wrote: > Hi Dean, > > I went over the test suite and it looks really solid, but noticed you > didn't update the `conf_yaml_schema.json`, is there any reason for this? > Good catch, I must've messed up my git commits earlier. Thanks

Re: [PATCH v1 0/2] dts: port over checksum offload suite

2024-08-19 Thread Alex Chapman
Hi Dean, I went over the test suite and it looks really solid, but noticed you didn't update the `conf_yaml_schema.json`, is there any reason for this? On 8/16/24 15:20, Dean Marx wrote: Port over checksum hardware offload testing suite from old DTS. The suite verifies the ability of the PMD

[PATCH v1 0/2] dts: port over checksum offload suite

2024-08-16 Thread Dean Marx
Port over checksum hardware offload testing suite from old DTS. The suite verifies the ability of the PMD to recognize whether an incoming packet has valid or invalid L4/IP checksum values. v1: In the original test plan, there were two Tx checksum test cases. I removed them due to the lack of cons