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

2024-08-26 Thread Dean Marx
On Fri, Aug 23, 2024 at 10:54 AM Jeremy Spewock wrote: > On Wed, Aug 21, 2024 at 12:25 PM 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. > > Since we had that discussion in a DTS meeting about the

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

2024-08-23 Thread Jeremy Spewock
On Wed, Aug 21, 2024 at 12:25 PM 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. Since we had that discussion in a DTS meeting about there not really being a rule against multiple dependencies or anything

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

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