Re: [PATCH v6 2/2] dts: add flow create/delete to testpmd shell

2025-01-28 Thread Dean Marx
Got it, thanks Luca!

Re: [PATCH v6 2/2] dts: add flow create/delete to testpmd shell

2025-01-22 Thread Luca Vizzarro
Hi Dean, it looks mostly good, just some nits. On 21/01/2025 20:41, Dean Marx wrote: +def flow_create(self, flow_rule: FlowRule, port_id: int, verify: bool = True) -> int: +"""Creates a flow rule in the testpmd session. + +Args: +flow_rule: :class:`FlowRule` obje

[PATCH v6 2/2] dts: add flow create/delete to testpmd shell

2025-01-21 Thread Dean Marx
Add flow create/delete methods to TestPmdShell class for initializing flow rules. 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/testpmd_shell.py b/dts/framework/rem