DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] map: add rte_eth_tx_done_cleanup to rte_ether_version.map
@ 2017-06-22 11:08 lboccass
  2017-06-22 12:04 ` [dpdk-dev] [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	[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 [dpdk-dev] [PATCH] map: add rte_eth_tx_done_cleanup to rte_ether_version.map lboccass
2017-06-22 12:04 ` [dpdk-dev] [PATCH v2] " lboccass
2017-06-26 22:00   ` Thomas Monjalon

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).