From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v5 8/8] doc: update doc for virtio-user Date: Wed, 1 Jun 2016 16:30:06 +0800 Message-ID: <20160601083006.GH10038@yliu-dev.sh.intel.com> References: <1446748276-132087-1-git-send-email-jianfeng.tan@intel.com> <1464605739-140761-1-git-send-email-jianfeng.tan@intel.com> <1464605739-140761-9-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Huawei Xie , rich.lane@bigswitch.com, mst@redhat.com, nakajima.yoshihiro@lab.ntt.co.jp, p.fedin@samsung.com, ann.zhuangyanying@huawei.com, mukawa@igel.co.jp, nhorman@tuxdriver.com To: Jianfeng Tan Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DCCEC2BDC for ; Wed, 1 Jun 2016 10:27:16 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1464605739-140761-9-git-send-email-jianfeng.tan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, May 30, 2016 at 10:55:39AM +0000, Jianfeng Tan wrote: > Signed-off-by: Huawei Xie > Signed-off-by: Jianfeng Tan > --- > doc/guides/rel_notes/release_16_07.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst > index f6d543c..b1054b6 100644 > --- a/doc/guides/rel_notes/release_16_07.rst > +++ b/doc/guides/rel_notes/release_16_07.rst > @@ -34,6 +34,10 @@ This section should contain new features added in this release. Sample format: > > Refer to the previous release notes for examples. > > +* **Virtio support for containers.** > + > + Add a new virtual device, named virtio-user, to support virtio for containers. Note that Thomas have stated quite many times, that we should keep the release note in the same patch that actually enabled the feature. Besides that, I guess we should state the current limitation here. It might be even better if we could make a howto doc, say in the vhost example doc. --yliu