Home
last modified time | relevance | path

Searched refs:agg_mode (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_args.c171 uint8_t *agg_mode; in bond_ethdev_parse_slave_agg_mode_kvarg() local
176 agg_mode = extra_args; in bond_ethdev_parse_slave_agg_mode_kvarg()
180 *agg_mode = AGG_STABLE; in bond_ethdev_parse_slave_agg_mode_kvarg()
183 *agg_mode = AGG_BANDWIDTH; in bond_ethdev_parse_slave_agg_mode_kvarg()
186 *agg_mode = AGG_COUNT; in bond_ethdev_parse_slave_agg_mode_kvarg()
188 switch (*agg_mode) { in bond_ethdev_parse_slave_agg_mode_kvarg()
H A Drte_eth_bond_pmd.c3439 uint8_t agg_mode; in bond_probe() local
3517 &agg_mode) != 0) { in bond_probe()
3525 internals->mode4.agg_selection = agg_mode; in bond_probe()
3588 uint8_t agg_mode; in bond_ethdev_configure() local
3714 &agg_mode) != 0) { in bond_ethdev_configure()
3721 agg_mode); in bond_ethdev_configure()
/dpdk/app/test-pmd/
H A Dcmdline.c6312 int bonding_mode, agg_mode; in cmd_show_bonding_config_parsed() local
6357 agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id); in cmd_show_bonding_config_parsed()
6359 switch (agg_mode) { in cmd_show_bonding_config_parsed()
6822 cmdline_fixed_string_t agg_mode; member
6856 agg_mode, "agg_mode");
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2617 set bonding agg_mode
2622 testpmd> set bonding agg_mode (port_id) (bandwidth|count|stable)