Searched refs:bond (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/net/bonding/ |
| H A D | meson.build | 10 name = 'bond' #, james bond :-)
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 11 .. figure:: img/bond-overview.* 42 .. figure:: img/bond-mode-0.* 55 .. figure:: img/bond-mode-1.* 68 .. figure:: img/bond-mode-2.* 90 .. figure:: img/bond-mode-3.* 100 .. figure:: img/bond-mode-4.* 123 .. figure:: img/bond-mode-5.* 177 bond validation failure. 188 - Destroy the flow in all slaves and release the bond internal flow 197 may include external flows or the bond internal LACP flow. [all …]
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 165 if (priv->master && priv->sh->bond.ifindex > 0) { in mlx5_get_ifname() 166 memcpy(ifname, priv->sh->bond.ifname, MLX5_NAMESIZE); in mlx5_get_ifname() 1340 ret = mlx5_ifreq_by_ifname(priv->sh->bond.ports[pf].ifname, in _mlx5_os_read_dev_counters() 1382 for (i = 0; i < priv->sh->bond.n_port; i++) { in mlx5_os_read_dev_counters() 1427 ret = mlx5_ifreq_by_ifname(priv->sh->bond.ports[0].ifname, in mlx5_os_get_stats_n() 1603 ret = mlx5_ifreq_by_ifname(priv->sh->bond.ports[0].ifname, in mlx5_os_stats_init()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_mac.c | 169 priv->sh->bond.ports[priv->pf_bond].ifindex, in mlx5_mac_addr_set()
|
| H A D | mlx5.c | 1108 if (sh->bond.n_port) { in mlx5_setup_tis() 1120 for (i = 0; i < sh->bond.n_port; i++) { in mlx5_setup_tis() 1123 sh->bond.n_port); in mlx5_setup_tis() 1128 " %s.", i, sh->bond.n_port, in mlx5_setup_tis() 1134 sh->bond.n_port, lag_ctx.tx_remap_affinity_1, in mlx5_setup_tis() 1440 sh->bond = *spawn->bond_info; in mlx5_alloc_shared_dev_ctx() 1515 } while (++i < (uint32_t)sh->bond.n_port); in mlx5_alloc_shared_dev_ctx() 1595 } while (++i < sh->bond.n_port); in mlx5_free_shared_dev_ctx()
|
| H A D | mlx5_ethdev.c | 49 if (priv->master && priv->sh->bond.ifindex > 0) in mlx5_ifindex() 50 ifindex = priv->sh->bond.ifindex; in mlx5_ifindex()
|
| H A D | mlx5_devx.c | 1102 if (priv->sh->bond.n_port && priv->sh->lag.affinity_mode == in mlx5_get_txq_tis_num() 1105 priv->sh->bond.n_port; in mlx5_get_txq_tis_num()
|
| H A D | mlx5.h | 1198 struct mlx5_bond_info bond; /* Bonding information. */ member
|
| /dpdk/examples/ |
| H A D | meson.build | 12 'bond',
|
| /dpdk/doc/api/ |
| H A D | doxy-api-index.md | 41 [bond] (@ref rte_eth_bond.h),
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost.rst | 75 corresponding virtio-net PCI device is bond to a UIO driver, which
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 451 Fixes: 46fb43683679 ("bond: add mode 4")
|
| /dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 997 When a bond exists in the driver, by default it should be managed by the 999 If this devarg is set to 1 it will allow the user to manage the bond by
|
| /dpdk/ |
| H A D | MAINTAINERS | 586 F: examples/bond/
|