Re: [PATCH v3 1/2] dts: add csum HW offload to testpmd shell

2024-09-04 Thread Jeremy Spewock
Hey Dean, This patch is looking good, I like the changes from the previous version, there were just a few comments that I left but they should be pretty easy fixes. On Mon, Aug 26, 2024 at 5:22 PM Dean Marx wrote: > +def csum_set_hw(self, layer: ChecksumOffloadOptions, port_id: int, > veri

[PATCH v3 1/2] dts: add csum HW offload to testpmd shell

2024-08-26 Thread Dean Marx
add csum_set_hw method to testpmd shell class. Port over set_verbose and port start/stop from queue start/stop suite. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 51 +++ 1 file changed, 51 insertions(+) diff --git a/dts/framework/remote_session/t