dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ethdev: add missing symbol export for rte_eth_dev_release_port
@ 2015-03-04  6:12 Panu Matilainen
       [not found] ` <dde9f9f7e404b82aaf7f86c5912e7d27481bdc8e.1425449532.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Panu Matilainen @ 2015-03-04  6:12 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Fixes: 36ec8585b298 ("ethdev: release port")

Signed-off-by: Panu Matilainen <pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
 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 0d46578..a2d25a6 100644
--- a/lib/librte_ether/rte_ether_version.map
+++ b/lib/librte_ether/rte_ether_version.map
@@ -43,6 +43,7 @@ DPDK_2.0 {
 	rte_eth_dev_mac_addr_add;
 	rte_eth_dev_mac_addr_remove;
 	rte_eth_dev_priority_flow_ctrl_set;
+	rte_eth_dev_release_port;
 	rte_eth_dev_rss_hash_conf_get;
 	rte_eth_dev_rss_hash_update;
 	rte_eth_dev_rss_reta_query;
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-05 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04  6:12 [PATCH] ethdev: add missing symbol export for rte_eth_dev_release_port Panu Matilainen
     [not found] ` <dde9f9f7e404b82aaf7f86c5912e7d27481bdc8e.1425449532.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-03-05 20:56   ` 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).