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 <seth.howell@intel.com>
Change-Id: Ib0d6cc0d99f97a34f618f776ac28e15e0a750356
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2741
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Seth Howell 2020-06-02 07:20:00 -07:00 committed by Changpeng Liu
parent 134939077d
commit ae8099ca2b

View File

@ -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