Home
last modified time | relevance | path

Searched refs:bonded (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst9 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 on
26 bonded device and its slave devices.
236 and duplex to be added as a slaves to the same bonded device. The bonded device
260 bonded device to read.
277 maximum of one bonded device. Slave devices are reconfigured with the
278 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 APIs
421 of the bonded device.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Drenesas,drif.txt33 - When both the internal channels that are bonded together are enabled,
36 - When only one of the bonded channels need to be enabled, the property
69 among the bonded channels.
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_mode4.c77 uint8_t bonded : 1; member
150 FOR_EACH_PORT_IF(_i, _slave, (_slave)->bonded != 0)
233 RTE_VERIFY(slave->bonded == 0); in add_slave()
250 slave->bonded = 1; in add_slave()
274 RTE_VERIFY(slave->bonded == 1); in remove_slave()
291 slave->bonded = 0; in remove_slave()
377 TEST_ASSERT(slave->bonded == 0, in remove_slaves_and_stop_bonded_device()
1535 if (port->bonded != 0) in check_environment()
/f-stack/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst19 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 0
118 Created new bonded device net_bond_testpmd_0 on (port 2).
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2079 For example, to re-attach a bonded port which has been previously detached,
2087 EAL: Create bonded device net_bond_0 on port 0 in mode 0 on socket 0.
2465 create bonded device
2470 testpmd> create bonded device (mode) (socket)
2472 For example, to create a bonded device in mode 1 on socket 0::
2474 testpmd> create bonded device 1 0
2475 created new bonded device (port X)
2556 For example, to set the link status monitoring polling period of bonded device (port 5) to 150ms::
/f-stack/dpdk/doc/guides/nics/
H A Dbnxt.rst846 DPDK implements a light-weight library to allow PMDs to be bonded together and provide a single log…
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c6260 cmdline_fixed_string_t bonded; member
6313 bonded, "bonded");