[dpdk-dev] [PATCH 1/6] doc: add missing shared library versions to release notes

Ferruh Yigit ferruh.yigit at intel.com
Mon Oct 15 16:50:52 CEST 2018


Fixes: 857ed6c68cf2 ("member: implement main API")
Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library")

Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
Cc: yipeng1.wang at intel.com
Cc: pablo.de.lara.guarch at intel.com
---
 doc/guides/rel_notes/release_18_11.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst
index 1348fab06..e803a800d 100644
--- a/doc/guides/rel_notes/release_18_11.rst
+++ b/doc/guides/rel_notes/release_18_11.rst
@@ -304,6 +304,7 @@ The libraries prepended with a plus sign were incremented in this version.
      librte_cryptodev.so.5
      librte_distributor.so.1
    + librte_eal.so.9
+     librte_efd.so.1
      librte_ethdev.so.10
    + librte_eventdev.so.6
      librte_flow_classify.so.1
@@ -317,6 +318,7 @@ The libraries prepended with a plus sign were incremented in this version.
      librte_latencystats.so.1
      librte_lpm.so.2
      librte_mbuf.so.4
+     librte_member.so.1
      librte_mempool.so.5
      librte_meter.so.2
      librte_metrics.so.1
-- 
2.17.2



More information about the dev mailing list