From e2bea7436061ca2e7e14bfcfdc5870f2555c3965 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Mon, 15 Apr 2019 14:36:48 +0200 Subject: New upstream version 18.11.1 Change-Id: Ic52e74a9ed6f3ae06acea4a27357bd7153efc2a3 Signed-off-by: Christian Ehrhardt --- lib/librte_eal/common/eal_private.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/librte_eal/common/eal_private.h') diff --git a/lib/librte_eal/common/eal_private.h b/lib/librte_eal/common/eal_private.h index 442c6dc4..4f483833 100644 --- a/lib/librte_eal/common/eal_private.h +++ b/lib/librte_eal/common/eal_private.h @@ -255,9 +255,13 @@ struct rte_bus *rte_bus_find_by_device_name(const char *str); * 0 on success; * (<0) on failure. */ - int rte_mp_channel_init(void); +/** + * Primary/secondary communication cleanup. + */ +void rte_mp_channel_cleanup(void); + /** * @internal * Parse a device string and store its information in an -- cgit 1.2.3-korg