Re: [dpdk-dev] [PATCH v2] map: add rte_eth_tx_done_cleanup to rte_ether_version.map

2017-06-26 Thread Thomas Monjalon
22/06/2017 14:04, lbocc...@brocade.com: > From: Luca Boccassi > > 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 lis

[dpdk-dev] [PATCH v2] map: add rte_eth_tx_done_cleanup to rte_ether_version.map

2017-06-22 Thread lboccass
From: Luca Boccassi 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