aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/conf/startup.uiopcigeneric.conf
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-06-08 14:41:40 -0500
committerEd Warnicke <hagbard@gmail.com>2016-06-08 20:46:08 +0000
commit43f87e2d23efd8b98eec952a448878914baa39f7 (patch)
tree7c609816eda91f0c953d96dca01f8f111c49f5d9 /vpp/conf/startup.uiopcigeneric.conf
parentcf6511560ec7205642b2fb120defbef21b278526 (diff)
VPP-124: Fix rpms to work out of the box.
Currently, for vpp we are not building any rpms for dpdk or igb_uio. This is because uio_pci_generic as shipped with centos works with vpp. However, our vpp rpms do not install kernel module uio_pci_generic at start up and the /etc/vpp/startup.conf does not configure vpp to use uio_pci_generic. vpp rpms should do both, so that when the vpp rpm is installed and vpp started, it just works out of the box. This patch fixes the rpms to do so. Change-Id: Ib934b51f9271cded466d235aa4044bef75c35960 Signed-off-by: Ed Warnicke <eaw@cisco.com> (cherry picked from commit 40c66394280365ed6b1c5b8f569254f668f80cdb)
Diffstat (limited to 'vpp/conf/startup.uiopcigeneric.conf')
-rw-r--r--vpp/conf/startup.uiopcigeneric.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/vpp/conf/startup.uiopcigeneric.conf b/vpp/conf/startup.uiopcigeneric.conf
new file mode 100644
index 00000000000..69bdb716218
--- /dev/null
+++ b/vpp/conf/startup.uiopcigeneric.conf
@@ -0,0 +1,14 @@
+
+unix {
+ nodaemon
+ log /tmp/vpp.log
+ full-coredump
+}
+
+dpdk {
+ uio-driver uio_pci_generic
+}
+
+api-trace {
+ on
+}