DPDK patches and discussions
 help / color / mirror / Atom feed
From: <lboccass@brocade.com>
To: <dev@dpdk.org>
Cc: <bmcfall@redhat.com>, <ferruh.yigit@intel.com>,
	Luca Boccassi <luca.boccassi@gmail.com>
Subject: [dpdk-dev] [PATCH] map: add rte_eth_tx_done_cleanup to rte_ether_version.map
Date: Thu, 22 Jun 2017 12:08:54 +0100	[thread overview]
Message-ID: <20170622110854.19822-1-lboccass@brocade.com> (raw)

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

             reply	other threads:[~2017-06-22 11:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-22 11:08 lboccass [this message]
2017-06-22 12:04 ` [dpdk-dev] [PATCH v2] " lboccass
2017-06-26 22:00   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170622110854.19822-1-lboccass@brocade.com \
    --to=lboccass@brocade.com \
    --cc=bmcfall@redhat.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=luca.boccassi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).