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:
parent
134939077d
commit
ae8099ca2b
@ -274,6 +274,8 @@ function confirm_abi_deps() {
|
|||||||
name = SPDK_LOG_VHOST_SCSI_QUEUE
|
name = SPDK_LOG_VHOST_SCSI_QUEUE
|
||||||
[suppress_variable]
|
[suppress_variable]
|
||||||
name = spdk_vhost_scsi_device_backend
|
name = spdk_vhost_scsi_device_backend
|
||||||
|
[suppress_type]
|
||||||
|
name = spdk_net_impl
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
for object in "$libdir"/libspdk_*.so; do
|
for object in "$libdir"/libspdk_*.so; do
|
||||||
|
Loading…
Reference in New Issue
Block a user