| /dpdk/app/test/ |
| H A D | test_link_bonding_mode4.c | 243 slave->port_id), in add_slave() 245 (uint8_t)(slave - test_params.slave_ports), slave->port_id, in add_slave() 248 slave->bonded = 1; in add_slave() 277 slave->port_id); in remove_slave() 281 slave->port_id); in remove_slave() 289 slave->bonded = 0; in remove_slave() 373 slave->port_id); in remove_slaves_and_stop_bonded_device() 505 slave->port_id; in make_lacp_reply() 544 slave->port_id); in bond_handshake_reply() 566 slave->port_id); in bond_handshake_reply() [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 26 bonded device and its slave devices. 61 slave becomes active if, and only if, the primary active slave fails, 146 After a slave device is added to a bonded device slave is stopped using 151 slave and configured as well. 153 slave. 176 - Validate flow for each slave, failure at least for one slave causes to 185 the slave. 207 the slave. 281 original value of removal of a slave from it. 407 * slave: Defines the PMD device which will be added as slave to the bonded [all …]
|
| /dpdk/drivers/net/nfp/nfpcore/nfp6000/ |
| H A D | nfp_xpb.h | 21 #define NFP_XPB_DEVICE(island, slave, device) \ argument 23 (((slave) & 3) << 22) | \
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ptpclient.rst | 27 * Only the slave clock is implemented. 41 * Master sends *Sync* message - the slave saves it as T2. 46 The adjustment for slave can be represented as: 74 * ``-T 0``: Update only the PTP slave clock. 75 * ``-T 1``: Update the PTP slave clock and synchronize the Linux Kernel to the PTP clock. 181 The ``parse_ptp_frames()`` function processes PTP packets, implementing slave 190 implementation of the PTP slave client: 197 Also when we parse the *DELAY RESPONSE* packet, and all conditions are met we adjust the PTP slave …
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 21 The VF is set as the primary slave of the bonded device. 119 testpmd> add bonding slave 0 2 120 testpmd> add bonding slave 1 2 125 set bonding primary (slave id) (port id) 166 testpmd> remove bonding slave 1 2 169 Primary is now P0. There is 1 active slave. 213 Primary is now P0. There is 1 active slave. 349 testpmd> add bonding slave 1 2 358 testpmd> remove bonding slave 0 2
|
| /dpdk/lib/vhost/ |
| H A D | vhost_user.h | 129 uint32_t slave; /* a VhostUserSlaveRequest value*/ member
|
| H A D | vhost_user.c | 3101 if (msg_reply.msg.request.slave != ctx->msg.request.slave) { in process_slave_message_reply() 3103 dev->ifname, msg_reply.msg.request.slave, ctx->msg.request.slave); in process_slave_message_reply() 3121 .request.slave = VHOST_USER_SLAVE_IOTLB_MSG, in vhost_user_iotlb_miss() 3148 .request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG, in vhost_user_slave_config_change() 3187 .request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG, in vhost_user_slave_set_vring_host_notifier()
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 1176 struct port *slave, *agg_slave; in bond_mode_8023ad_mac_address_update() local 1183 slave = &bond_mode_8023ad_ports[slave_id]; in bond_mode_8023ad_mac_address_update() 1186 if (rte_is_same_ether_addr(&slave_addr, &slave->actor.system)) in bond_mode_8023ad_mac_address_update() 1189 rte_ether_addr_copy(&slave_addr, &slave->actor.system); in bond_mode_8023ad_mac_address_update() 1192 if (slave->aggregator_port_id != slave_id) in bond_mode_8023ad_mac_address_update()
|
| H A D | rte_eth_bond_pmd.c | 808 uint16_t slave; member 886 bwg_array[i].slave = slave_id; in bond_ethdev_update_tlb_slave_cb() 899 internals->tlb_slaves_order[i] = bwg_array[i].slave; in bond_ethdev_update_tlb_slave_cb() 2192 struct bond_slave_details slave; in bond_ethdev_info() local 2215 slave = internals->slaves[idx]; in bond_ethdev_info() 2216 ret = rte_eth_dev_info_get(slave.port_id, &slave_info); in bond_ethdev_info() 2221 slave.port_id, in bond_ethdev_info()
|
| /dpdk/doc/guides/nics/ |
| H A D | nfb.rst | 102 NUMA nodes, there is need for manual check where master/slave is connected.
|
| H A D | bnxt.rst | 847 … dpdk-testpmd -l 0-3 -n4 --vdev 'net_bonding0,mode=0,slave=<PCI B:D.F device 1>,slave=<PCI B:D.F… 848 …(ex) dpdk-testpmd -l 1,3,5,7,9 -n4 --vdev 'net_bonding0,mode=0,slave=0000:82:00.0,slave=0000:82:00…
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 437 * **bonding: Fix crash when stopping inactive slave.** 443 * **bonding: Fix initial link status of slave.** 446 when slave in bonding was (re-)started. 449 * **bonding: Fix socket id for LACP slave.**
|
| H A D | release_17_05.rst | 265 primary slave first. Then, any operation that cannot be enqueued is 266 enqueued to a secondary slave.
|
| H A D | release_18_05.rst | 563 * **Bonding PMD may fail to accept new slave ports in certain conditions.** 566 bonding may fail to register new slave ports.
|
| H A D | release_2_2.rst | 36 Added client slave sample application to demonstrate the IEEE1588
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2118 the mode and slave parameters must be given. 2122 testpmd> port attach net_bond_0,mode=0,slave=1 2524 add bonding slave 2529 testpmd> add bonding slave (slave id) (port id) 2533 testpmd> add bonding slave 6 10 2536 remove bonding slave 2539 Removes an Ethernet slave device from a Link Bonding device:: 2541 testpmd> remove bonding slave (slave id) (port id) 2545 testpmd> remove bonding slave 6 10 2561 Set an Ethernet slave device as the primary device on a Link Bonding device:: [all …]
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 350 'master / slave' (or 'slave' independent of 'master') and 'blacklist / 353 Recommended replacements for 'master / slave' are:
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 6510 cmdline_fixed_string_t slave; member 6542 slave, "slave"); 6569 cmdline_fixed_string_t slave; member 6601 slave, "slave");
|