Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_args.c180 uint8_t *agg_mode; in bond_ethdev_parse_slave_agg_mode_kvarg() local
185 agg_mode = extra_args; in bond_ethdev_parse_slave_agg_mode_kvarg()
189 *agg_mode = AGG_STABLE; in bond_ethdev_parse_slave_agg_mode_kvarg()
192 *agg_mode = AGG_BANDWIDTH; in bond_ethdev_parse_slave_agg_mode_kvarg()
195 *agg_mode = AGG_COUNT; in bond_ethdev_parse_slave_agg_mode_kvarg()
197 switch (*agg_mode) { in bond_ethdev_parse_slave_agg_mode_kvarg()
H A Drte_eth_bond_pmd.c3330 uint8_t agg_mode; in bond_probe() local
3406 &agg_mode) != 0) { in bond_probe()
3414 internals->mode4.agg_selection = agg_mode; in bond_probe()
3477 uint8_t agg_mode; in bond_ethdev_configure() local
3583 &agg_mode) != 0) { in bond_ethdev_configure()
3590 agg_mode); in bond_ethdev_configure()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c5954 int bonding_mode, agg_mode; in cmd_show_bonding_config_parsed() local
5996 agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id); in cmd_show_bonding_config_parsed()
5998 switch (agg_mode) { in cmd_show_bonding_config_parsed()
6452 cmdline_fixed_string_t agg_mode; member
6486 agg_mode, "agg_mode");
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2570 set bonding agg_mode
2575 testpmd> set bonding agg_mode (port_id) (bandwidth|count|stable)