From patchwork Mon Oct 15 14:50:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 46840 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 026444C96; Mon, 15 Oct 2018 15:51:23 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BBA184C80 for ; Mon, 15 Oct 2018 15:51:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 06:51:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,384,1534834800"; d="scan'208";a="81340044" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga007.jf.intel.com with ESMTP; 15 Oct 2018 06:51:18 -0700 From: Ferruh Yigit To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Ferruh Yigit , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com, Maxime Coquelin , Tiwei Bie , Zhihong Wang Date: Mon, 15 Oct 2018 15:50:54 +0100 Message-Id: <20181015145057.37864-3-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com> References: <20181015145057.37864-1-ferruh.yigit@intel.com> Subject: [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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 7c1290374621 ("vhost: rename device ops struct") Signed-off-by: Ferruh Yigit Reviewed-by: Tiwei Bie --- 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