aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-04-15 20:24:55 +0200
committerDamjan Marion <damarion@cisco.com>2016-04-17 18:26:17 +0200
commit7a2a378d2dcdba900651b02859b686cafe6dfd22 (patch)
tree352c18782c5306c86fa86da570d55c2be836f98a /Makefile
parentf5bf6ddbf2f8d063c994556da5c8a6c52e5ef40d (diff)
dpdk socket-mem handling optimizations
- introduces default socket-mem size of 512 MB per socket - default socket-mem value is applied to all discovered CPU sockets - fixes bug when < 1024 socket-mem parameter is specified - for socket-mem < 1024 code prefers 2 MB pages - improves handling of manualy specified socket-mem values Change-Id: I9ef848108d7dd1228fbd82a5be49eb5277a93683 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4641b720..b53941b4 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ V?=0
GDB?=gdb
PLATFORM?=vpp
-MINIMAL_STARTUP_CONF="unix { interactive } dpdk { no-pci socket-mem 1024 }"
+MINIMAL_STARTUP_CONF="unix { interactive }"
GDB_ARGS= -ex "handle SIGUSR1 noprint nostop"