All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] map: add rte_eth_tx_done_cleanup to rte_ether_version.map
@ 2017-06-22 11:08 lboccass
  2017-06-22 12:04 ` [PATCH v2] " lboccass
  0 siblings, 1 reply; 3+ messages in thread
From: lboccass @ 2017-06-22 11:08 UTC (permalink / raw)
  To: dev; +Cc: bmcfall, ferruh.yigit, Luca Boccassi

From: Luca Boccassi <luca.boccassi@gmail.com>

Commit 44a718c457b added rte_eth_tx_done_cleanup but it wasn't added
to the rte_ether_version.map so it cannot be used by applications
linking to shared libraries.
pktgen uses it since commit 44a718c457b

Fixes: 44a718c457 ("ethdev: add API to free consumed buffers in Tx ring")

Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
---
 lib/librte_ether/rte_ether_version.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map
index 805e6de80..a21aa70d0 100644
--- a/lib/librte_ether/rte_ether_version.map
+++ b/lib/librte_ether/rte_ether_version.map
@@ -151,6 +151,7 @@ DPDK_17.05 {
 DPDK_17.08 {
 	global:
 
+	rte_eth_tx_done_cleanup;
 	rte_flow_isolate;
 
 } DPDK_17.05;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2] map: add rte_eth_tx_done_cleanup to rte_ether_version.map
  2017-06-22 11:08 [PATCH] map: add rte_eth_tx_done_cleanup to rte_ether_version.map lboccass
@ 2017-06-22 12:04 ` lboccass
  2017-06-26 22:00   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: lboccass @ 2017-06-22 12:04 UTC (permalink / raw)
  To: dev; +Cc: bmcfall, ferruh.yigit, Luca Boccassi

From: Luca Boccassi <luca.boccassi@gmail.com>

Commit 44a718c457b5 added rte_eth_tx_done_cleanup but it wasn't added
to the rte_ether_version.map so it cannot be used by applications
linking to shared libraries.
pktgen uses it since version 3.2.0.
Added to the 17.05 list as requested by Ferruh in case backporting is
needed.

Fixes: 44a718c457b5 ("ethdev: add API to free consumed buffers in Tx ring")

Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
---
v2: moved to 17.05 list as requested on IRC, fixed checkpatch
complaint about git hashes length

 lib/librte_ether/rte_ether_version.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map
index 805e6de80..e0881f09d 100644
--- a/lib/librte_ether/rte_ether_version.map
+++ b/lib/librte_ether/rte_ether_version.map
@@ -142,6 +142,7 @@ DPDK_17.05 {
 
 	rte_eth_dev_attach_secondary;
 	rte_eth_find_next;
+	rte_eth_tx_done_cleanup;
 	rte_eth_xstats_get_by_id;
 	rte_eth_xstats_get_id_by_name;
 	rte_eth_xstats_get_names_by_id;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] map: add rte_eth_tx_done_cleanup to rte_ether_version.map
  2017-06-22 12:04 ` [PATCH v2] " lboccass
@ 2017-06-26 22:00   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-06-26 22:00 UTC (permalink / raw)
  To: Luca Boccassi; +Cc: dev, lboccass, bmcfall, ferruh.yigit, stable

22/06/2017 14:04, lboccass@brocade.com:
> From: Luca Boccassi <luca.boccassi@gmail.com>
> 
> Commit 44a718c457b5 added rte_eth_tx_done_cleanup but it wasn't added
> to the rte_ether_version.map so it cannot be used by applications
> linking to shared libraries.
> pktgen uses it since version 3.2.0.
> Added to the 17.05 list as requested by Ferruh in case backporting is
> needed.
> 
> Fixes: 44a718c457b5 ("ethdev: add API to free consumed buffers in Tx ring")

Cc: stable@dpdk.org

> Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-26 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-22 11:08 [PATCH] map: add rte_eth_tx_done_cleanup to rte_ether_version.map lboccass
2017-06-22 12:04 ` [PATCH v2] " lboccass
2017-06-26 22:00   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.