DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ethdev: add missing symbol export for rte_eth_dev_release_port
@ 2015-03-04  6:12 Panu Matilainen
  2015-03-05 20:56 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Panu Matilainen @ 2015-03-04  6:12 UTC (permalink / raw)
  To: dev

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

Signed-off-by: Panu Matilainen <pmatilai@redhat.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 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	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] ethdev: add missing symbol export for rte_eth_dev_release_port
  2015-03-04  6:12 [dpdk-dev] [PATCH] ethdev: add missing symbol export for rte_eth_dev_release_port Panu Matilainen
@ 2015-03-05 20:56 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2015-03-05 20:56 UTC (permalink / raw)
  To: Panu Matilainen; +Cc: dev

2015-03-04 08:12, Panu Matilainen:
> Fixes: 36ec8585b298 ("ethdev: release port")
> 
> Signed-off-by: Panu Matilainen <pmatilai@redhat.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied, thanks

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

end of thread, other threads:[~2015-03-05 20:57 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 [dpdk-dev] [PATCH] ethdev: add missing symbol export for rte_eth_dev_release_port Panu Matilainen
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).