DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] keepalive: fix exported symbols
@ 2016-06-17 15:02 Thomas Monjalon
  2016-06-17 15:51 ` Thomas Monjalon
  2016-06-17 16:14 ` Remy Horton
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-06-17 15:02 UTC (permalink / raw)
  To: remy.horton; +Cc: dev

The function rte_keepalive_register_alive_callback do not exist.
The function rte_keepalive_register_relay_callback was missing for BSD.

Fixes: 90c622f35679 ("keepalive: add liveness callback")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 lib/librte_eal/bsdapp/eal/rte_eal_version.map   | 2 +-
 lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/librte_eal/bsdapp/eal/rte_eal_version.map b/lib/librte_eal/bsdapp/eal/rte_eal_version.map
index 0fb1cf2..97d091b 100644
--- a/lib/librte_eal/bsdapp/eal/rte_eal_version.map
+++ b/lib/librte_eal/bsdapp/eal/rte_eal_version.map
@@ -156,6 +156,6 @@ DPDK_16.07 {
 	global:
 
 	pci_get_sysfs_path;
-	rte_keepalive_register_alive_callback;
+	rte_keepalive_register_relay_callback;
 
 } DPDK_16.04;
diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
index cacf9e1..4874c92 100644
--- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map
+++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
@@ -159,7 +159,6 @@ DPDK_16.07 {
 	global:
 
 	pci_get_sysfs_path;
-	rte_keepalive_register_alive_callback;
 	rte_keepalive_register_relay_callback;
 
 } DPDK_16.04;
-- 
2.7.0

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

* Re: [dpdk-dev] [PATCH] keepalive: fix exported symbols
  2016-06-17 15:02 [dpdk-dev] [PATCH] keepalive: fix exported symbols Thomas Monjalon
@ 2016-06-17 15:51 ` Thomas Monjalon
  2016-06-17 16:14 ` Remy Horton
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-06-17 15:51 UTC (permalink / raw)
  To: remy.horton; +Cc: dev

2016-06-17 17:02, Thomas Monjalon:
> The function rte_keepalive_register_alive_callback do not exist.
> The function rte_keepalive_register_relay_callback was missing for BSD.
> 
> Fixes: 90c622f35679 ("keepalive: add liveness callback")
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied

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

* Re: [dpdk-dev] [PATCH] keepalive: fix exported symbols
  2016-06-17 15:02 [dpdk-dev] [PATCH] keepalive: fix exported symbols Thomas Monjalon
  2016-06-17 15:51 ` Thomas Monjalon
@ 2016-06-17 16:14 ` Remy Horton
  1 sibling, 0 replies; 3+ messages in thread
From: Remy Horton @ 2016-06-17 16:14 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

rte_keepalive_mark_sleep is also missing from both.

On 17/06/2016 16:02, Thomas Monjalon wrote:
> The function rte_keepalive_register_alive_callback do not exist.
> The function rte_keepalive_register_relay_callback was missing for BSD.
>
> Fixes: 90c622f35679 ("keepalive: add liveness callback")
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Acked-by: Remy Horton <remy.horton@intel.com>

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

end of thread, other threads:[~2016-06-17 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-17 15:02 [dpdk-dev] [PATCH] keepalive: fix exported symbols Thomas Monjalon
2016-06-17 15:51 ` Thomas Monjalon
2016-06-17 16:14 ` Remy Horton

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).