+1
−1
Loading
RDMA qpair might be destroyed by defunct timer, so it can have active recv elements in incoming_queue. This queue is cleaned incorrectly, so recv element for the destroyed qpair still may be presented in the queue and be processed later. That leads to undefined behaviour. Fixes #1086 Change-Id: Ieae186b2d2dce4ec88ab886b26165f6ef98e8d05 Signed-off-by:Alexey Marchuk <alexeymar@mellanox.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/477957 Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Seth Howell <seth.howell@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>