DPDK patches and discussions
 help / color / mirror / Atom feed
From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: Jay Zhou <jianjay.zhou@huawei.com>, dev@dpdk.org
Cc: jianfeng.tan@intel.com, roy.fan.zhang@intel.com,
	arei.gonglei@huawei.com,  weidong.huang@huawei.com,
	wangxinxin.wang@huawei.com, Zhihong Wang <zhihong.wang@intel.com>
Subject: Re: [dpdk-dev] [PATCH] vhost: fix meson build for vDPA
Date: Sat, 14 Apr 2018 18:48:45 +0200	[thread overview]
Message-ID: <8a4c66b0-f01e-6af0-2015-c2fe82d5cdd2@redhat.com> (raw)
In-Reply-To: <1523697762-6548-1-git-send-email-jianjay.zhou@huawei.com>



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

      reply	other threads:[~2018-04-14 16:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-14  9:22 Jay Zhou
2018-04-14 16:48 ` 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=8a4c66b0-f01e-6af0-2015-c2fe82d5cdd2@redhat.com \
    --to=maxime.coquelin@redhat.com \
    --cc=arei.gonglei@huawei.com \
    --cc=dev@dpdk.org \
    --cc=jianfeng.tan@intel.com \
    --cc=jianjay.zhou@huawei.com \
    --cc=roy.fan.zhang@intel.com \
    --cc=wangxinxin.wang@huawei.com \
    --cc=weidong.huang@huawei.com \
    --cc=zhihong.wang@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).