From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [RFC] ethdev: make offload name API non-experimental Date: Mon, 22 Oct 2018 15:39:57 +0100 Message-ID: <084d26a0-21d0-4722-001c-9b7b9dfe8cd6@intel.com> References: <20181019173532.19744-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Stephen Hemminger , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A25591B202 for ; Mon, 22 Oct 2018 16:40:00 +0200 (CEST) In-Reply-To: <20181019173532.19744-1-stephen@networkplumber.org> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/19/2018 6:35 PM, Stephen Hemminger wrote: > The offload name functions are useful, but since they are > marked experimental they can not be used by upstream projects. > For example, VPP duplicates the same table in its code. > > Signed-off-by: Stephen Hemminger +1, they have been added on 18.02, and I think we can remove experimental tag for them now.