[dpdk-dev,v2] doc: add shared library versions for missing PMDs

Message ID 20170927185837.22844-1-ferruh.yigit@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Ferruh Yigit Sept. 27, 2017, 6:58 p.m. UTC
  Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
---
 doc/guides/rel_notes/release_17_11.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Yang, Zhiyong Sept. 28, 2017, 2:04 a.m. UTC | #1
Hi Ferruh,

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit
> Sent: Thursday, September 28, 2017 2:59 AM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org; Thomas Monjalon <thomas@monjalon.net>; Yigit, Ferruh
> <ferruh.yigit@intel.com>
> Subject: [dpdk-dev] [PATCH v2] doc: add shared library versions for missing
> PMDs
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>
> ---

Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>

>       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
  
Thomas Monjalon Oct. 4, 2017, 9:38 p.m. UTC | #2
Added comment:
These PMDs must be versioned because they have an API.

> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> > Acked-by: John McNamara <john.mcnamara@intel.com>
> 
> Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>

Applied, thanks
  

Patch

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