commit | 763e1e547f866c46831b709ec9d1222235a275b4 | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@nvidia.com> | Mon Jan 11 23:05:30 2021 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Jan 13 15:45:58 2021 -0800 |
tree | d45447c5b18964b9a981206fc356e8abf5b696d7 | |
parent | 8d2c5e7557182b45afce07ac1806998c03f0fc21 [diff] |
net/mlx5e: CT: Remove redundant usage of zone mask The zone member is of type u16 so there is no reason to apply the zone mask on it. This is also matching the call to set a match in other places which don't need and don't apply the mask. Signed-off-by: Roi Dayan <roid@nvidia.com> Reviewed-by: Paul Blakey <paulb@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>