From patchwork Wed Sep 27 18:58:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 29219 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 D98AD37B7; Wed, 27 Sep 2017 20:58:44 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7C7682C01 for ; Wed, 27 Sep 2017 20:58:42 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2017 11:58:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,446,1500966000"; d="scan'208";a="154081337" Received: from silpixa00372839.ir.intel.com (HELO silpixa00372839.ger.corp.intel.com) ([10.237.222.154]) by orsmga005.jf.intel.com with ESMTP; 27 Sep 2017 11:58:40 -0700 From: Ferruh Yigit To: John McNamara Cc: dev@dpdk.org, Thomas Monjalon , Ferruh Yigit Date: Wed, 27 Sep 2017 19:58:37 +0100 Message-Id: <20170927185837.22844-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170911163335.50221-1-ferruh.yigit@intel.com> References: <20170911163335.50221-1-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: add shared library versions for missing PMDs 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" Signed-off-by: Ferruh Yigit Acked-by: John McNamara Acked-by: Zhiyong Yang --- doc/guides/rel_notes/release_17_11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index bb0ba80c6..de637fb4b 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -198,8 +198,12 @@ The libraries prepended with a plus sign were incremented in this version. librte_net.so.1 librte_pdump.so.1 librte_pipeline.so.3 + librte_pmd_bnxt.so.1 librte_pmd_bond.so.1 + librte_pmd_i40e.so.1 + librte_pmd_ixgbe.so.1 librte_pmd_ring.so.2 + librte_pmd_vhost.so.1 librte_port.so.3 librte_power.so.1 librte_reorder.so.1