aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* memcpy size fix, change to some send logicJosh Blum2010-03-031-3/+4
|
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-66/+49
| | | | Added a packet size param to the vrt pack and unpack.
* Expanded the UDP api:Josh Blum2010-03-021-120/+82
| | | | | | | | We can make simple udp transports for discovery and control. We can support a udp zero copy transport (currently just asio). Reworked the io_impl for usrp2 to work with the zero copy api. So far, all of this untested other than compiling. A cut-down vrt library is in the works to simplify the io impl.
* The net common is too slow in usrp2 firmware to figure out if its vrt data.Josh Blum2010-03-021-5/+6
| | | | | Added a custom function to tell if a packet is vrt data, seems to be feeding fast enough at this rate... Fixed some buffer size calculation logic.
* Send the number of samples per datagram over the control.Josh Blum2010-03-011-64/+89
| | | | | | Worked on the io impl for usrp2 (added loop unrolls and 32 bit buffers). Added some vrt rx constants to the fw common used by host and fw. Removed the MTU prop and added a general device prop for num samples.
* Recv noise with uhd.Josh Blum2010-03-011-28/+58
|
* fix for io typesJosh Blum2010-02-261-6/+6
|
* vrt packet count fixJosh Blum2010-02-231-1/+1
|
* Put fast path code (rx setup) back into txrx.c.Josh Blum2010-02-231-19/+0
| | | | Store the fast path addrs in the udp data handler.
* Added IF data io handing within the usrp2 impl.Josh Blum2010-02-231-0/+261
It packs and unpacks vrt headers/metadata. NOT YET TESTED IN ANY WAY...