From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 1/3] ethdev: add generic TTL rewrite actions Date: Fri, 12 Oct 2018 15:12:06 +0100 Message-ID: References: <20181010130524.23590-1-jackmin@mellanox.com> <20181011132641.1000-1-jackmin@mellanox.com> <20181011132641.1000-2-jackmin@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Jack Min , Adrien Mazarguil , John McNamara , Marko Kovacevic , Thomas Monjalon , Andrew Rybchenko Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 0EBFD1B3AF for ; Fri, 12 Oct 2018 16:12:10 +0200 (CEST) In-Reply-To: <20181011132641.1000-2-jackmin@mellanox.com> 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/11/2018 2:27 PM, 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 > --- > doc/guides/prog_guide/rte_flow.rst | 24 +++++++++++++++++++++++ Getting following documentation warning, can you please check: rte_flow.rst:2198: WARNING: Content block expected for the "table" directive; none found.