File startup-conf.patch of Package vpp
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf
index 7b4f69d..57e795f 100644
--- a/src/vpp/conf/startup.conf
+++ b/src/vpp/conf/startup.conf
@@ -7,23 +7,6 @@ unix {
gid vpp
}
-api-trace {
-## This stanza controls binary API tracing. Unless there is a very strong reason,
-## please leave this feature enabled.
- on
-## Additional parameters:
-##
-## To set the number of binary API trace records in the circular buffer, configure nitems
-##
-## nitems <nnn>
-##
-## To save the api message table decode tables, configure a filename. Results in /tmp/<filename>
-## Very handy for understanding api message changes between versions, identifying missing
-## plugins, and so forth.
-##
-## save-api-table <filename>
-}
-
api-segment {
gid vpp
}
@@ -69,7 +52,7 @@ cpu {
# scheduler-priority 50
}
-# dpdk {
+ dpdk {
## Change default settings for all interfaces
# dev default {
## Number of receive queues, enables RSS
@@ -121,7 +104,7 @@ cpu {
## Change UIO driver used by VPP, Options are: igb_uio, vfio-pci,
## uio_pci_generic or auto (default)
- # uio-driver vfio-pci
+ uio-driver vfio-pci
## Disable multi-segment buffers, improves performance but
## disables Jumbo MTU support
@@ -142,7 +125,8 @@ cpu {
# }
-# plugins {
+plugins {
+ path /usr/lib64/vpp_plugins
## Adjusting the plugin path depending on where the VPP plugins are
# path /ws/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins