]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/test/net_test.c
Update
[keystone-rtos/netapi.git] / ti / runtime / netapi / test / net_test.c
index d828a5635bdc5d68b3e07c0486b9360c3322cb64..a448ce4a5375289da4738ad8539b5f65e5b2a6fb 100644 (file)
@@ -1315,7 +1315,7 @@ for(p=0;p<TX_BURST;p++) {
 if ((house_pkts_gened>0) && (! (house_pkts_gened%1000)) )
 {
    printf("net_test> request stats at n=%d \n",house_pkts_gened);
-   //netcp_cfgReqStats(netapi_handle, our_stats_cb, 0,&err); 
+   netcp_cfgReqStats(netapi_handle, our_stats_cb, 0,&err); 
    if (err!=0) {printf("stats req failed\n");}
 }
 
@@ -1740,7 +1740,7 @@ t3 = netapi_TimerGroupStartTimer(
         &err);
 if (err) {printf("timerstart failed %d\n");}
 #endif
-//netcp_cfgReqStats(netapi_handle, our_stats_cb, 1,&err);
+netcp_cfgReqStats(netapi_handle, our_stats_cb, 1,&err);
 if (err!=0) {printf("stats req failed\n");}
 
 /*********************************************/