[PATCH v2] dts: add flow rule dataclass to testpmd shell

2024-08-06 Thread Dean Marx
add dataclass for passing in flow rule creation arguments, as well as a __str__ method for converting to a sendable testpmd command. Add flow_create method to TestPmdShell class for initializing flow rules. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 58 +

Re: [PATCH v2] dts: add flow rule dataclass to testpmd shell

2024-08-02 Thread Jeremy Spewock
On Thu, Aug 1, 2024 at 5:24 AM Luca Vizzarro wrote: > > Hi Dean, thank you for your work! Some minor comments. > > On 26/07/2024 15:15, Dean Marx wrote: > > add dataclass for passing in flow rule creation arguments, as well as a > > __str__ method for converting to a sendable testpmd command. Add

Re: [PATCH v2] dts: add flow rule dataclass to testpmd shell

2024-08-01 Thread Luca Vizzarro
Hi Dean, thank you for your work! Some minor comments. On 26/07/2024 15:15, Dean Marx wrote: add dataclass for passing in flow rule creation arguments, as well as a __str__ method for converting to a sendable testpmd command. Add flow_create method to TestPmdShell class for initializing flow rul

[PATCH v2] dts: add flow rule dataclass to testpmd shell

2024-07-26 Thread Dean Marx
add dataclass for passing in flow rule creation arguments, as well as a __str__ method for converting to a sendable testpmd command. Add flow_create method to TestPmdShell class for initializing flow rules. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 58 +