[dpdk-dev] [PATCH] vhost: fix external backends readiness

Thomas Monjalon thomas at monjalon.net
Mon Sep 28 17:19:57 CEST 2020


28/09/2020 12:55, Xia, Chenbo:
> > 
> > Commit d0fcc38f5fa4 ("vhost: improve device readiness notifications")
> > makes the assumption that every Virtio devices are considered
> > ready for preocessing as soon as first queue pair is configured
> > and enabled.
> > 
> > While this is true for Virtio-net, it isn't for Virtio-scsi
> > and Virtio-blk.
> > 
> > This patch fixes this by only making this assumption for
> > the builtin Virtio-net backend, and restores back to previous
> > behaviour for other backends.
> > 
> > Fixes: d0fcc38f5fa4 ("vhost: improve device readiness notifications")
> > 
> > Reported-by: Changpeng Liu <changpeng.liu at intel.com>
> > Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> > Signed-off-by: Changpeng Liu <changpeng.liu at intel.com>
> 
> Reviewed-by: Chenbo Xia <chenbo.xia at intel.com>

Applied in the main repository, thanks.





More information about the dev mailing list