From 2752b89ead002d1f07d840db0e925f3229e0f178 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 11 Dec 2017 15:55:56 +0100 Subject: pci: auto-detect right vfio/uio driver Change-Id: Ib4012ff598698924484525932d041988cc4c63f6 Signed-off-by: Damjan Marion --- src/vpp/conf/startup.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 304dd1fab3f..b18c6743869 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -105,8 +105,8 @@ cpu { # vdev eth_bond0,mode=1,slave=0000:02:00.0,slave=0000:03:00.0 # vdev eth_bond1,mode=1,slave=0000:02:00.1,slave=0000:03:00.1 - ## Change UIO driver used by VPP, Options are: igb_uio, vfio-pci - ## and uio_pci_generic (default) + ## Change UIO driver used by VPP, Options are: igb_uio, vfio-pci, + ## uio_pci_generic or auto (default) # uio-driver vfio-pci ## Disable mutli-segment buffers, improves performance but -- cgit 1.2.3-korg