index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
uhd: Apply clang-format against all .cpp and .hpp files in host/
Martin Braun
2020-03-03
22
-193
/
+212
*
rfnoc: Provide make_args_t dtor in rfnoc_blocks_test
Aaron Rossetto
2020-02-04
1
-0
/
+3
*
rfnoc: Create mock factory
Martin Braun
2020-01-29
4
-197
/
+15
*
cmake: Find DPDK via pkg-config, if available
Alex Williams
2020-01-22
1
-2
/
+2
*
uhd: fixing MSVC warnings
Brent Stapleton
2020-01-09
1
-1
/
+2
*
tests: fixup compiler warning
Brent Stapleton
2019-12-30
1
-1
/
+1
*
tests: Port polling-mode dpdk_test to new DPDK framework
Alex Williams
2019-12-20
3
-83
/
+121
*
dpdk: Add new DPDK stack to integrate with I/O services
Alex Williams
2019-12-20
2
-0
/
+47
*
tests: Add more tests for max rate streaming
Ciro Nishiguchi
2019-12-18
4
-89
/
+469
*
tests: Install all stream performance scripts
Brent Stapleton
2019-12-06
1
-1
/
+3
*
tests: Add tests to exercise max streaming rates and report results
Ciro Nishiguchi
2019-12-06
3
-0
/
+1008
*
tests: Add script to execute batch of benchmark_rate runs
Ciro Nishiguchi
2019-12-06
5
-0
/
+424
*
lib: Add DPDK service queue
Alex Williams
2019-11-26
1
-0
/
+65
*
devtest: Add test_messages_test to X310
Martin Braun
2019-11-26
3
-12
/
+14
*
devtest: Use with() statement to open files
Martin Braun
2019-11-26
1
-5
/
+9
*
tests: Add check for life on DPDK port
Alex Williams
2019-11-26
2
-0
/
+62
*
lib,tests: Remove old DPDK files from build
Alex Williams
2019-11-26
1
-19
/
+0
*
rfnoc: Make polling I/O service not block on flow control
Ciro Nishiguchi
2019-11-26
2
-18
/
+31
*
uhd: Replace all occurrences of boost::bind with std::bind
Martin Braun
2019-11-26
4
-20
/
+21
*
uhd: Introduce I/O service manager
Aaron Rossetto
2019-11-26
1
-7
/
+77
*
transport: Implement eov indications for Rx and Tx streams
Aaron Rossetto
2019-11-26
3
-0
/
+384
*
tests: Change Python YAML module
Brent Stapleton
2019-11-26
1
-1
/
+6
*
uhd: Replace boost::regex with std::regex
Martin Braun
2019-11-26
1
-3
/
+0
*
uhd: Replace usage of boost smart pointers with C++11 counterparts
Martin Braun
2019-11-26
8
-38
/
+38
*
transport: Implement an I/O service that uses an offload thread
Ciro Nishiguchi
2019-11-26
2
-0
/
+284
*
uhd: Check property type at access; error if mismatch
Aaron Rossetto
2019-11-26
1
-1
/
+19
*
Remove proto-RFNoC files
Martin Braun
2019-11-26
18
-1982
/
+6
*
x300/mpmd: Port all RFNoC devices to the new RFNoC framework
Martin Braun
2019-11-26
1
-5
/
+13
*
tests: Add benchmark of streamer and chdr xports
Ciro Nishiguchi
2019-11-26
2
-7
/
+534
*
tests: Make packet handler benchmark include flow control
Ciro Nishiguchi
2019-11-26
2
-229
/
+228
*
rfnoc: client_zero can track num SEPs and num ctrl EPs separately
Martin Braun
2019-11-26
1
-0
/
+1
*
transport: Add modeling of physical adapters
Alex Williams
2019-11-26
1
-0
/
+10
*
rfnoc: node: Add set_properties()
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: property: Add option to set properties from strings
Martin Braun
2019-11-26
1
-0
/
+27
*
rfnoc: tx_streamer: add support for async messages
Ciro Nishiguchi
2019-11-26
1
-0
/
+6
*
rfnoc: graph: Optimize property propagation algorithm
Martin Braun
2019-11-26
1
-3
/
+2
*
utils: remove thread priority elevation
Ciro Nishiguchi
2019-11-26
1
-2
/
+0
*
rfnoc: tests: Let block unit tests use regular factory
Martin Braun
2019-11-26
2
-49
/
+53
*
rfnoc: ctrlport: Separately validate and handle async messages
Martin Braun
2019-11-26
1
-0
/
+5
*
rfnoc: Add DUC block controller
Martin Braun
2019-11-26
3
-3
/
+170
*
rfnoc: Add MTU tracking
Martin Braun
2019-11-26
1
-1
/
+20
*
rfnoc: actions: Allow sending actions to self
Martin Braun
2019-11-26
1
-2
/
+5
*
rfnoc: actions: Add dictionary to all actions
Martin Braun
2019-11-26
1
-0
/
+6
*
rfnoc: Introduce device-specific blocks
Lars Amsel
2019-11-26
1
-3
/
+3
*
rfnoc: DDC: Fix property propagation
Martin Braun
2019-11-26
3
-9
/
+135
*
rfnoc: add rx and tx transports, and amend rfnoc_graph
Ciro Nishiguchi
2019-11-26
5
-0
/
+1193
*
rfnoc: Enable users to query connections in the graph
Alex Williams
2019-11-26
1
-0
/
+8
*
rfnoc: Add clock selection to blocks
Martin Braun
2019-11-26
1
-8
/
+9
*
rfnoc: Add shutdown feature to blocks
Martin Braun
2019-11-26
2
-0
/
+7
*
rfnoc: Add null block controller
Martin Braun
2019-11-26
2
-0
/
+88
[next]