X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fbond%2Fmain.c;h=7da6bfcd1ab9c74405cd6b426d85ff37a656c7c7;hb=4b1b380213f3fc7029e8b9d936fc0a5d25009422;hp=e4457f2e8466d175ac6e294f716f8be3253d120b;hpb=a91d686358c3fab7f3fc671d9bd9f4ce46fdc665;p=dpdk.git diff --git a/examples/bond/main.c b/examples/bond/main.c index e4457f2e84..7da6bfcd1a 100644 --- a/examples/bond/main.c +++ b/examples/bond/main.c @@ -650,7 +650,6 @@ cmdline_parse_inst_t cmd_quit = { }, }; -extern void print_client_stats(void); struct cmd_show_result { cmdline_fixed_string_t show; }; @@ -680,10 +679,6 @@ static void cmd_show_parsed(__attribute__((unused)) void *parsed_result, global_flag_stru_p->port_packets[1], global_flag_stru_p->port_packets[2]); rte_spinlock_unlock(&global_flag_stru_p->lock); - -#if defined(RTE_LIBRTE_BOND_DEBUG_ALB_L1) || defined(RTE_LIBRTE_BOND_DEBUG_ALB) - print_client_stats(); -#endif } cmdline_parse_token_string_t cmd_show_show =