From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id 25D6C1B797 for ; Thu, 8 Feb 2018 13:25:28 +0100 (CET) Received: by mail-wm0-f66.google.com with SMTP id f3so9601115wmc.1 for ; Thu, 08 Feb 2018 04:25:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=f7aArITC/cuA70JZeOOsB2BPnxUtjmJiI6xPFm/YDMM=; b=F0PfoFVQwJZ3wEX2LolFne0nUJzSxPk/gjC+chxszHTqey1GLBX8pDmAtozivRPAhv z8dyHaW9k/9ir7N4w44vGW/rEnOSUfku0SAu2Rwn6Yp/fxUkyuabyZW9XpOPCWFCF4/3 W4vtoHGvGfabkii+y7R81agPt0/gP8oVzdLQBIRT3LpG8AdrWkwXhHCMZhItiIzfvbJn QGZFVs4Ny106qTZMPnNuQzurGEGHRePPKxyYEjOdqijQcedTPiEL21qor5v1FkBbDYpj CO5ncdjnS46SFs/coNdaWEmihxPJSq9hc5oRQOM48ujBxFXJyVdBXkWQt3KNoSBGqdCS WBuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=f7aArITC/cuA70JZeOOsB2BPnxUtjmJiI6xPFm/YDMM=; b=VqoTAPNGhjPIRTuhPXXzEHGeDIG9biF4AsMjADk8dalubYxD0XAno9m6FdEIzGmT6U 2T0C6kspHCo0C0kS+GRmwPijfj9enhNgvM9knLcSQv3SBAY44qf7mZ7I/AXDCc28I/nA bAM9PAPb6H1fEJzjMds9NxAnrG4iIPTOV896U+puv5DZ9Dtk+8uut9O0Vn4nazPkfKas ppSeRdXBP98Ddpuj4n/+Ox0uz2XkX2uSDxcM2ntneaWQ1hGZEjTH4shm7IxRofD822wG cZFjtzimbEXNjSGEEmuQ4SYYGsmhzHC39zNqXrGNRCZhPRrEHuk3nRRn0LGFQ6B4odVs J2dg== X-Gm-Message-State: APf1xPBHedDMytAa8+xGnSao8wYDCPJ6seT/crc70puABjcEd8HYCRuP AcHENulQTW7fh5oTxeKSiJsM X-Google-Smtp-Source: AH8x225HNLzcPizYpY0YnxvP8nLTQh9kO04jVv/QPXPhhrZ5YschglbQyXy5GW0I7M1Ot5R0qLXlJg== X-Received: by 10.28.25.67 with SMTP id 64mr865014wmz.86.1518092727849; Thu, 08 Feb 2018 04:25:27 -0800 (PST) Received: from laranjeiro-vm.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id w83sm118855wma.47.2018.02.08.04.25.27 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 08 Feb 2018 04:25:27 -0800 (PST) Date: Thu, 8 Feb 2018 13:26:00 +0100 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Shahaf Shuler Cc: thomas@monjalon.net, adrien.mazarguil@6wind.com, yskoh@mellanox.com, dev@dpdk.org Message-ID: <20180208122600.qifytombg7qoi3zs@laranjeiro-vm.dev.6wind.com> References: <20180207142336.95200-1-shahafs@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180207142336.95200-1-shahafs@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] net/mlx5: revert support in IPv4 time-to-live filter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 12:25:28 -0000 On Wed, Feb 07, 2018 at 04:23:36PM +0200, Shahaf Shuler wrote: > 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 Acked-by: Nelio Laranjeiro -- Nélio Laranjeiro 6WIND