[dpdk-stable] patch 'config: remove unused parameter' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Tue Nov 20 20:12:37 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/23/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 4ebebee4e5d63e00290110a26107d1ade80a29f9 Mon Sep 17 00:00:00 2001
From: Qi Zhang <qi.z.zhang at intel.com>
Date: Mon, 17 Sep 2018 15:39:32 +0800
Subject: [PATCH] config: remove unused parameter

[ upstream commit 3139d3bed781524c55b9e497e58bf17f759a73a3 ]

RTE_LIBRTE_I40E_ITR_INTERVAL is not used. So it should also be removed
in config/rte_config.h for meson+ninja build.

Fixes: 864a800d706d ("net/i40e: remove VF interrupt handler")

Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 config/rte_config.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/config/rte_config.h b/config/rte_config.h
index 46775a841..9ec77efda 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -110,6 +110,4 @@
 #define RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF 4
 #define RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM 4
-/* interval up to 8160 us, aligned to 2 (or default value) */
-#define RTE_LIBRTE_I40E_ITR_INTERVAL -1
 
 /* Ring net PMD settings */
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-20 17:53:08.574584586 +0000
+++ 0047-config-remove-unused-parameter.patch	2018-11-20 17:53:07.000000000 +0000
@@ -1,13 +1,14 @@
-From 3139d3bed781524c55b9e497e58bf17f759a73a3 Mon Sep 17 00:00:00 2001
+From 4ebebee4e5d63e00290110a26107d1ade80a29f9 Mon Sep 17 00:00:00 2001
 From: Qi Zhang <qi.z.zhang at intel.com>
 Date: Mon, 17 Sep 2018 15:39:32 +0800
 Subject: [PATCH] config: remove unused parameter
 
+[ upstream commit 3139d3bed781524c55b9e497e58bf17f759a73a3 ]
+
 RTE_LIBRTE_I40E_ITR_INTERVAL is not used. So it should also be removed
 in config/rte_config.h for meson+ninja build.
 
 Fixes: 864a800d706d ("net/i40e: remove VF interrupt handler")
-Cc: stable at dpdk.org
 
 Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
 Acked-by: Bruce Richardson <bruce.richardson at intel.com>
@@ -16,7 +17,7 @@
  1 file changed, 2 deletions(-)
 
 diff --git a/config/rte_config.h b/config/rte_config.h
-index ee84f0497..567051b9c 100644
+index 46775a841..9ec77efda 100644
 --- a/config/rte_config.h
 +++ b/config/rte_config.h
 @@ -110,6 +110,4 @@


More information about the stable mailing list