+9
−1
Loading
We implement basic flow control by not processing any submissions while the CQ is full. However, in interrupt mode, the code was mistakenly attempting to kick ctrlr->intr_fd - this will not go well, as this is the vfio-user socket fd, not an eventfd. It should be kicking the SQ group's eventfd. Fixes: 23b518a0 ("nvmf/vfio_user: mitigate cq full race") Signed-off-by:John Levon <john.levon@nutanix.com> Change-Id: Ia3b5ad8ffe4118a620fc3894e40fc95c251cd009 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25401 Reviewed-by:
Changpeng Liu <changpeliu@tencent.com> Community-CI: Mellanox Build Bot Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com>