From: David Marchand Date: Fri, 11 Jan 2019 14:11:37 +0000 (+0100) Subject: ethdev: declare Tx prepare API as not experimental X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=094eb2750774fd598ca5ad6b769a670c63b9fe65;p=dpdk.git ethdev: declare Tx prepare API as not experimental 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 --- diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index 1960f3a2dd..76266ad10e 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -4159,9 +4159,6 @@ rte_eth_tx_burst(uint16_t port_id, uint16_t queue_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