vppinfra: vector allocator rework
[vpp.git] / src / vpp / conf / startup.conf
index d96a430..52c9433 100644 (file)
@@ -51,6 +51,8 @@ socksvr {
        ## special keyword 'default-hugepage' will use system default hugepage
        ## size
        # main-heap-page-size 1G
+       ## Set the default huge page size.
+       # default-hugepage-size 1G
 #}
 
 cpu {
@@ -123,10 +125,6 @@ cpu {
                # num-rx-desc 512
                # num-tx-desc 512
 
-               ## VLAN strip offload mode for interface
-               ## Default is off
-               # vlan-strip-offload on
-
                ## TCP Segment Offload
                ## Default is off
                ## To enable TSO, 'enable-tcp-udp-checksum' must be set
@@ -199,6 +197,8 @@ cpu {
 # plugins {
        ## Adjusting the plugin path depending on where the VPP plugins are
        #       path /ws/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins
+       ## Add additional directory to the plugin path
+       #       add-path /tmp/vpp_plugins
 
        ## Disable all plugins by default and then selectively enable specific plugins
        # plugin default { disable }