From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v6 1/3] ethdev: add generic TTL rewrite actions Date: Tue, 16 Oct 2018 09:48:32 +0100 Message-ID: <9a2db85d-b92b-e82a-df2f-bc94c6fc4e7e@intel.com> References: <20181013032348.26380-1-jackmin@mellanox.com> <20181016081350.24765-1-jackmin@mellanox.com> <20181016081350.24765-2-jackmin@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Andrew Rybchenko , Jack Min , Adrien Mazarguil , John McNamara , Marko Kovacevic , Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id ED15032A5 for ; Tue, 16 Oct 2018 10:48:35 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/16/2018 9:25 AM, Andrew Rybchenko wrote: > On 10/16/18 11:14 AM, Jack Min wrote: >> rewrite TTL by decrease or just set it directly >> it's not necessary to check if the final result >> is zero or not >> >> This is slightly different from the one defined >> by openflow and more generic >> >> Signed-off-by: Xiaoyu Min >> Acked-by: Yongseok Koh > > Acked-by: Andrew Rybchenko Series applied to dpdk-next-net/master, thanks.