[dpdk-stable] patch 'doc: fix eventdev shared library version' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Wed Nov 21 17:47:15 CET 2018


Hi,

FYI, your patch has been queued to stable release 18.08.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/27/18. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the patch applied
to the branch. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Kevin Traynor

---
>From e00ebf9003c664c38a976b247efe466debe6ff90 Mon Sep 17 00:00:00 2001
From: Jerin Jacob <jerin.jacob at caviumnetworks.com>
Date: Tue, 25 Sep 2018 18:42:41 +0530
Subject: [PATCH] doc: fix eventdev shared library version

[ upstream commit 0ad9a8d391096d67e6ae99a1d29aef36a483bcb2 ]

The below change set suppose to bump the eventdev shared library version.
It missed updating the version number so fixing it now.

Fixes: 3810ae435783 ("eventdev: add interrupt driven queues to Rx adapter")

Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
---
 doc/guides/rel_notes/release_18_08.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/rel_notes/release_18_08.rst b/doc/guides/rel_notes/release_18_08.rst
index 321fa8451..8a09dee95 100644
--- a/doc/guides/rel_notes/release_18_08.rst
+++ b/doc/guides/rel_notes/release_18_08.rst
@@ -253,5 +253,5 @@ The libraries prepended with a plus sign were incremented in this version.
    + librte_eal.so.8
    + librte_ethdev.so.10
-     librte_eventdev.so.4
+   + librte_eventdev.so.5
      librte_flow_classify.so.1
      librte_gro.so.1
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-21 16:44:31.001922542 +0000
+++ 0001-doc-fix-eventdev-shared-library-version.patch	2018-11-21 16:44:30.000000000 +0000
@@ -1,19 +1,19 @@
-From 0ad9a8d391096d67e6ae99a1d29aef36a483bcb2 Mon Sep 17 00:00:00 2001
+From e00ebf9003c664c38a976b247efe466debe6ff90 Mon Sep 17 00:00:00 2001
 From: Jerin Jacob <jerin.jacob at caviumnetworks.com>
 Date: Tue, 25 Sep 2018 18:42:41 +0530
 Subject: [PATCH] doc: fix eventdev shared library version
 
+[ upstream commit 0ad9a8d391096d67e6ae99a1d29aef36a483bcb2 ]
+
 The below change set suppose to bump the eventdev shared library version.
 It missed updating the version number so fixing it now.
 
 Fixes: 3810ae435783 ("eventdev: add interrupt driven queues to Rx adapter")
-Cc: stable at dpdk.org
 
 Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
 ---
  doc/guides/rel_notes/release_18_08.rst | 2 +-
- doc/guides/rel_notes/release_18_11.rst | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/doc/guides/rel_notes/release_18_08.rst b/doc/guides/rel_notes/release_18_08.rst
 index 321fa8451..8a09dee95 100644
@@ -26,17 +26,6 @@
 +   + librte_eventdev.so.5
       librte_flow_classify.so.1
       librte_gro.so.1
-diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst
-index 9c00e33cc..276e4ee92 100644
---- a/doc/guides/rel_notes/release_18_11.rst
-+++ b/doc/guides/rel_notes/release_18_11.rst
-@@ -182,5 +182,5 @@ The libraries prepended with a plus sign were incremented in this version.
-      librte_eal.so.8
-      librte_ethdev.so.10
--     librte_eventdev.so.4
-+     librte_eventdev.so.5
-      librte_flow_classify.so.1
-      librte_gro.so.1
 -- 
 2.19.0
 


More information about the stable mailing list