From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [PATCH 3/6] doc: fix vhost library version in release notes Date: Tue, 16 Oct 2018 10:19:59 +0800 Message-ID: <20181016021959.GA21591@debian> References: <20181015145057.37864-1-ferruh.yigit@intel.com> <20181015145057.37864-3-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com, Maxime Coquelin , Zhihong Wang To: Ferruh Yigit Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 43BD21E2F for ; Tue, 16 Oct 2018 04:21:19 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20181015145057.37864-3-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Oct 15, 2018 at 03:50:54PM +0100, Ferruh Yigit wrote: > Fixes: 7c1290374621 ("vhost: rename device ops struct") > > Signed-off-by: Ferruh Yigit > --- > Cc: Maxime Coquelin > Cc: Tiwei Bie > Cc: Zhihong Wang > --- > doc/guides/rel_notes/release_18_11.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst > index 795a7ea3f..03f73484e 100644 > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/release_18_11.rst > @@ -342,7 +342,7 @@ The libraries prepended with a plus sign were incremented in this version. > librte_security.so.1 > librte_table.so.3 > librte_timer.so.1 > - librte_vhost.so.3 > + librte_vhost.so.4 > > > Known Issues > -- > 2.17.2 > Reviewed-by: Tiwei Bie