]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/cmdline.c
common/cnxk: consider adjust value for TM burst calculation
[dpdk.git] / app / test-pmd / cmdline.c
index d08a1c97774f0bae5cf3b710b5c2d02dd1ad5889..4f51b259fed1ca10ecceb1c66ea84d142c4184bd 100644 (file)
@@ -6297,7 +6297,8 @@ static void cmd_show_bonding_config_parsed(void *parsed_result,
        } else
                printf("\tBonding mode: %d\n", bonding_mode);
 
-       if (bonding_mode == BONDING_MODE_BALANCE) {
+       if (bonding_mode == BONDING_MODE_BALANCE ||
+               bonding_mode == BONDING_MODE_8023AD) {
                int balance_xmit_policy;
 
                balance_xmit_policy = rte_eth_bond_xmit_policy_get(port_id);