aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Rename thread affinity argsCiro Nishiguchi2019-11-263-73/+73
* uhd: Allow device args that have an integer in the nameCiro Nishiguchi2019-11-261-1/+5
* lib,tests: Remove old DPDK files from buildAlex Williams2019-11-263-21/+8
* transport: Add new base for DPDK links, based on 18.11Alex Williams2019-11-263-0/+956
* docs: Change DPDK version to 18.11 and make args use underscoresAlex Williams2019-11-262-2/+2
* rfnoc_graph: Modify find_blocks() to sort return valueMartin Braun2019-11-262-35/+7
* multi_usrp: Fix GPIO bank selectionMartin Braun2019-11-261-11/+68
* liberio: porting to I/O servicesBrent Stapleton2019-11-261-11/+2
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-269-68/+162
* rfnoc: Make I/O services relinquish CPU while waitingCiro Nishiguchi2019-11-264-25/+140
* multi_usrp: Add set_rx_spp() callMartin Braun2019-11-262-2/+34
* rfnoc: xports: Count FC bytes as multiples of CHDR widthMartin Braun2019-11-266-17/+43
* rfnoc: Restrict to inline I/O service based on link restrictionsCiro Nishiguchi2019-11-263-1/+69
* rfnoc: Use graph_utils in multi_usrp chan generationBrent Stapleton2019-11-261-113/+142
* rfnoc: Merge I/O service device args with stream argsCiro Nishiguchi2019-11-266-45/+131
* rfnoc: Split up offload I/O service into multiple filesCiro Nishiguchi2019-11-264-297/+351
* uhd: Remove all usages of boost::tuple and friendsMartin Braun2019-11-268-41/+40
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-2652-530/+530
* rfnoc: Adding rfnoc_graph utilitiesBrent Stapleton2019-11-262-0/+134
* mpmd: Add skip_oldlog device argMartin Braun2019-11-261-0/+8
* mpmd: Skip generation of mb_controller and mb_iface for skip_init=1Martin Braun2019-11-261-3/+6
* uhd: Introduce I/O service managerAaron Rossetto2019-11-2626-176/+1264
* rfnoc: Make trasnport safe to use with offload threadsCiro Nishiguchi2019-11-266-9/+43
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-267-50/+279
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-267-32/+32
* uhd: Replace boost::function with std::functionMartin Braun2019-11-2616-34/+35
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-261-1/+1
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-26101-338/+334
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-263-0/+1065
* rfnoc: Unify endianness of transportsAlex Williams2019-11-264-4/+4
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-261-1/+24
* rfnoc: Port FFT controllerLars Amsel2019-11-262-0/+115
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-265-401/+350
* Remove proto-RFNoC filesMartin Braun2019-11-2686-14372/+166
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-2687-8168/+11173
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-262-1/+9
* rfnoc: radio: Interpret MTU as max payload sizeMartin Braun2019-11-261-3/+3
* transport: Port liberio to link_ifAlex Williams2019-11-265-315/+333
* rfnoc: Fix transport buffer reservationsCiro Nishiguchi2019-11-266-57/+74
* streamer: Add option to ignore sequence errorsCiro Nishiguchi2019-11-263-8/+9
* rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init errorMartin Braun2019-11-261-15/+15
* rfnoc: Hold reference to streamers in rfnoc_graphCiro Nishiguchi2019-11-261-2/+11
* rfnoc: Move data xport sep configuration to static methodsCiro Nishiguchi2019-11-269-417/+597
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-269-395/+2418
* rfnoc: radio/streamer: Handle late commands and burst ACKsMartin Braun2019-11-265-7/+52
* rfnoc: Add MTU property to RX streamerCiro Nishiguchi2019-11-265-18/+90
* rfnoc: Implement flushing on overrunCiro Nishiguchi2019-11-266-72/+158
* rfnoc: Allow MB controllers to init after blocks have initializedMartin Braun2019-11-262-6/+164
* rfnoc: Add nirio_link link objectMartin Braun2019-11-263-0/+576
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-267-101/+145