aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: also store expected_time in-between statesJosh Blum2011-03-111-4/+5
|
* usrp2: save alignment indexes between state to fix the lost packet problemJosh Blum2011-03-091-14/+24
|
* Merge branch 'master' into nextJosh Blum2011-03-031-1/+1
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp
| * usrp2: minor optimization, only disable interruption when we need to wait()Josh Blum2011-02-281-1/+1
| |
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-0/+1
| |
* | usrp2: fixed flow control monitors indexing, fixed multi-usrp send bugJosh Blum2011-02-221-3/+5
| |
* | usrp2: div->ldiv fix for overloaded types w/ msvcJosh Blum2011-02-221-1/+1
| |
* | usrp2: 2nd dsp working, tweaks regs map and other bugsJosh Blum2011-02-211-16/+18
| |
* | usrp2: code working again in a completed form but did not test dual dspJosh Blum2011-02-201-30/+37
| |
* | usrp2: lot of work on dual dsp, grep for TODOs before continuingJosh Blum2011-02-191-26/+45
| |
* | usrp2: moved all dsp related code into dsp_impl and split for multiple dspsJosh Blum2011-02-181-1/+2
| |
* | uhd: got all compiling w/ changes, changes to channel calculation in multi usrpJosh Blum2011-02-171-1/+1
|/
* usrp-e100: use pre-bound get send/recv buffers in io implJosh Blum2011-02-031-3/+2
|
* usrp2: speed up for alignment logic, replace std::list with some bit shiftsJosh Blum2011-02-111-18/+25
|
* uhd: tweaks to vrt pkt handler and usrp2 fc monitorJosh Blum2011-02-091-13/+16
| | | | | | pkt handler, only resize once per call to send/recv (not per fragment) fc monitor, code tweaks, check ready before touching time wait stuff (faster)
* uhd: replaced std::vector<type> for buffer arguments in send/recvJosh Blum2011-02-091-2/+2
| | | | | | | | | Created new type ref_vector for representing a vector of pointers. Can be created from std::vector or a pointer. Removes the convenience constrcutors for send/recv, its not needed. Removes malloc/free overhead when using send/recv with pointer.
* usrp2: pre-bind the get buffers methods on init so its not in fast-pathJosh Blum2011-02-071-16/+21
|
* uhd: change bounded_buffer implementation and code using itJosh Blum2011-02-051-4/+4
| | | | | | | The bounded buffer now uses the detail idiom to hide implementation to inline better. The whole sptr/make idiom was removed from bounded buffer to just construct directly. The code using bounded buffer was changed for the new api: replaces access operators and calls to the factory function.
* uhd: various performance tweaksJosh Blum2011-02-041-12/+13
|
* usrp: removed old includes that didnt need to be thereJosh Blum2011-01-101-1/+0
|
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* Merge branch 'cordic_policy' into nextJosh Blum2011-01-041-10/+0
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * usrp2: remove temp power up state hack, it seems to be fixedJosh Blum2010-12-301-10/+0
| |
* | udp_ports: enable async recv in xport, set performance params in top level, ↵Josh Blum2010-12-221-1/+1
| | | | | | | | things working
* | udp_ports: added message handling to alignment codeJosh Blum2010-12-221-6/+19
| |
* | udp_ports: host code tweaks, seems to be closer to workingJosh Blum2010-12-171-5/+8
| |
* | usrp2: removed alignment buffer and implemented event based recv + ↵Josh Blum2010-12-161-42/+145
|/ | | | alignment, TODO test me
* usrp-n: some rx path fixesJosh Blum2010-11-291-2/+3
| | | | | | removed stop streaming command from init (taken care of by reset) fixed incoming packet filter to pass inline message packets
* usrp_nxxx: software workarounds for weird power up stateJosh Blum2010-11-231-17/+32
|
* Merge branch 'flow_ctrl' into nextJosh Blum2010-11-231-33/+111
|\
| * Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-0/+9
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/transport/udp_simple.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * | usrp2: implemented clear state for RX and TX control, and zero sample ↵Josh Blum2010-11-081-25/+0
| | | | | | | | | | | | command support
| * | Merge branch 'usrp2_overflow' into flow_ctrlJosh Blum2010-10-211-1/+7
| |\ \ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_impl.hpp
| * \ \ Merge branch 'master' into flow_ctrlJosh Blum2010-10-181-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| * | | | usrp2: dont need to start streaming for this hackJosh Blum2010-10-151-1/+0
| | | | |
| * | | | usrp2: temp fix to send dummy packets and flush so FPGA vita machine are in ↵Josh Blum2010-10-151-0/+26
| | | | | | | | | | | | | | | | | | | | known state
| * | | | usrp2: move udp port initialization into mboard impl so its done before ↵Josh Blum2010-10-141-10/+0
| | | | | | | | | | | | | | | | | | | | async registers are setup
| * | | | udp: fix to use concurrency hint, default hint is zero when no async enabledJosh Blum2010-10-131-0/+1
| | | | |
| * | | | usrp2: increment tx sequence after commitJosh Blum2010-10-131-0/+1
| | | | |
| * | | | uhd: test eob ack message, usrp2: remove rx drain on init with the promise ↵Josh Blum2010-10-121-2/+0
| | | | | | | | | | | | | | | | | | | | of a reset register
| * | | | usrp2: enable the cycles per ack, and drain recv without the timeout (fixes ↵Josh Blum2010-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | previous conflict)
| * | | | usrp2: use 32-bit flow control sequence numbersJosh Blum2010-10-111-17/+12
| | | | |
| * | | | usrp2: implemented flow control monitorJosh Blum2010-10-111-13/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set registers in mboard impl to enable asyn fc packets modified microblaze code to handle dummy data packet offset
| * | | | usrp2: implement fc seq number on tx header packingJosh Blum2010-10-111-19/+35
| | | | |
* | | | | usrp2: ms didnt seem to like unlocking an unlocked mutexJosh Blum2010-11-221-3/+4
| |_|_|/ |/| | |
* | | | usrp: use a spawn thread to ensure that a pirate is spawned before ↵Josh Blum2010-11-161-0/+9
| |_|/ |/| | | | | | | | continuing (fixes lockup issue)
* | | usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵Josh Blum2010-10-211-1/+7
| |/ |/| | | | | remove firmware handling
* | usrp2: make the booty smaller than the number of recv framesJosh Blum2010-10-161-1/+1
|/ | | | | | | | | | | | | | | | This may fix some of our woes when the host cannot keep up. That is, with a smaller booty, the managed buffers will get freed up and the call to get buffer will never block waiting for a buffer to become free. This has several side effects: 1) Overflows are more likely to occur in the pirate thread. Pirate-based overflows will overwrite old packets, whereas socket-based overflows will discard newer incoming packets. 2) The pirate thread will continue to pull in async packets rather than loosing them in a socket-based overflow.
* usrp2: moved samples per packet calculation into io_implJosh Blum2010-10-071-0/+19
|
* uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-2/+2
| | | | | | | | | | the device address gives a key, value pair of infinite optional capabilities added a cast option to the device address to cast string to type T added call to the zero_copy_if to get send and recv frame sizes changed the usrp2 impl to calculate recv/send spp from the data transport