[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.
From: |
Git Repository |
Subject: |
[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 20006003431d7260b04964eb684b1746ffb0a85f |
Date: |
Fri, 4 Sep 2009 08:37:01 -0600 (MDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gnuradio.git at gnuradio.org".
The branch, master has been updated
via 20006003431d7260b04964eb684b1746ffb0a85f (commit)
via 985830ff0afcce7b5af2d829e70f5c440a39c52a (commit)
via e49601b4754da836fece4e869c58b0c9b3e2d8ad (commit)
from 072a76710866c7237eb19b21bd71e46c4d98cca8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 20006003431d7260b04964eb684b1746ffb0a85f
Author: Eric Blossom <address@hidden>
Date: Fri Sep 4 03:48:15 2009 -0700
stop sending short ethernet command packets.
commit 985830ff0afcce7b5af2d829e70f5c440a39c52a
Author: Eric Blossom <address@hidden>
Date: Fri Sep 4 03:32:32 2009 -0700
Fix problem with commands timing out (specifically stop_rx_streaming)
After fixing the race, this change uses Tom's idea to stop enqueuing
data when trying to stop, and adds a new flush_rx_samples method
to drop any samples that may have already been accumulated.
I ran Tom's test case 500 times with 0 failures ;-)
commit e49601b4754da836fece4e869c58b0c9b3e2d8ad
Author: Eric Blossom <address@hidden>
Date: Fri Sep 4 01:51:29 2009 -0700
Fix race condition that caused commands such as stop_rx_streaming to fail.
This fixes the bulk of the problem. Next step is to drop data packets
while waiting for the reply.
-----------------------------------------------------------------------
Summary of changes:
usrp2/host/lib/control.cc | 20 +++++--
usrp2/host/lib/control.h | 11 ++-
usrp2/host/lib/usrp2_impl.cc | 127 ++++++++++++++++++++++++++++++------------
usrp2/host/lib/usrp2_impl.h | 6 ++-
4 files changed, 117 insertions(+), 47 deletions(-)
hooks/post-receive
--
gnuradio.git at gnuradio.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 20006003431d7260b04964eb684b1746ffb0a85f,
Git Repository <=