From cb9cadad578297ffd78fa8a33670bdf1ab669e7e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 8 Dec 2015 15:45:58 -0700 Subject: Initial commit of vpp code. Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke --- vpp/conf/startup.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vpp/conf/startup.conf (limited to 'vpp/conf/startup.conf') diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf new file mode 100644 index 00000000000..081589e906c --- /dev/null +++ b/vpp/conf/startup.conf @@ -0,0 +1,15 @@ + +unix { + nodaemon + log /tmp/vpe.log + cli-listen localhost:5002 + full-coredump +} + +api-trace { + on +} + +dpdk { + socket-mem 1024 +} -- cgit 1.2.3-korg