aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add check for life on DPDK portAlex Williams2019-11-262-0/+62
* lib,tests: Remove old DPDK files from buildAlex Williams2019-11-261-19/+0
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-262-18/+31
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-264-20/+21
* uhd: Introduce I/O service managerAaron Rossetto2019-11-261-7/+77
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-263-0/+384
* tests: Change Python YAML moduleBrent Stapleton2019-11-261-1/+6
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-261-3/+0
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-268-38/+38
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-262-0/+284
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-261-1/+19
* Remove proto-RFNoC filesMartin Braun2019-11-2618-1982/+6
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-261-5/+13
* tests: Add benchmark of streamer and chdr xportsCiro Nishiguchi2019-11-262-7/+534
* tests: Make packet handler benchmark include flow controlCiro Nishiguchi2019-11-262-229/+228
* rfnoc: client_zero can track num SEPs and num ctrl EPs separatelyMartin Braun2019-11-261-0/+1
* transport: Add modeling of physical adaptersAlex Williams2019-11-261-0/+10
* rfnoc: node: Add set_properties()Martin Braun2019-11-261-0/+5
* rfnoc: property: Add option to set properties from stringsMartin Braun2019-11-261-0/+27
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-261-0/+6
* rfnoc: graph: Optimize property propagation algorithmMartin Braun2019-11-261-3/+2
* utils: remove thread priority elevationCiro Nishiguchi2019-11-261-2/+0
* rfnoc: tests: Let block unit tests use regular factoryMartin Braun2019-11-262-49/+53
* rfnoc: ctrlport: Separately validate and handle async messagesMartin Braun2019-11-261-0/+5
* rfnoc: Add DUC block controllerMartin Braun2019-11-263-3/+170
* rfnoc: Add MTU trackingMartin Braun2019-11-261-1/+20
* rfnoc: actions: Allow sending actions to selfMartin Braun2019-11-261-2/+5
* rfnoc: actions: Add dictionary to all actionsMartin Braun2019-11-261-0/+6
* rfnoc: Introduce device-specific blocksLars Amsel2019-11-261-3/+3
* rfnoc: DDC: Fix property propagationMartin Braun2019-11-263-9/+135
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-265-0/+1193
* rfnoc: Enable users to query connections in the graphAlex Williams2019-11-261-0/+8
* rfnoc: Add clock selection to blocksMartin Braun2019-11-261-8/+9
* rfnoc: Add shutdown feature to blocksMartin Braun2019-11-262-0/+7
* rfnoc: Add null block controllerMartin Braun2019-11-262-0/+88
* rfnoc: noc_block_base: Pass args into block on constructionMartin Braun2019-11-261-0/+2
* rfnoc: graph: Add commit/release APIMartin Braun2019-11-263-7/+14
* rfnoc: Add mb_controller APIMartin Braun2019-11-262-0/+156
* rfnoc: Add radio block controllerMartin Braun2019-11-261-0/+1
* rfnoc: Added src port, EPID getters to register_iface, 64-bit callsAshish Chaudhari2019-11-261-2/+11
* rfnoc: noc_block_base: Handle the tick_rate property internallyMartin Braun2019-11-261-0/+1
* rfnoc: node: Fix resolution of properties with circular dependenciesMartin Braun2019-11-261-0/+60
* rfnoc: Moved chdr types/packet class out of chdr dirAshish Chaudhari2019-11-262-6/+6
* transport: Implement a single-threaded I/O serviceAlex Williams2019-11-263-0/+563
* tests: add mock transport implementation and testCiro Nishiguchi2019-11-263-0/+419
* rfnoc: Add DDC block controllerMartin Braun2019-11-262-0/+76
* rfnoc: Use RTTI "serialization" for stream commandsMartin Braun2019-11-262-38/+38
* rfnoc: Support for new backend iface plus fixesAshish Chaudhari2019-11-261-21/+25
* rfnoc: Change Block-ID format to 0/FFT#1Martin Braun2019-11-262-39/+40
* rfnoc: adding client_zeroBrent Stapleton2019-11-263-0/+353