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 v2] map: add rte_eth_tx_done_cleanup to rte_ether_version.map
Date: Thu, 22 Jun 2017 13:04:59 +0100	[thread overview]
Message-ID: <20170622120459.4466-1-lboccass@brocade.com> (raw)
In-Reply-To: <20170622110854.19822-1-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")

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

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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-22 11:08 [dpdk-dev] [PATCH] " lboccass
2017-06-22 12:04 ` lboccass [this message]
2017-06-26 22:00   ` [dpdk-dev] [PATCH v2] " 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=20170622120459.4466-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).