From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] ethdev: declare Tx prepare API as not experimental Date: Fri, 11 Jan 2019 16:52:14 +0000 Message-ID: <16ee2092-551c-42cb-b271-69aab6dba407@intel.com> References: <1547212498-14999-1-git-send-email-david.marchand@redhat.com> <1547215897-22272-1-git-send-email-david.marchand@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas@monjalon.net, arybchenko@solarflare.com, konstantin.ananyev@intel.com To: David Marchand , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 456B81B809 for ; Fri, 11 Jan 2019 17:52:18 +0100 (CET) In-Reply-To: <1547215897-22272-1-git-send-email-david.marchand@redhat.com> 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 1/11/2019 2:11 PM, David Marchand wrote: > The Tx prepare API was introduced at a time when the experimental API > tag mechanism did not exist yet and is missing the tag. > However, this API has been there since 17.02 and did not suffer any > change since its introduction. > > Let's just remove the warning from the documentation. > > Signed-off-by: David Marchand > Acked-by: Ferruh Yigit > Acked-by: Andrew Rybchenko > Acked-by: Konstantin Ananyev Applied to dpdk-next-net/master, thanks.