patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] patch 'ethdev: declare Tx prepare API as not experimental' has been queued to LTS release 18.11.1
@ 2019-02-07 17:58 Kevin Traynor
  0 siblings, 0 replies; only message in thread
From: Kevin Traynor @ 2019-02-07 17:58 UTC (permalink / raw)
  To: David Marchand
  Cc: Ferruh Yigit, Andrew Rybchenko, Konstantin Ananyev, dpdk stable

Hi,

FYI, your patch has been queued to LTS release 18.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 02/14/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Kevin Traynor

---
>From 19fc1829c29c8f16b2f694a68d0c45491b9cc533 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand@redhat.com>
Date: Fri, 11 Jan 2019 15:11:37 +0100
Subject: [PATCH] ethdev: declare Tx prepare API as not experimental

[ upstream commit 094eb2750774fd598ca5ad6b769a670c63b9fe65 ]

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 <david.marchand@redhat.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
---
 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 a3e9fb816..a3c864a13 100644
--- a/lib/librte_ethdev/rte_ethdev.h
+++ b/lib/librte_ethdev/rte_ethdev.h
@@ -4160,7 +4160,4 @@ 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.
  *
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-02-07 17:57:20.842202416 +0000
+++ 0001-ethdev-declare-Tx-prepare-API-as-not-experimental.patch	2019-02-07 17:57:20.000000000 +0000
@@ -1,8 +1,10 @@
-From 094eb2750774fd598ca5ad6b769a670c63b9fe65 Mon Sep 17 00:00:00 2001
+From 19fc1829c29c8f16b2f694a68d0c45491b9cc533 Mon Sep 17 00:00:00 2001
 From: David Marchand <david.marchand@redhat.com>
 Date: Fri, 11 Jan 2019 15:11:37 +0100
 Subject: [PATCH] ethdev: declare Tx prepare API as not experimental
 
+[ upstream commit 094eb2750774fd598ca5ad6b769a670c63b9fe65 ]
+
 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
@@ -19,7 +21,7 @@
  1 file changed, 3 deletions(-)
 
 diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
-index 1960f3a2d..76266ad10 100644
+index a3e9fb816..a3c864a13 100644
 --- a/lib/librte_ethdev/rte_ethdev.h
 +++ b/lib/librte_ethdev/rte_ethdev.h
 @@ -4160,7 +4160,4 @@ rte_eth_tx_burst(uint16_t port_id, uint16_t queue_id,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-07 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-07 17:58 [dpdk-stable] patch 'ethdev: declare Tx prepare API as not experimental' has been queued to LTS release 18.11.1 Kevin Traynor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).