Searched refs:bonded (Results 1 – 6 of 6) sorted by relevance
9 allows physical PMDs to be bonded together to create a single logical PMD.20 and a switch. The new bonded PMD will then process these interfaces based on26 bonded device and its slave devices.236 and duplex to be added as a slaves to the same bonded device. The bonded device260 bonded device to read.277 maximum of one bonded device. Slave devices are reconfigured with the278 configuration of the bonded device on being added to a bonded device.299 the bonded devices MAC address.363 parameters of a bonded device using the provided APIs421 of the bonded device.[all …]
77 uint8_t bonded : 1; member149 FOR_EACH_PORT_IF(_i, _slave, (_slave)->bonded != 0)231 RTE_VERIFY(slave->bonded == 0); in add_slave()248 slave->bonded = 1; in add_slave()272 RTE_VERIFY(slave->bonded == 1); in remove_slave()289 slave->bonded = 0; in remove_slave()375 TEST_ASSERT(slave->bonded == 0, in remove_slaves_and_stop_bonded_device()1534 if (port->bonded != 0) in check_environment()
19 A bonded device is created in the VM.20 The virtio and VF PMD's are added as slaves to the bonded device.21 The VF is set as the primary slave of the bonded device.105 Create bonded device (mode) (socket).117 testpmd> create bonded device 1 0118 Created new bonded device net_bond_testpmd_0 on (port 2).
2117 For example, to re-attach a bonded port which has been previously detached,2125 EAL: Create bonded device net_bond_0 on port 0 in mode 0 on socket 0.2512 create bonded device2517 testpmd> create bonded device (mode) (socket)2519 For example, to create a bonded device in mode 1 on socket 0::2521 testpmd> create bonded device 1 02522 created new bonded device (port X)2603 For example, to set the link status monitoring polling period of bonded device (port 5) to 150ms::
843 DPDK implements a light-weight library to allow PMDs to be bonded together and provide a single log…
6627 cmdline_fixed_string_t bonded; member6681 bonded, "bonded");