git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf435a0
)
examples/l3fwd: enable 4M hash for all 64-bit archs
author
Hemant Agrawal
<hemant.agrawal@nxp.com>
Tue, 23 Aug 2016 14:54:40 +0000
(20:24 +0530)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Thu, 13 Oct 2016 12:37:48 +0000
(14:37 +0200)
This patch enables the support for 4 million hash entries
for all 64 bit architectures.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
examples/l3fwd/l3fwd.h
patch
|
blob
|
history
diff --git
a/examples/l3fwd/l3fwd.h
b/examples/l3fwd/l3fwd.h
index
d8798b7
..
011ba14
100644
(file)
--- a/
examples/l3fwd/l3fwd.h
+++ b/
examples/l3fwd/l3fwd.h
@@
-68,7
+68,7
@@
#define MASK_ETH 0x3f
/* Hash parameters. */
-#ifdef RTE_ARCH_
X86_
64
+#ifdef RTE_ARCH_64
/* default to 4 million hash entries (approx) */
#define L3FWD_HASH_ENTRIES (1024*1024*4)
#else