From 1f806587d8e1d94ee7630cee134fbaae2de2f31e Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Thu, 14 Jun 2018 09:18:21 -0400 Subject: Use __attribute__((weak)) references where necessary It should be possible to use vlib without the vlibmemory library, etc. Change-Id: Ic2316b93d7dbb728fb4ff42a3ca8b0d747c9425e Signed-off-by: Dave Barach --- src/vpp/conf/startup.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 7ed279840fa..c1ac1235861 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -28,6 +28,10 @@ api-segment { gid vpp } +socksvr { + default +} + cpu { ## In the VPP there is one main thread and optionally the user can create worker(s) ## The main thread and worker thread(s) can be pinned to CPU core(s) manually or automatically -- cgit 1.2.3-korg