From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] ethdev: add generic L2/L3 tunnel encapsulation actions Date: Wed, 10 Oct 2018 11:38:26 +0200 Message-ID: <3154385.xtFfGtifFW@xps> References: <1537995646-95260-1-git-send-email-orika@mellanox.com> <2356fed7-ebf3-490b-7dc0-4179ddd9e8eb@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ori Kam , Ferruh Yigit , "stephen@networkplumber.org" , Adrien Mazarguil , Declan Doherty , "dev@dpdk.org" , Dekel Peled , =?ISO-8859-1?Q?N=E9lio?= Laranjeiro , Yongseok Koh , Shahaf Shuler To: Andrew Rybchenko Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7A0491B485 for ; Wed, 10 Oct 2018 11:38:30 +0200 (CEST) In-Reply-To: <2356fed7-ebf3-490b-7dc0-4179ddd9e8eb@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/10/2018 11:30, Andrew Rybchenko: > It is really bad practice that features are accepted without at least > one implementation/usage. Yes. In future, we should take care of not accepting new API without at least one implementation.