diff options
author | Zhiyong Yang <zhiyong.yang@intel.com> | 2019-06-03 22:28:06 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-06-04 07:36:35 +0000 |
commit | bbc0867b6322d63cd35dda8e7a836566d93f1f16 (patch) | |
tree | 8a00753c39e1eaa9fa9b8a64061ed45437cd4085 | |
parent | ab480d0a7097f09f614f863e2af8b5b965200662 (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>
-rw-r--r-- | src/vpp/conf/startup.conf | 10 |
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 |