From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f49.google.com (mail-pg0-f49.google.com [74.125.83.49]) by dpdk.org (Postfix) with ESMTP id 12C88397D for ; Fri, 29 Sep 2017 14:37:01 +0200 (CEST) Received: by mail-pg0-f49.google.com with SMTP id v23so724954pgc.5 for ; Fri, 29 Sep 2017 05:37:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=M6N+3xQtPMFIR3lfDWhTD7zvkTMtTl6Hp+DJvrlBFmQ=; b=gvPtUl1MEKUgy8HaScQcAMtRLDRfnxubldu2qjQjEAeEhYdXe6YJ4p1zfvt+s9WIbz 9NDDTB4kM8j90KU+tLbCjoWUaB1dhRjeoBi388B4TJQraef2vTB+ZK8hvWDiSEITbhKP 1Fz8F8G7Atf23+uvwEUc856p9S9ObX5Ff4vLk9pfEyh7v9yYOzsvgetm6XDnTtLb/nfd R12FWoRMFH5zh34spDtDoC7AwB8XI47uLVOZUUWf4Zis2fo+ieqAlrAkS7AhYbw8f6UZ ghUTaddxhb7hNR0A3cJdbtf/BwuOz+aLiXS5UgSDpPNa8aWR0I/DQstBWZAMo7v7t4Xo zdNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=M6N+3xQtPMFIR3lfDWhTD7zvkTMtTl6Hp+DJvrlBFmQ=; b=quhFq68aKoq9qXG2ux3TdvD6+Y1BNVMXCueUf0sJIEVcLcZi/WZNkiCQF/6V8rGL+k turxQU2tt4B8GvGSzzjd/8ssIZad77Is0UpVtf1wInt2fieHd2qO43D7E48PoiV0coxX zdSFNdTafq3DYreMOGUYazp0A6fjg4DUNFUrHMG1u26JVYlEqF+3z/ZkZDPHkXWXCHXj /kQmEajfXN2PMN35WBuz5FdCAjUXH+nicD0qXMcb7ZNHenYJIhFtwzbGWUfEv74/V4oR ze4pZXQTJQAXH0PwvZCbMXZN4nEGKP/sPzp15Efpou/fUvZFwBxqf1JON+3DkE8WlQly SJGQ== X-Gm-Message-State: AHPjjUipWHKlKHqJgM2HMNIkWi7QtljnID6rwSM+45ON4WK9i/jC0O6l umcBadtIJ2Tts8Iud6N+KtlDIw== X-Google-Smtp-Source: AOwi7QBRaKjdLagNXhTDeBT/3tusebasYC1LN/6suj/phML+wDH1en/THYiOXz0gs+5jL4Vt9ZxQ+w== X-Received: by 10.98.59.193 with SMTP id w62mr7443692pfj.5.1506688621029; Fri, 29 Sep 2017 05:37:01 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id s187sm6164865pgb.82.2017.09.29.05.36.57 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 Sep 2017 05:36:59 -0700 (PDT) Date: Fri, 29 Sep 2017 20:36:51 +0800 From: Yuanhan Liu To: Maxime Coquelin Cc: dev@dpdk.org, remy.horton@intel.com, tiwei.bie@intel.com, mst@redhat.com, jfreiman@redhat.com, vkaplans@redhat.com, jasowang@redhat.com Message-ID: <20170929123651.GQ2251@yliu-home> References: <20170924161921.30010-1-maxime.coquelin@redhat.com> <20170924161921.30010-20-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170924161921.30010-20-maxime.coquelin@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH v2 19/19] vhost: enable IOMMU support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 12:37:02 -0000 On Sun, Sep 24, 2017 at 06:19:21PM +0200, Maxime Coquelin wrote: > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vhost.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h > index fb48f3012..598c65b56 100644 > --- a/lib/librte_vhost/vhost.h > +++ b/lib/librte_vhost/vhost.h > @@ -211,7 +211,8 @@ struct vhost_msg { > (1ULL << VIRTIO_NET_F_GUEST_TSO4) | \ > (1ULL << VIRTIO_NET_F_GUEST_TSO6) | \ > (1ULL << VIRTIO_RING_F_INDIRECT_DESC) | \ > - (1ULL << VIRTIO_NET_F_MTU)) > + (1ULL << VIRTIO_NET_F_MTU) | \ > + (1ULL << VIRTIO_F_IOMMU_PLATFORM)) > Hi Maxime, You need update the release note. --yliu