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 7A0491B485 for ; Wed, 10 Oct 2018 11:38:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0DA88220A7; Wed, 10 Oct 2018 05:38:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 10 Oct 2018 05:38:30 -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=3xKiNKm58LNGCun/RrkO/VU4LS1Mc1rLQn3U6JwgbsY=; b=L+rdonjvI+oc ER55U5C0jK49Uqp8MxlWfxzW4keYsqyOVy+4QsydyJCoStWsFj1nYV4JI2WZkpc7 7Eh3jpNbNNWwtuSg9d6U4jchUBnXrCQedsdm/e3WvWpo9Do3/qTaf+VptbztHi+0 Ct9SD2zCqDJRSxS7DBRDYQ1PvWU0Av4= 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=fm1; bh=3xKiNKm58LNGCun/RrkO/VU4LS1Mc1rLQn3U6Jwgb sY=; b=TZx6AXxtFtaQ2s+d5zh6ykyhzO3xrTO1QgUpYvXXwtHEqmEydZbxVHx9O sgmCazJKz/fsaORgeRSKpYkoC8aVbfiVHVfF+e6EB0cRLUIIST5FHytRJguPNkhZ xPJTLZ05MZhRa+R4TBUkYcFShw5hAvTt3znk1ZDutj6L09/ut0o1Atj+Jcl0Ff/p 7av97x+Gb/ylF8piYJS5Ss+v9grkj2VEa/kCaXf1M7rS1p7GOtcLI78vbL+IR7g/ Xt1hn3BgqTrpsn3K871Cc4kV1weWu3SFmLbGDYMo5v/ShtC1bbtFRsXdmsQRiITE ru8Dm3BH5NTFlxQj13SbSZPNYWQFw== 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 66424E454F; Wed, 10 Oct 2018 05:38:27 -0400 (EDT) From: Thomas Monjalon To: Andrew Rybchenko 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 Date: Wed, 10 Oct 2018 11:38:26 +0200 Message-ID: <3154385.xtFfGtifFW@xps> In-Reply-To: <2356fed7-ebf3-490b-7dc0-4179ddd9e8eb@solarflare.com> References: <1537995646-95260-1-git-send-email-orika@mellanox.com> <2356fed7-ebf3-490b-7dc0-4179ddd9e8eb@solarflare.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 0/3] ethdev: add generic L2/L3 tunnel encapsulation 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, 10 Oct 2018 09:38:30 -0000 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.