Home
last modified time | relevance | path

Searched refs:bond (Results 1 – 14 of 14) sorted by relevance

/dpdk/drivers/net/bonding/
H A Dmeson.build10 name = 'bond' #, james bond :-)
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst11 .. 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 Dmlx5_ethdev_os.c165 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 Dmlx5_mac.c169 priv->sh->bond.ports[priv->pf_bond].ifindex, in mlx5_mac_addr_set()
H A Dmlx5.c1108 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 Dmlx5_ethdev.c49 if (priv->master && priv->sh->bond.ifindex > 0) in mlx5_ifindex()
50 ifindex = priv->sh->bond.ifindex; in mlx5_ifindex()
H A Dmlx5_devx.c1102 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 Dmlx5.h1198 struct mlx5_bond_info bond; /* Bonding information. */ member
/dpdk/examples/
H A Dmeson.build12 'bond',
/dpdk/doc/api/
H A Ddoxy-api-index.md41 [bond] (@ref rte_eth_bond.h),
/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst75 corresponding virtio-net PCI device is bond to a UIO driver, which
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst451 Fixes: 46fb43683679 ("bond: add mode 4")
/dpdk/doc/guides/nics/
H A Dmlx5.rst997 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 DMAINTAINERS586 F: examples/bond/