From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH v2] doc: add shared library versions for missing PMDs Date: Wed, 27 Sep 2017 19:58:37 +0100 Message-ID: <20170927185837.22844-1-ferruh.yigit@intel.com> References: <20170911163335.50221-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Thomas Monjalon , Ferruh Yigit To: John McNamara Return-path: 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) In-Reply-To: <20170911163335.50221-1-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" Signed-off-by: Ferruh Yigit Acked-by: John McNamara --- 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 -- 2.13.5