From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: [PATCH] net/mlx5: revert support in IPv4 time-to-live filter Date: Wed, 7 Feb 2018 16:23:36 +0200 Message-ID: <20180207142336.95200-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: thomas@monjalon.net, nelio.laranjeiro@6wind.com, adrien.mazarguil@6wind.com, yskoh@mellanox.com Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0041.outbound.protection.outlook.com [104.47.1.41]) by dpdk.org (Postfix) with ESMTP id E223E1B740 for ; Wed, 7 Feb 2018 15:23:53 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Nor upstream kernel nor MLNX_OFED support such filter. Reverts commit 0fb2c9842b20 ("net/mlx5: support IPv4 time-to-live filter") Cc: nelio.laranjeiro@6wind.com Signed-off-by: Shahaf Shuler --- doc/guides/rel_notes/release_18_02.rst | 1 - drivers/net/mlx5/mlx5_flow.c | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 32067969f..0d4630335 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -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. diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c index 822705060..f88ece123 100644 --- a/drivers/net/mlx5/mlx5_flow.c +++ b/drivers/net/mlx5/mlx5_flow.c @@ -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, -- 2.12.0