net/mlx5: revert support of IPv4 time-to-live filter
authorShahaf Shuler <shahafs@mellanox.com>
Wed, 7 Feb 2018 14:34:32 +0000 (16:34 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 8 Feb 2018 17:42:14 +0000 (18:42 +0100)
Neither upstream kernel nor MLNX_OFED support such filter.
There is no point announcing this feature.

Reverts commit 0fb2c9842b20 ("net/mlx5: support IPv4 time-to-live filter")

Fixes: 0fb2c9842b20 ("net/mlx5: support IPv4 time-to-live filter")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
doc/guides/rel_notes/release_18_02.rst
drivers/net/mlx5/mlx5_flow.c

index 3206796..0d46303 100644 (file)
@@ -94,7 +94,6 @@ New Features
   * Improved multi-segment packet performance.
   * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs.
   * Extended statistics for physical port packet/byte counters.
-  * Supported IPv4 time-to-live filter.
   * Converted to the new offloads API.
   * Supported device removal check operation.
 
index 8227050..f88ece1 100644 (file)
@@ -313,7 +313,6 @@ static const struct mlx5_flow_items mlx5_flow_items[] = {
                                .dst_addr = -1,
                                .type_of_service = -1,
                                .next_proto_id = -1,
-                               .time_to_live = -1,
                        },
                },
                .default_mask = &rte_flow_item_ipv4_mask,