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

Kevin Traynor ktraynor at redhat.com
Thu Nov 22 17:49:25 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/28/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 926b6bd79af4f804fc279b4bf6f9e97dbbed76d9 Mon Sep 17 00:00:00 2001
From: Yipeng Wang <yipeng1.wang at intel.com>
Date: Fri, 28 Sep 2018 07:11:09 -0700
Subject: [PATCH] hash: remove unused constant

[ upstream commit 86c1ef20908eb1c7574f581569d2800d00a9846f ]

Since the depth-first search of cuckoo path is removed, we do not
need the macro anymore which specifies the depth of the cuckoo
search.

Fixes: f2e3001b53ec ("hash: support read/write concurrency")

Signed-off-by: Yipeng Wang <yipeng1.wang at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 lib/librte_hash/rte_cuckoo_hash.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/librte_hash/rte_cuckoo_hash.h b/lib/librte_hash/rte_cuckoo_hash.h
index b43f467d5..fc0e5c262 100644
--- a/lib/librte_hash/rte_cuckoo_hash.h
+++ b/lib/librte_hash/rte_cuckoo_hash.h
@@ -105,6 +105,4 @@ const rte_hash_cmp_eq_t cmp_jump_table[NUM_KEY_CMP_CASES] = {
 #define LCORE_CACHE_SIZE		64
 
-#define RTE_HASH_MAX_PUSHES             100
-
 #define RTE_HASH_BFS_QUEUE_MAX_LEN       1000
 
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-22 16:47:33.111588386 +0000
+++ 0033-hash-remove-unused-constant.patch	2018-11-22 16:47:32.000000000 +0000
@@ -1,14 +1,15 @@
-From 86c1ef20908eb1c7574f581569d2800d00a9846f Mon Sep 17 00:00:00 2001
+From 926b6bd79af4f804fc279b4bf6f9e97dbbed76d9 Mon Sep 17 00:00:00 2001
 From: Yipeng Wang <yipeng1.wang at intel.com>
 Date: Fri, 28 Sep 2018 07:11:09 -0700
 Subject: [PATCH] hash: remove unused constant
 
+[ upstream commit 86c1ef20908eb1c7574f581569d2800d00a9846f ]
+
 Since the depth-first search of cuckoo path is removed, we do not
 need the macro anymore which specifies the depth of the cuckoo
 search.
 
 Fixes: f2e3001b53ec ("hash: support read/write concurrency")
-Cc: stable at dpdk.org
 
 Signed-off-by: Yipeng Wang <yipeng1.wang at intel.com>
 Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the stable mailing list