Signed-off-by: mstolarchuk
---
lib/librte_hash/rte_cuckoo_hash.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/lib/librte_hash/rte_cuckoo_hash.c
b/lib/librte_hash/rte_cuckoo_hash.c
index 645c0cf..37a8110 100644
--- a/lib/librte_hash/rte_cuckoo_hash.c
+++ b
Improves consistency, allows identifcation of use-sites
Signed-off-by: mstolarchuk
---
lib/librte_hash/rte_cuckoo_hash.c | 64 +++
1 file changed, 31 insertions(+), 33 deletions(-)
diff --git a/lib/librte_hash/rte_cuckoo_hash.c
b/lib/librte_hash
Consisntly use a single exit path in the code, have th various return values
set then call the exit path.
---
lib/librte_hash/rte_cuckoo_hash.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/lib/librte_hash/rte_cuckoo_hash.c
b/lib/librte_hash/rte_cuc
unrelated threads
are inserting into the hash, each of these threads treat
this static as their own property.
Signed-off-by: mstolarchuk
---
lib/librte_hash/rte_cuckoo_hash.c | 21 +++--
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/lib/librte_hash/rte_cuckoo_has
Consisntly use a single exit path in the code,
have the various return values set 'ret' then use the single exit path.
Signed-off-by: mstolarchuk
---
lib/librte_hash/rte_cuckoo_hash.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/lib/l
5 matches
Mail list logo