libvfio-user: update submodule

Change-Id: I58794b7b946eeb8ff82512905af0a296e3b534aa
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9817
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: John Kariuki <John.K.Kariuki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Changpeng Liu 2021-10-11 20:37:18 +08:00 committed by Tomasz Zawadzki
parent 0af4a7cd84
commit 72a5fa1397
2 changed files with 5 additions and 1 deletions

View File

@ -2375,6 +2375,10 @@ vfio_user_poll_vfu_ctx(void *ctx)
* to the portion of the BAR that is not mmap'd */
ret = vfu_run_ctx(ctrlr->endpoint->vfu_ctx);
if (spdk_unlikely(ret == -1)) {
if (errno == EBUSY) {
return SPDK_POLLER_BUSY;
}
spdk_poller_unregister(&ctrlr->vfu_ctx_poller);
/* initiator shutdown or reset, waiting for another re-connect */

@ -1 +1 @@
Subproject commit 46ed1dbd8e692ee53a544022dd70151f21a4e725
Subproject commit 56842967566dcf4b89514949a6e88ba89eeaf268