[dpdk-dev] [PATCH v5] net/virtio: fix rxq intr config fails using vfio-pci

Yang, Zhiyong zhiyong.yang at intel.com
Thu Nov 9 10:16:27 CET 2017



> -----Original Message-----
> From: Maxime Coquelin [mailto:maxime.coquelin at redhat.com]
> Sent: Thursday, November 9, 2017 5:09 PM
> To: Yang, Zhiyong <zhiyong.yang at intel.com>; dev at dpdk.org
> Cc: stable at dpdk.org; Tan, Jianfeng <jianfeng.tan at intel.com>;
> yliu at fridaylinux.org
> Subject: Re: [PATCH v5] net/virtio: fix rxq intr config fails using vfio-pci
> 
> 
> 
> On 11/09/2017 09:55 AM, Zhiyong Yang wrote:
> > diff --git a/drivers/net/virtio/virtio_pci.h
> > b/drivers/net/virtio/virtio_pci.h index 36d452c06..28e9af6c7 100644
> > --- a/drivers/net/virtio/virtio_pci.h
> > +++ b/drivers/net/virtio/virtio_pci.h
> > @@ -314,6 +314,12 @@ struct virtio_net_config {
> >   /* The alignment to use between consumer and producer parts of vring. */
> >   #define VIRTIO_PCI_VRING_ALIGN 4096
> >
> > +enum VIRTIO_MSIX_STATUS {
> Please change VIRTIO_MSIX_STATUS to lowercase.
> Other than that, this is what I had in mind.
> 

Thanks for your reminder.  My negligence and not notice it.

Thanks
Zhiyong


More information about the dev mailing list