Re: [PATCH v6 1/2] dts: add flow rule dataclass to testpmd shell
Thanks Dean! Looks good to me. Reviewed-by: Luca Vizzarro
[PATCH v6 1/2] dts: add flow rule dataclass to testpmd shell
Add dataclass for passing in flow rule creation arguments, as well as a __str__ method for converting to a sendable testpmd command. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 52 ++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/