From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH v2] ethdev: declare Tx prepare API as not experimental Date: Fri, 11 Jan 2019 15:11:37 +0100 Message-ID: <1547215897-22272-1-git-send-email-david.marchand@redhat.com> References: <1547212498-14999-1-git-send-email-david.marchand@redhat.com> Cc: thomas@monjalon.net, ferruh.yigit@intel.com, arybchenko@solarflare.com, konstantin.ananyev@intel.com To: dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 390141BC07 for ; Fri, 11 Jan 2019 15:11:49 +0100 (CET) In-Reply-To: <1547212498-14999-1-git-send-email-david.marchand@redhat.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" 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 --- lib/librte_ethdev/rte_ethdev.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index 1960f3a..76266ad 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -4159,9 +4159,6 @@ static inline int rte_eth_tx_descriptor_status(uint16_t port_id, } /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Process a burst of output packets on a transmit queue of an Ethernet device. * * The rte_eth_tx_prepare() function is invoked to prepare output packets to be -- 1.8.3.1