On Mon, Mar 05, 2018 at 12:46:32PM -0800, Saeed Mahameed wrote: > From: Matan Barak <mat...@mellanox.com> > > The has_tag member will indicate whether a tag action was specified > in flow specification.
It would be good to describe in the commit message why flow_act.flow_tag != MLX5_FS_DEFAULT_FLOW_TAG isn't good enough anymore. > Signed-off-by: Matan Barak <mat...@mellanox.com> > Reviewed-by: Aviad Yehezkel <avia...@mellanox.com> > Signed-off-by: Saeed Mahameed <sae...@mellanox.com> > drivers/infiniband/hw/mlx5/main.c | 3 ++- > drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 1 + > drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 2 +- > include/linux/mlx5/fs.h | 1 + > 4 files changed, 5 insertions(+), 2 deletions(-) Assuming there is a good reason to do this: Acked-by: Jason Gunthorpe <j...@mellanox.com> Jason