From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id B9D9E1B108 for ; Wed, 21 Nov 2018 17:48:39 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E6A00307D868; Wed, 21 Nov 2018 16:48:38 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id CFA295C241; Wed, 21 Nov 2018 16:48:37 +0000 (UTC) From: Kevin Traynor To: Jerin Jacob Cc: dpdk stable Date: Wed, 21 Nov 2018 16:47:15 +0000 Message-Id: <20181121164828.32249-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Wed, 21 Nov 2018 16:48:39 +0000 (UTC) Subject: [dpdk-stable] patch 'doc: fix eventdev shared library version' has been queued to stable release 18.08.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 16:48:40 -0000 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 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 --- 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 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@dpdk.org Signed-off-by: Jerin Jacob --- 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