From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id EB9871B1AD for ; Wed, 3 Oct 2018 22:35:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8F76B21CF1; Wed, 3 Oct 2018 16:35:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 03 Oct 2018 16:35:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=pOFjIJCQWMXmXXjhTzzIF5yyvn3ULZW4J1Xra6G9M38=; b=HRfh6XIN8L6p O5x6osTZoUhuYTuJ8eMEYZoCjGxNoOZgkYZrfB72iEzB2t9BK6gaGytFlIwbaEQf j3M+B119p0DwqkFTB2GN3e1Hyk/+SPAXwraf0lX+VUwiHS9PSe929bYveG2UDrT1 gNmALhaJdDsQhul+VvqT8u3qPr2qUFk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=pOFjIJCQWMXmXXjhTzzIF5yyvn3ULZW4J1Xra6G9M 38=; b=ASi5Nb+TTpdDZANmbRx9PXgkvNClwseLGpnmc3XrKZoK7fQr1vYtKQ23+ +FhoBOWMzyRwg1+ucw+aBraBhlj9QpIkVa6q13OOxuZhH4u9t4beQoyf1AQyh2iQ H4UAqr8KKjVq0N9JM//awvagKixLnSH7iGZ6fcbHZDJhyODQmLTbA3Ts7786gDaS QP5dL+ES9GRisab26fQAt5EEn+raNFArZdp/fcwTkJYkv8exWJMI8EV/dENd91Rf q1k7r1kH6RCitDXPu++uvYAnOdrUDXjbc4Mzu8ZdnqALVLh18skibPAlvq6t40L6 ogMDLAPG4Lv4/7GT9mdBwlk7bOceg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DEEBA102D6; Wed, 3 Oct 2018 16:35:39 -0400 (EDT) From: Thomas Monjalon To: ferruh.yigit@intel.com Cc: dev@dpdk.org, Xiaoyu Min , arybchenko@solarflare.com, adrien.mazarguil@6wind.com Date: Wed, 03 Oct 2018 22:35:38 +0200 Message-ID: <4514655.sPlxSRHxk4@xps> In-Reply-To: <20180925143719.23339-1-jackmin@mellanox.com> References: <20180925134718.18945-1-jackmin@mellanox.com> <20180925143719.23339-1-jackmin@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] ethdev: add generic TTL rewrite actions 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: Wed, 03 Oct 2018 20:35:42 -0000 25/09/2018 16:37, Xiaoyu Min: > Xiaoyu Min (3): > ethdev: add generic TTL rewrite actions > app/testpmd: add commands of modify TTL > net/mlx5: eswitch-modify TTL actions If no more comment, I think we should accept this series.