dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: Noa Ezra <noae@mellanox.com>, Matan Azrad <matan@mellanox.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v1 1/5] vhost: fix add a missing include
Date: Tue, 18 Jun 2019 09:33:54 +0200	[thread overview]
Message-ID: <d5c4d86d-3a61-de5d-7677-d333cb577217@redhat.com> (raw)
In-Reply-To: <AM0PR05MB43889616B41C989515978945A0EA0@AM0PR05MB4388.eurprd05.prod.outlook.com>



On 6/18/19 8:24 AM, Noa Ezra wrote:
> Hi,
> Does anyone else want to review this patch?

I do, but it seems that the other 4 patches of the series aren't on
dev@dpdk.org, is that expected?

> Thanks,
> Noa.
> 
> -----Original Message-----
> From: Matan Azrad
> Sent: Sunday, May 26, 2019 1:23 PM
> To: Noa Ezra <noae@mellanox.com>; dev@dpdk.org; maxime.coquelin@redhat.com
> Cc: Noa Ezra <noae@mellanox.com>; stable@dpdk.org
> Subject: RE: [PATCH v1 1/5] vhost: fix add a missing include
> 
> 
> 
>   From: Noa Ezra
>> Add a missing include with the defines for vhost-user driver features.
>>
>> Fixes: 5fbb3941da9f ("vhost: introduce driver features related APIs")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Noa Ezra <noae@mellanox.com>
> 
> Reviewed-by: Matan Azrad <matan@mellanox.com> For all the series.

For this patch only:
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime

> 
>> ---
>>   lib/librte_vhost/rte_vhost.h | 1 +
>>   1 file changed, 1 insertion(+)
>>   mode change 100644 => 100755 lib/librte_vhost/rte_vhost.h
>>
>> diff --git a/lib/librte_vhost/rte_vhost.h
>> b/lib/librte_vhost/rte_vhost.h old mode 100644 new mode 100755 index
>> 0226b3e..338e47c
>> --- a/lib/librte_vhost/rte_vhost.h
>> +++ b/lib/librte_vhost/rte_vhost.h
>> @@ -23,6 +23,7 @@
>>   /* These are not C++-aware. */
>>   #include <linux/vhost.h>
>>   #include <linux/virtio_ring.h>
>> +#include <linux/virtio_net.h>
>>
>>   #define RTE_VHOST_USER_CLIENT		(1ULL << 0)
>>   #define RTE_VHOST_USER_NO_RECONNECT	(1ULL << 1)
>> --
>> 1.8.3.1
> 

      reply	other threads:[~2019-06-18  7:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1558861560-114683-1-git-send-email-noae@mellanox.com>
2019-05-26 10:22 ` [dpdk-dev] [PATCH v1 1/5] vhost: fix add a missing include Matan Azrad
2019-06-18  6:24   ` Noa Ezra
2019-06-18  7:33     ` Maxime Coquelin [this message]

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=d5c4d86d-3a61-de5d-7677-d333cb577217@redhat.com \
    --to=maxime.coquelin@redhat.com \
    --cc=dev@dpdk.org \
    --cc=matan@mellanox.com \
    --cc=noae@mellanox.com \
    --cc=stable@dpdk.org \
    /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).