DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] vhost: fix meson build for vDPA
@ 2018-04-14  9:22 Jay Zhou
  2018-04-14 16:48 ` Maxime Coquelin
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Zhou @ 2018-04-14  9:22 UTC (permalink / raw)
  To: dev
  Cc: maxime.coquelin, jianfeng.tan, roy.fan.zhang, arei.gonglei,
	weidong.huang, wangxinxin.wang, jianjay.zhou, Zhihong Wang

CC: Zhihong Wang <zhihong.wang@intel.com>
Fixes: 8b991d412e (vhost: support selective datapath)

Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
---
 lib/librte_vhost/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_vhost/meson.build b/lib/librte_vhost/meson.build
index 66cced1cb..b021894a0 100644
--- a/lib/librte_vhost/meson.build
+++ b/lib/librte_vhost/meson.build
@@ -10,6 +10,6 @@ endif
 version = 4
 allow_experimental_apis = true
 sources = files('fd_man.c', 'iotlb.c', 'socket.c', 'vhost.c', 'vhost_user.c',
-		'virtio_net.c', 'vhost_crypto.c')
+		'virtio_net.c', 'vhost_crypto.c', 'vdpa.c')
 headers = files('rte_vhost.h', 'rte_vhost_crypto.h')
 deps += ['ethdev', 'cryptodev', 'hash', 'pci']
-- 
2.14.2

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

* Re: [dpdk-dev] [PATCH] vhost: fix meson build for vDPA
  2018-04-14  9:22 [dpdk-dev] [PATCH] vhost: fix meson build for vDPA Jay Zhou
@ 2018-04-14 16:48 ` Maxime Coquelin
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Coquelin @ 2018-04-14 16:48 UTC (permalink / raw)
  To: Jay Zhou, dev
  Cc: jianfeng.tan, roy.fan.zhang, arei.gonglei, weidong.huang,
	wangxinxin.wang, Zhihong Wang



On 04/14/2018 11:22 AM, Jay Zhou wrote:
> CC: Zhihong Wang <zhihong.wang@intel.com>
> Fixes: 8b991d412e (vhost: support selective datapath)
> 
> Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
> ---
>   lib/librte_vhost/meson.build | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/librte_vhost/meson.build b/lib/librte_vhost/meson.build
> index 66cced1cb..b021894a0 100644
> --- a/lib/librte_vhost/meson.build
> +++ b/lib/librte_vhost/meson.build
> @@ -10,6 +10,6 @@ endif
>   version = 4
>   allow_experimental_apis = true
>   sources = files('fd_man.c', 'iotlb.c', 'socket.c', 'vhost.c', 'vhost_user.c',
> -		'virtio_net.c', 'vhost_crypto.c')
> +		'virtio_net.c', 'vhost_crypto.c', 'vdpa.c')
>   headers = files('rte_vhost.h', 'rte_vhost_crypto.h')
>   deps += ['ethdev', 'cryptodev', 'hash', 'pci']
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks!
Maxime

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

end of thread, other threads:[~2018-04-14 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-14  9:22 [dpdk-dev] [PATCH] vhost: fix meson build for vDPA Jay Zhou
2018-04-14 16:48 ` 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).