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 7B4962C12 for ; Tue, 24 Apr 2018 18:26:40 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BD76921AAC; Tue, 24 Apr 2018 12:26:39 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 24 Apr 2018 12:26:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Pgbt9/sGfOxpHTra7LotqmtQWm nK3ZLLHq41GzkrC48=; b=b+4tFWASv9fcGWbAopkDaUYUU1+Hh/Mh1tqvwvZVL+ k/VdlrxQZ3sTWtg0xov1QSf7UxW8A96EWtW5/22DhIR/sLi3fQHgrhA787GWhcZE NJkU9VnAAx/tqzXWRyXMfJSinLxQoeKN4f4gYaXROF4z2mA0NrYx99bITZBfoCIi E= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Pgbt9/ sGfOxpHTra7LotqmtQWmnK3ZLLHq41GzkrC48=; b=dV99YCof8TsBOZGFNIRSkd 1RWvCqN0NePSfwth28zx9DvgiKI3Zvw4wFXR9lOS6BMzCbMl/zb0LTtQQB1jKEjC dz8J+mEDnNg4UwZMrejo58ZFRDqhUetPbI8LCS1+DxfhDaTqbvC+4TN5rF7LEA4o yyHtiyXcryBtgsF0J8fiPlMR7/iDgVRktiaYavUbtYB4IBu0J7+B2qSurez+IMLZ qhJB1kUdoM+4tyXbeqfj+zHjsF9FCpMveu7uU+NjMtLYMaaYixeMU4ymt2feIaFe Vx9/FFrGt0nOd+FlUN5QQ04OlRtezNrgUiazLm3sGzz5Xu5tzpU6y6XPd8C54F7g == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9F722E5036; Tue, 24 Apr 2018 12:26:37 -0400 (EDT) From: Thomas Monjalon To: Declan Doherty Cc: dev@dpdk.org, Alex Rosenbaum , Ferruh Yigit , Shahaf Shuler , Qi Zhang , Alejandro Lucero , Andrew Rybchenko , Mohammad Abdul Awal , Remy Horton , John McNamara , Rony Efraim , Jingjing Wu , Wenzhuo Lu , Vincent Jardin , Yuanhan Liu , Bruce Richardson , Konstantin Ananyev Date: Tue, 24 Apr 2018 18:26:35 +0200 Message-ID: <3531070.uXvx30kj13@xps> In-Reply-To: <20180423155620.22409-1-declan.doherty@intel.com> References: <20180418210423.13847-1-declan.doherty@intel.com> <20180423155620.22409-1-declan.doherty@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/4] ethdev additions to support tunnel encap/decap 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: Tue, 24 Apr 2018 16:26:40 -0000 Hi, > Declan Doherty (4): > ethdev: Add tunnel encap/decap actions > ethdev: Add group JUMP action > ethdev: add mark flow item to rte_flow_item_types > ethdev: add shared counter support to rte_flow No specific comment. It is only an API without any PMD implementation. Which PMDs are planned to be supported? When? Next time, we could require to have at least one implementation, when submitting a new API. The feature is described with rte_flow. Adrien is the expert to review it, and he already said it was almost good. Considering how we are late for RC1, the patches could be merged without the final review/ack if lack of time.