DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] vhost: fix add a missing include
@ 2019-06-19  6:08 Noa Ezra
  2019-06-20  5:44 ` [dpdk-dev] [PATCH v2] " Noa Ezra
  0 siblings, 1 reply; 3+ messages in thread
From: Noa Ezra @ 2019-06-19  6:08 UTC (permalink / raw)
  To: maxime.coquelin; +Cc: matan, dev, noae, stable

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: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Matan Azrad <matan@mellanox.com>
---
 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dpdk-dev] [PATCH v2] vhost: fix add a missing include
  2019-06-19  6:08 [dpdk-dev] [PATCH] vhost: fix add a missing include Noa Ezra
@ 2019-06-20  5:44 ` Noa Ezra
  2019-06-20  9:57   ` Maxime Coquelin
  0 siblings, 1 reply; 3+ messages in thread
From: Noa Ezra @ 2019-06-20  5:44 UTC (permalink / raw)
  To: maxime.coquelin, tiwei.bie, zhihong.wang; +Cc: matan, dev, noae, stable

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: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Matan Azrad <matan@mellanox.com>
---
v2 remove checkpatch warnings
---
 lib/librte_vhost/rte_vhost.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_vhost/rte_vhost.h b/lib/librte_vhost/rte_vhost.h
index 0226b3e..338e47c 100644
--- 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v2] vhost: fix add a missing include
  2019-06-20  5:44 ` [dpdk-dev] [PATCH v2] " Noa Ezra
@ 2019-06-20  9:57   ` Maxime Coquelin
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2019-06-20  9:57 UTC (permalink / raw)
  To: Noa Ezra, tiwei.bie, zhihong.wang; +Cc: matan, dev, stable



On 6/20/19 7:44 AM, Noa Ezra wrote:
> 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: Maxime Coquelin<maxime.coquelin@redhat.com>
> Reviewed-by: Matan Azrad<matan@mellanox.com>
> ---
> v2 remove checkpatch warnings
> ---
>   lib/librte_vhost/rte_vhost.h | 1 +
>   1 file changed, 1 insertion(+)

Applied to dpdk-next-virtio/master.

Thanks,
Maxime

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-20  9:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19  6:08 [dpdk-dev] [PATCH] vhost: fix add a missing include Noa Ezra
2019-06-20  5:44 ` [dpdk-dev] [PATCH v2] " Noa Ezra
2019-06-20  9:57   ` Maxime Coquelin

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).