Searched refs:num_active_slaves (Results 1 – 1 of 1) sorted by relevance
5956 int num_slaves, num_active_slaves; in cmd_show_bonding_config_parsed() local6029 num_active_slaves = rte_eth_bond_active_slaves_get(port_id, slaves, in cmd_show_bonding_config_parsed()6032 if (num_active_slaves < 0) { in cmd_show_bonding_config_parsed()6036 if (num_active_slaves > 0) { in cmd_show_bonding_config_parsed()6037 printf("\tActive Slaves (%d): [", num_active_slaves); in cmd_show_bonding_config_parsed()6038 for (i = 0; i < num_active_slaves - 1; i++) in cmd_show_bonding_config_parsed()6041 printf("%d]\n", slaves[num_active_slaves - 1]); in cmd_show_bonding_config_parsed()