[dpdk-dev] [PATCH] examples/l3fwd: enabling 4m hash for all 64 bit archs
2016-08-23 20:24, Hemant Agrawal: > This patch enables the support for 4 million hash entries > for all 64 bit architectures. > > Signed-off-by: Hemant Agrawal Applied, thanks
[dpdk-dev] [PATCH] examples/l3fwd: enabling 4m hash for all 64 bit archs
This patch enables the support for 4 million hash entries for all 64 bit architectures. Signed-off-by: Hemant Agrawal --- examples/l3fwd/l3fwd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/l3fwd/l3fwd.h b/examples/l3fwd/l3fwd.h index d8798b7..011ba14 100644 --- a