> -----Original Message----- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Thursday, November 9, 2017 5:09 PM > To: Yang, Zhiyong <zhiyong.y...@intel.com>; dev@dpdk.org > Cc: sta...@dpdk.org; Tan, Jianfeng <jianfeng....@intel.com>; > y...@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