From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 19:21:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,386,1534834800"; d="scan'208";a="81504006" Received: from btwcube1.sh.intel.com (HELO debian) ([10.67.104.158]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 19:21:16 -0700 Date: Tue, 16 Oct 2018 10:19:59 +0800 From: Tiwei Bie To: Ferruh Yigit Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com, Maxime Coquelin , Zhihong Wang 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 Content-Disposition: inline In-Reply-To: <20181015145057.37864-3-ferruh.yigit@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH 3/6] doc: fix vhost library version in release notes 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: Tue, 16 Oct 2018 02:21:19 -0000 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