[dpdk-dev] [PATCH v5 27/34] net/mlx5: simplify sample attributes

2020-10-28 Thread Suanming Mou
Currently, the sample action resource already has ft_type to indicate the action domain attribute, the extra flow attributes parameter can be optimized. This commit uses action resource ty_type as domain attribute instead of the flow attribute. Signed-off-by: Suanming Mou Acked-by: Matan Azrad

[dpdk-dev] [PATCH v5 27/34] net/mlx5: simplify sample attributes

2020-10-28 Thread Suanming Mou
Currently, the sample action resource already has ft_type to indicate the action domain attribute, the extra flow attributes parameter can be optimized. This commit uses action resource ty_type as domain attribute instead of the flow attribute. Signed-off-by: Suanming Mou Acked-by: Matan Azrad