aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* prefs: Set init_done flag to true after loading config filesMartin Braun2019-12-051-0/+1
* e31x: Fix filter bank and antenna switching for channel 0Sugandha Gupta2019-12-023-43/+60
* rfnoc: DDC/DUC: Fix fp-issues with samp_rate propertiesBrent Stapleton2019-11-272-6/+67
* ddc: Applying clang-formatBrent Stapleton2019-11-271-8/+7
* rfnoc: graph: Add logging to resolver errorsBrent Stapleton2019-11-271-1/+6
* utils: tasks: Use uhd::set_thread_name()Martin Braun2019-11-261-3/+1
* mpmd: Name the claimer task threadMartin Braun2019-11-261-13/+15
* x300: pcie manager updatesVirendra Kakade2019-11-262-129/+93
* rfnoc: fix packet swapping from U32 to U64Virendra Kakade2019-11-261-5/+8
* rfnoc: fix incorrect long fifo wait timeoutsVirendra Kakade2019-11-261-2/+2
* mg: Turn the set-lock into a recursive mutexMartin Braun2019-11-262-15/+15
* mg: Always set MCR on both daughterboardsMartin Braun2019-11-263-12/+33
* lib: Add DPDK service queueAlex Williams2019-11-261-0/+237
* rfnoc: fix invalid access when sending packet with no samplesCiro Nishiguchi2019-11-261-1/+3
* mpmd: Fix get_mboard_name()Martin Braun2019-11-261-1/+1
* n310: Fix GPIO registersMartin Braun2019-11-261-3/+6
* mg/rh/rfnoc: Harmonize peripheral registersMartin Braun2019-11-264-21/+29
* gpio_atr_3000: Fix return value for pin control registerMartin Braun2019-11-261-1/+3
* detail::graph: Add shutdown capabilityMartin Braun2019-11-263-14/+35
* e310: Fix issues in MPM and UHDMartin Braun2019-11-261-7/+3
* mpm/mpmd: Remove token requirement for device infoMartin Braun2019-11-261-2/+2
* 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