From: Leon Romanovsky <leonro@xxxxxxxxxxxx> The first patch to break the provider ABI since v18 was commit 611f133fc193 ("verbs: Introduce counters object and its create/destroy verbs") with many more after. Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> --- PR https://github.com/linux-rdma/rdma-core/pull/352 I need it to release rdma-core. --- CMakeLists.txt | 2 +- debian/libibverbs1.symbols | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c17ab15b..a3dbfa46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ set(PACKAGE_NAME "RDMA") set(PACKAGE_VERSION "19.0") # When this is changed the values in these files need changing too: # debian/libibverbs1.symbols -set(IBVERBS_PABI_VERSION "18") +set(IBVERBS_PABI_VERSION "19") set(IBVERBS_PROVIDER_SUFFIX "-rdmav${IBVERBS_PABI_VERSION}.so") #------------------------- diff --git a/debian/libibverbs1.symbols b/debian/libibverbs1.symbols index 785868d9..c86e6bb3 100644 --- a/debian/libibverbs1.symbols +++ b/debian/libibverbs1.symbols @@ -1,7 +1,7 @@ libibverbs.so.1 libibverbs1 #MINVER# IBVERBS_1.0@IBVERBS_1.0 1.1.6 IBVERBS_1.1@IBVERBS_1.1 1.1.6 - (symver)IBVERBS_PRIVATE_18 18 + (symver)IBVERBS_PRIVATE_19 19 ibv_ack_async_event@IBVERBS_1.0 1.1.6 ibv_ack_async_event@IBVERBS_1.1 1.1.6 ibv_ack_cq_events@IBVERBS_1.0 1.1.6 -- 2.14.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html