aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
Commit message (Expand)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0322-193/+212
* rfnoc: Provide make_args_t dtor in rfnoc_blocks_testAaron Rossetto2020-02-041-0/+3
* rfnoc: Create mock factoryMartin Braun2020-01-294-197/+15
* cmake: Find DPDK via pkg-config, if availableAlex Williams2020-01-221-2/+2
* uhd: fixing MSVC warningsBrent Stapleton2020-01-091-1/+2
* tests: fixup compiler warningBrent Stapleton2019-12-301-1/+1
* tests: Port polling-mode dpdk_test to new DPDK frameworkAlex Williams2019-12-203-83/+121
* dpdk: Add new DPDK stack to integrate with I/O servicesAlex Williams2019-12-202-0/+47
* tests: Add more tests for max rate streamingCiro Nishiguchi2019-12-184-89/+469
* tests: Install all stream performance scriptsBrent Stapleton2019-12-061-1/+3
* tests: Add tests to exercise max streaming rates and report resultsCiro Nishiguchi2019-12-063-0/+1008
* tests: Add script to execute batch of benchmark_rate runsCiro Nishiguchi2019-12-065-0/+424
* lib: Add DPDK service queueAlex Williams2019-11-261-0/+65
* devtest: Add test_messages_test to X310Martin Braun2019-11-263-12/+14
* devtest: Use with() statement to open filesMartin Braun2019-11-261-5/+9
* 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