net/mlx5: remove redundant define of LRO masks
authorDekel Peled <dekelp@mellanox.com>
Wed, 18 Dec 2019 07:49:36 +0000 (09:49 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 17 Jan 2020 18:45:23 +0000 (19:45 +0100)
commit6dbb080969dac337d0ef505751cced418a8b7fbc
tree9e09b756013bdc3063eb6866c615b2c9b1e190e6
parent839dee404325c45f4181712fd63917229e737652
net/mlx5: remove redundant define of LRO masks

Bit-masks MLX5_FLOW_LAYER_IPV4_LRO and MLX5_FLOW_LAYER_IPV6_LRO were
added during work on LRO.
They are not used anywhere in current code.

This patch removes these redundant definitions.

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/net/mlx5/mlx5_flow.h