[dpdk-dev] [PATCH v2] net/virtio: fix fail to configure rxq interrupt

Thomas Monjalon thomas at monjalon.net
Mon Jul 31 19:17:02 CEST 2017


31/07/2017 19:01, Maxime Coquelin:
> On 07/31/2017 09:56 AM, Jiayu Hu wrote:
> > When use rte_eth_dev_configure() to enable rx queue interrupt for virtio
> > devices, virtio_init_device() isn't called to set up the interrupt
> > environment, which causes rx queue interrupt setup failed. This patch is
> > to fix this issue.
> > 
> > Fixes: 26b683b4f7d0 ("net/virtio: setup Rx queue interrupts")
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Jiayu Hu <jiayu.hu at intel.com>
> 
> Looking at v1's discussions, it seems to be the right fix.
> I haven't tried it myself, but it looks good to me:
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Applied, thanks


More information about the dev mailing list