Author: matt
Date: 2008-02-05 12:18:00 -0700 (Tue, 05 Feb 2008)
New Revision: 7573
Modified:
usrp2/trunk/firmware/apps/gen_eth_packets.c
Log:
send more packets before reporting status
Modified: usrp2/trunk/firmware/apps/gen_eth_packets.c
===================================================================
--- usrp2/trunk/firmware/apps/gen_eth_packets.c 2008-02-05 19:01:49 UTC (rev
7572)
+++ usrp2/trunk/firmware/apps/gen_eth_packets.c 2008-02-05 19:18:00 UTC (rev
7573)
@@ -161,7 +161,7 @@
if (status & (BPS_DONE(CPU_TX_BUF) | BPS_ERROR(CPU_TX_BUF))){
bp_clear_buf(CPU_TX_BUF);
npackets_sent++;
- if ((npackets_sent & 0x1) == 0) // print after every other packet
+ if ((npackets_sent & 0xF) == 0) // print after every 16 packets
print_rmon_regs();
}
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio