Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 23:13:33 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e5cf232b3f24 - main - librmdacm: rdma_get_local_addr and rdma_get_peer_addr are not exported
Message-ID:  <202308032313.373NDXuA005270@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=e5cf232b3f2484601b2a30f71dcbe9861e22370e

commit e5cf232b3f2484601b2a30f71dcbe9861e22370e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-08-03 08:08:32 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-08-03 23:13:13 +0000

    librmdacm: rdma_get_local_addr and rdma_get_peer_addr are not exported
    
    they are static inline, remove them from the version script.
    
    Sponsored by:   NVidia networking
    MFC after:      1 week
---
 contrib/ofed/librdmacm/librdmacm.map | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/ofed/librdmacm/librdmacm.map b/contrib/ofed/librdmacm/librdmacm.map
index e2eebbe576b4..2d826e03238c 100644
--- a/contrib/ofed/librdmacm/librdmacm.map
+++ b/contrib/ofed/librdmacm/librdmacm.map
@@ -26,8 +26,6 @@ RDMACM_1.0 {
 		rdma_free_devices;
 		rdma_event_str;
 		rdma_set_option;
-		rdma_get_local_addr;
-		rdma_get_peer_addr;
 		rdma_migrate_id;
 		rdma_getaddrinfo;
 		rdma_freeaddrinfo;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308032313.373NDXuA005270>