Re: [RFC v1 1/2] dts: add csum HW offload to testpmd shell

2024-08-12 Thread Jeremy Spewock
On Mon, Aug 12, 2024 at 9:41 AM Dean Marx wrote: > > 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 > --- > +def csum_set_hw(self, layer: str, port_id: int, verify: bool = True) -> > None:

[RFC v1 1/2] dts: add csum HW offload to testpmd shell

2024-08-12 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 | 94 +++ 1 file changed, 94 insertions(+) diff --git a/dts/framework/remote_session/t