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

2024-09-25 Thread Juraj Linkeš
On 13. 8. 2024 16:41, Dean Marx wrote: add dataclass for passing in flow rule creation arguments, as well as a Capitalize please. __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

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

2024-08-13 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 | 57 +

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

2024-08-13 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 | 57 +