DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] vhost: add missing cflags in meson build
@ 2018-09-14 14:51 Tiwei Bie
  2018-09-14 17:13 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Tiwei Bie @ 2018-09-14 14:51 UTC (permalink / raw)
  To: ferruh.yigit, maxime.coquelin, zhihong.wang, dev; +Cc: stable

Fixes: 6ee380ffb5e7 ("vhost: fix vhost interrupt support")

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
---
Hi Ferruh,

The hash in above fixes line isn't really right, because that
patch hasn't been committed to the main repo yet. Please squash
this patch to that one if possible.

Thanks!

 lib/librte_vhost/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_vhost/meson.build b/lib/librte_vhost/meson.build
index bd62e0e39..9d25b4d88 100644
--- a/lib/librte_vhost/meson.build
+++ b/lib/librte_vhost/meson.build
@@ -9,6 +9,7 @@ if has_libnuma == 1
 endif
 version = 4
 allow_experimental_apis = true
+cflags += '-fno-strict-aliasing'
 sources = files('fd_man.c', 'iotlb.c', 'socket.c', 'vdpa.c',
 		'vhost.c', 'vhost_user.c',
 		'virtio_net.c', 'vhost_crypto.c')
-- 
2.18.0

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

* Re: [dpdk-dev] [PATCH] vhost: add missing cflags in meson build
  2018-09-14 14:51 [dpdk-dev] [PATCH] vhost: add missing cflags in meson build Tiwei Bie
@ 2018-09-14 17:13 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2018-09-14 17:13 UTC (permalink / raw)
  To: Tiwei Bie, maxime.coquelin, zhihong.wang, dev; +Cc: stable

On 9/14/2018 3:51 PM, Tiwei Bie wrote:
> Fixes: 6ee380ffb5e7 ("vhost: fix vhost interrupt support")
> 
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>

Squashed into relevant commit in next-net, thanks.

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

end of thread, other threads:[~2018-09-14 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-14 14:51 [dpdk-dev] [PATCH] vhost: add missing cflags in meson build Tiwei Bie
2018-09-14 17:13 ` Ferruh Yigit

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