aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/conf/startup.conf
diff options
context:
space:
mode:
authorZhiyong Yang <zhiyong.yang@intel.com>2019-06-03 22:28:06 -0400
committerDamjan Marion <dmarion@me.com>2019-06-04 07:36:35 +0000
commitbbc0867b6322d63cd35dda8e7a836566d93f1f16 (patch)
tree8a00753c39e1eaa9fa9b8a64061ed45437cd4085 /src/vpp/conf/startup.conf
parentab480d0a7097f09f614f863e2af8b5b965200662 (diff)
startup: remove dpdk linking bonding configuration
As dpdk linking bonding code has been removed by the patch https://gerrit.fd.io/r/#/c/19867/, corresponding configuration info should be removed. Change-Id: I048ae068619c83190252a75284bd5306ce61611e Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Diffstat (limited to 'src/vpp/conf/startup.conf')
-rw-r--r--src/vpp/conf/startup.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf
index 610f2486a5d..71058e21cf5 100644
--- a/src/vpp/conf/startup.conf
+++ b/src/vpp/conf/startup.conf
@@ -120,16 +120,6 @@ cpu {
# num-rx-queues 2
# }
- ## Specify bonded interface and its slaves via PCI addresses
- ##
- ## Bonded interface in XOR load balance mode (mode 2) with L3 and L4 headers
- # vdev eth_bond0,mode=2,slave=0000:02:00.0,slave=0000:03:00.0,xmit_policy=l34
- # vdev eth_bond1,mode=2,slave=0000:02:00.1,slave=0000:03:00.1,xmit_policy=l34
- ##
- ## Bonded interface in Active-Back up mode (mode 1)
- # 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,
## uio_pci_generic or auto (default)
# uio-driver vfio-pci