From ae8099ca2b6c6088fe1d72ee519399c23b1ffe04 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Tue, 2 Jun 2020 07:20:00 -0700 Subject: [PATCH] test/check_so_deps: add suppression for spdk_net_impl This type was changed. We can avoid updating the major version of libspdk_sock though because this type is in the spdk_internal sock header. Signed-off-by: Seth Howell Change-Id: Ib0d6cc0d99f97a34f618f776ac28e15e0a750356 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2741 Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Reviewed-by: Paul Luse Reviewed-by: Shuhei Matsumoto Tested-by: SPDK CI Jenkins --- test/make/check_so_deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index 04f9f54f9..1f328525c 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -274,6 +274,8 @@ function confirm_abi_deps() { name = SPDK_LOG_VHOST_SCSI_QUEUE [suppress_variable] name = spdk_vhost_scsi_device_backend +[suppress_type] + name = spdk_net_impl EOF for object in "$libdir"/libspdk_*.so; do