]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ofed: fix warnings during libibverbs compilation
authorBartosz Sobczak <bartosz.sobczak@intel.com>
Tue, 6 Feb 2024 02:43:48 +0000 (18:43 -0800)
committerEric Joyner <erj@FreeBSD.org>
Tue, 6 Feb 2024 02:58:20 +0000 (18:58 -0800)
commit8e1f58caf79bd50e6d0b1ae29d4fee8344f6f84c
tree845d5b79bfa4c312f3f26ea02467429aae9a8db0
parentc83d83206a39c7c47139acac46885bea54ee4876
ofed: fix warnings during libibverbs compilation

create_qp_handle_resp_common_cleanup should be void
__ibv_cleanup_wq should use wq->cond for cond destroy
both issues were overlooked in:
a687910 ('Cleanup pthread locks in ofed RDMA verbs')

Signed-off-by: Bartosz Sobczak <bartosz.sobczak@intel.com>
Signed-off-by: Eric Joyner <erj@FreeBSD.org>
Reviewed by: sean.lim@dell.com, vangyzen@, erj@
MFC after: 1 day
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D43491
contrib/ofed/libibverbs/cmd.c
contrib/ofed/libibverbs/device.c