File 0003-startup-conf.patch of Package vpp.9011
--- ./src/vpp/conf/startup.conf.old 2018-01-09 10:59:00.410167148 +0100
+++ ./src/vpp/conf/startup.conf 2018-01-09 11:00:52.678744515 +0100
@@ -64,7 +64,7 @@
# scheduler-priority 50
}
-# dpdk {
+dpdk {
## Change default settings for all intefaces
# dev default {
## Number of receive queues, enables RSS
@@ -107,7 +107,7 @@
## 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 mutli-segment buffers, improves performance but
## disables Jumbo MTU support
@@ -125,13 +125,13 @@
## Disables UDP / TCP TX checksum offload. Typically needed for use
## faster vector PMDs (together with no-multi-seg)
# no-tx-checksum-offload
-# }
+}
# Adjusting the plugin path depending on where the VPP plugins are:
-#plugins
-#{
-# path /home/bms/vpp/build-root/install-vpp-native/vpp/lib64/vpp_plugins
-#}
+plugins
+{
+ path /usr/lib64/vpp_plugins
-# Alternate syntax to choose plugin path
-#plugin_path /home/bms/vpp/build-root/install-vpp-native/vpp/lib64/vpp_plugins
+ # Uncomment the following line to disable DPDK and use Linux Kernel infrastructure
+ # plugin dpdk_plugin.so { disable }
+}