patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: Zhiyong Yang <zhiyong.yang@intel.com>, dev@dpdk.org
Cc: stable@dpdk.org, jianfeng.tan@intel.com, yliu@fridaylinux.org
Subject: Re: [dpdk-stable] [PATCH v5] net/virtio: fix rxq intr config fails using vfio-pci
Date: Thu, 9 Nov 2017 10:08:48 +0100	[thread overview]
Message-ID: <dab5615b-c42d-a640-0591-2a99dd4e2ce5@redhat.com> (raw)
In-Reply-To: <20171109085519.62567-1-zhiyong.yang@intel.com>



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!
Maxime
> +	VIRTIO_MSIX_NONE = 0,
> +	VIRTIO_MSIX_DISABLED = 1,
> +	VIRTIO_MSIX_ENABLED = 2
> +};
> +

  reply	other threads:[~2017-11-09  9:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20171109031818.31040-1-zhiyong.yang@intel.com>
2017-11-09  4:46 ` [dpdk-stable] [PATCH v4] " Zhiyong Yang
2017-11-09  6:51   ` Tan, Jianfeng
2017-11-09  8:18   ` Maxime Coquelin
2017-11-09  8:55   ` [dpdk-stable] [PATCH v5] " Zhiyong Yang
2017-11-09  9:08     ` Maxime Coquelin [this message]
2017-11-09  9:16       ` Yang, Zhiyong
2017-11-09  9:21     ` [dpdk-stable] [PATCH v6] " Zhiyong Yang
2017-11-11 14:34       ` [dpdk-stable] [dpdk-dev] " Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dab5615b-c42d-a640-0591-2a99dd4e2ce5@redhat.com \
    --to=maxime.coquelin@redhat.com \
    --cc=dev@dpdk.org \
    --cc=jianfeng.tan@intel.com \
    --cc=stable@dpdk.org \
    --cc=yliu@fridaylinux.org \
    --cc=zhiyong.yang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).