aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/device3/device3_io_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Device3: Fix MTU and default frame sizesMichael West2019-07-181-38/+48
* device3: Remove unused 'rate' argument from update_?x_streamers()Martin Braun2019-07-151-2/+2
* device3: rfnoc: formatting changesBrent Stapleton2019-07-151-18/+18
* device3: Constraint send/recv_frame_size based on down/upstream MTUSugandha Gupta2019-05-011-0/+54
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-181-0/+1
* Device3: Fix flow control window and intervalmichael-west2019-01-311-8/+12
* Device3: Remove redundant function callmichael-west2019-01-311-1/+0
* RFNoC: Prevent unnecessary FC ACK packetsmichael-west2019-01-311-3/+8
* device3: Replace NULL with 0 for empty function pointersMartin Braun2019-01-221-2/+2
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-300/+279
* uhd: Move device3 flow control functions to header for benchmarkCiro Nishiguchi2019-01-101-291/+4
* device3_io_impl: remove tx_hint[send_buff_size]Trung Tran2018-09-131-6/+0
* X300: Change Ethernet bufferingMichael West2018-07-251-80/+83
* Device3: Constrain send_buff_sizeMichael West2018-07-251-6/+12
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-251-278/+408
* rfnoc: Enabled SW flush mechanism impl'd in noc_shellAshish Chaudhari2018-07-241-2/+4
* rfnoc radio: get_rx_stream resets sequence numBrent Stapleton2018-03-291-0/+5
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-4/+3
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* X300: Reduce CPU usage during TX by restoring timeout when getting flow contr...michael-west2018-01-161-3/+1
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-1/+2
* Merge branch 'maint'Martin Braun2017-06-271-104/+110
|\
| * X300: Implement single DMA channel for all async messagesMichael West2017-06-261-1/+1
| * X300: Dual channel TX performance improvementsMichael West2017-06-261-108/+110
* | Merge branch 'maint'Martin Braun2017-05-151-2/+28
|\|
| * device3: Improved busy loop for tx flow control polling on slower machinesPatrick Sisterhen2017-05-081-2/+28
* | transport: Fix some nullptr vs NULL vs 0Martin Braun2017-04-061-1/+2
* | Merge branch 'maint'Martin Braun2017-04-061-24/+44
|\|
| * Device3: Improved send flow controlmichael-west2017-04-051-24/+44
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-22/+23
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-6/+6
* | Merge branch 'maint'Martin Braun2017-01-301-0/+1
|\|
| * device3: Reset sequence number in get_tx_streamer()Jonathon Pendlum2017-01-301-0/+1
* | Merge branch 'maint'Martin Braun2017-01-171-1/+1
|\|
| * docs: Purged references to CVITA, replaced with CHDRMartin Braun2017-01-111-1/+1
* | Merge branch 'maint'Martin Braun2016-12-131-1/+1
|\|
| * Fix typo causing channel list generation to fail.michael-west2016-12-131-1/+1
| * device3: Backed-out the alignment adaptionMartin Braun2016-11-291-6/+0
* | device3: Backed-out the alignment adaptionMartin Braun2016-12-091-6/+0
* | rfnoc: Moved transport endianness as property into both_xports_tMartin Braun2016-11-091-4/+4
|/
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-11/+11
* X300: Fix for channel 1 failure to ACK a TX burst.michael-west2016-11-071-24/+60
* transport: Removed conditional compiles for terminator APIsMartin Braun2016-09-051-2/+0
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+851