Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udp: update docs for transport, create common header for wait implementation | Josh Blum | 2011-02-20 | 1 | -319/+0 |
| | | | | | | | Reimplemented simple udp transport with one impl class. Moved wait for ready/select implementation into common header. Important note on select, timeval should have usecs < 1 second or it may error on some platforms. Fixed in this implementation. | ||||
* | uhd: reusable buffers for libusb zero copy implementation | Josh Blum | 2011-02-15 | 1 | -24/+17 |
| | | | | tweaks on udp implementation to simplify | ||||
* | udp: udp_zero_copy_asio comments and tweaks | Josh Blum | 2011-02-10 | 1 | -10/+2 |
| | |||||
* | uhd: tweaks to bounded buffer | Josh Blum | 2011-02-10 | 1 | -5/+5 |
| | | | | | | | Added push with haste. Call with haste first in the wait methods to avoid time compare/wait when not needed. Added new calls to the libusb and udp zero copy impls tests pass | ||||
* | udp: comments and minor code tweaks for udp zero copy impl | Josh Blum | 2011-02-10 | 1 | -18/+41 |
| | |||||
* | uhd: tweaks for windows warnings and errors | Josh Blum | 2011-02-09 | 1 | -3/+3 |
| | |||||
* | udp: removed asio implementation, created custom managed buffer classes to ↵ | Josh Blum | 2011-02-09 | 1 | -155/+115 |
| | | | | re-use | ||||
* | uhd: replace asio buffer in make safe w/ memory and length, makes things simpler | Josh Blum | 2011-02-07 | 1 | -7/+8 |
| | |||||
* | uhd: change bounded_buffer implementation and code using it | Josh Blum | 2011-02-05 | 1 | -17/+15 |
| | | | | | | | 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. | ||||
* | udp: simplfy zero copy asio overhead with less shared_from_this, and timed ↵ | Josh Blum | 2011-02-05 | 1 | -19/+25 |
| | | | | waits when not needed | ||||
* | udp_zero_copy_asio: removed the #ifdefed num frames and min buff size stuff | Josh Blum | 2011-01-26 | 1 | -45/+9 |
| | | | | | | basically, everything can share a common number of frames, and there is no min buff size, only resize if a size was specified, this simplifies the warnings and resize code | ||||
* | uhd: fixed maxosx bug, was resizing the transport buffer | Josh Blum | 2011-01-26 | 1 | -4/+0 |
| | | | | | | but it cant be resized on macos and I messed up the code that blocked that behavior reimplemented block in usrp2_impl, seems more correct here | ||||
* | udp: revert depadding hack for recv_frame_size | Josh Blum | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | udp: shrink default recv_frame_size by 4 bytes until FPGA handles 2 byte pad ↵ | Josh Blum | 2011-01-21 | 1 | -1/+1 |
| | | | | correctly (1516) | ||||
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'buffer_pool' into next | Josh Blum | 2011-01-04 | 1 | -6/+6 |
|\ | |||||
| * | uhd: created buffer pool to allocate aligned memory, and implemented in ↵ | Josh Blum | 2011-01-03 | 1 | -6/+6 |
| | | | | | | | | transports | ||||
* | | udp: tweak warning on socket resize | Josh Blum | 2010-12-29 | 1 | -2/+3 |
| | | |||||
* | | udp_ports: enable async recv in xport, set performance params in top level, ↵ | Josh Blum | 2010-12-22 | 1 | -3/+4 |
|/ | | | | things working | ||||
* | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 1 | -11/+20 |
| | |||||
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -1/+1 |
| | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
* | udp: worked blocking send back into udp transport, enable async with #define | Josh Blum | 2010-10-08 | 1 | -44/+70 |
| | | | | tweaked some code in bounded buffer | ||||
* | udp: fix msvc errors for udp transport | Josh Blum | 2010-10-07 | 1 | -2/+2 |
| | |||||
* | udp: implementation for blocking recv w/ timeout, switch async ↵ | Josh Blum | 2010-10-07 | 1 | -39/+101 |
| | | | | implementation w/ #define | ||||
* | udp: fixed boost format syntax for warning message | Josh Blum | 2010-10-06 | 1 | -3/+3 |
| | |||||
* | uhd: transport docs for UDP and USB (moved from usrp docs) | Josh Blum | 2010-10-05 | 1 | -1/+4 |
| | |||||
* | uhd: replaced frame params for the zero copy interfaces with a device address | Josh Blum | 2010-10-05 | 1 | -15/+20 |
| | | | | | | | | | | 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 | ||||
* | uhd: added include for enable_shared_from_this when used | Josh Blum | 2010-10-04 | 1 | -0/+1 |
| | |||||
* | udp: added io service work to keep service running | Josh Blum | 2010-10-04 | 1 | -4/+12 |
| | |||||
* | uhd: changed buffer allocations to be in a single chunk, udp: pass frame ↵ | Josh Blum | 2010-10-03 | 1 | -40/+45 |
| | | | | sizes into the impl constructor | ||||
* | uhd: implemented udp zero copy asio with async calls | Josh Blum | 2010-10-03 | 1 | -57/+129 |
| | |||||
* | uhd: implemented a double timeout (in seconds) for send and recv chains | Josh Blum | 2010-10-01 | 1 | -2/+2 |
| | | | | | | | | converted all size_t timeout_ms to double timeout bounded and alignment buffer now take double timeout added timeout to device::send and zero_copy_if::get_send_buff | ||||
* | uhd: implemented recv timeout for zero copy interface | Josh Blum | 2010-09-30 | 1 | -3/+2 |
| | |||||
* | uhd: added warning printer utility function | Josh Blum | 2010-08-04 | 1 | -6/+6 |
| | |||||
* | usrp2: use default sized buffer on transmit (or reasonably smaller) | Josh Blum | 2010-07-26 | 1 | -4/+12 |
| | |||||
* | usrp2: disable buffer resize on platforms that cry about it | Josh Blum | 2010-07-14 | 1 | -0/+3 |
| | |||||
* | uhd: ssize_t for phony zero copy return types, null sptr for timeout/error ↵ | Josh Blum | 2010-07-09 | 1 | -6/+4 |
| | | | | with get managed buffers | ||||
* | usrp2: added notes on multiple device network setup, improved warnings for ↵ | Josh Blum | 2010-07-08 | 1 | -6/+6 |
| | | | | buff size stuff | ||||
* | usrp2: moved common defined for udp mtu and implemented change. | Josh Blum | 2010-07-07 | 1 | -5/+5 |
| | | | | | | The uhp mtu is now defined in uhd_simple.hpp. The fw common code does not need to know this information. Fixed a calculation bug in the usrp2 impl code for max samples. | ||||
* | usrp2: increased transport buffer minimum size, and added warning | Josh Blum | 2010-07-05 | 1 | -1/+8 |
| | | | | | | added more notes on buffer size to the manual pulled in some firmware fixes from the mimo work, just to have them in here | ||||
* | usrp2: improved print-out for socket buffer sizing | Josh Blum | 2010-06-14 | 1 | -2/+5 |
| | |||||
* | removed some windows warnings | Josh Blum | 2010-06-02 | 1 | -3/+3 |
| | |||||
* | use select for socket timeout, works windows and linux | Josh Blum | 2010-06-02 | 1 | -10/+28 |
| | |||||
* | use polling for socket recv, timeout socket option not portable | Josh Blum | 2010-06-01 | 1 | -12/+9 |
| | |||||
* | Implemented pirate thread, moved io impl details into io impl cpp file. ↵ | Josh Blum | 2010-06-01 | 1 | -1/+1 |
| | | | | Fixed bug in bounded buffer push with pop on full. | ||||
* | added frame count call to zero-copy iface, tweaks for udp asio impl | Josh Blum | 2010-05-29 | 1 | -36/+49 |
| | |||||
* | Made a phony zero-copy interface for those interfaces that are actual ↵ | Josh Blum | 2010-05-28 | 1 | -82/+17 |
| | | | | | | copy-interfaces. Using interface in the udp asio transport. | ||||
* | fix: wrong size for buffer in recv | Josh Blum | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Tweak with the udp and zero-copy transport. Eventually, the caller will hang ↵ | Josh Blum | 2010-05-27 | 1 | -18/+20 |
| | | | | onto a ring of managed buffers. | ||||
* | automatic resize for small udp buffers | Josh Blum | 2010-05-17 | 1 | -26/+35 |
| |