startup: remove dpdk linking bonding configuration 40/19940/2
authorZhiyong Yang <zhiyong.yang@intel.com>
Tue, 4 Jun 2019 02:28:06 +0000 (22:28 -0400)
committerDamjan Marion <dmarion@me.com>
Tue, 4 Jun 2019 07:36:35 +0000 (07:36 +0000)
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>
src/vpp/conf/startup.conf

index 610f248..71058e2 100644 (file)
@@ -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