From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH] map: add rte_eth_tx_done_cleanup to rte_ether_version.map Date: Thu, 22 Jun 2017 12:08:54 +0100 Message-ID: <20170622110854.19822-1-lboccass@brocade.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , Luca Boccassi To: Return-path: Received: from mx0a-000f0801.pphosted.com (mx0b-000f0801.pphosted.com [67.231.152.113]) by dpdk.org (Postfix) with ESMTP id 3B56A567F for ; Thu, 22 Jun 2017 13:12:44 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Luca Boccassi 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 --- 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