From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/4] ethdev additions to support tunnel encap/decap Date: Mon, 30 Apr 2018 15:54:03 +0200 Message-ID: <3791942.i2YtpPvtNH@xps> References: <20180418210423.13847-1-declan.doherty@intel.com> <20180423155620.22409-1-declan.doherty@intel.com> <3531070.uXvx30kj13@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit 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 To: Declan Doherty Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C1B7AF3E for ; Mon, 30 Apr 2018 15:54:06 +0200 (CEST) In-Reply-To: <3531070.uXvx30kj13@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/04/2018 18:26, Thomas Monjalon: > 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. One more comment: there is no testpmd usage of this API. Please Declan, could you fix testpmd by adding new commands using this new flow encapsulation feature? We need it in 18.05 in order to avoid having some orphan code. Thanks