From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [RFC] ethdev: add generic TTL rewrite actions Date: Thu, 23 Aug 2018 15:00:53 +0100 Message-ID: <2d087000-8e07-4c31-eeea-1fd5e90b6cfa@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , Adrien Mazarguil , "Xueming(Steven) Li" , Shahaf Shuler , Andrew Rybchenko To: Jack Min , "dev@dpdk.org" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D044A2C60 for ; Thu, 23 Aug 2018 16:00:57 +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 8/7/2018 3:20 PM, Jack Min wrote: > There is a need to rewrite TTL by decrease or just set it directly, > and 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 > make the actions more generic. > > > > > Signed-off-by: Xiaoyu Min Looks good to me. Can we use existing testpmd commands to test these new actions?