diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-11-12 14:26:10 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 12:21:33 -0800 |
commit | 113b3262d3ac2995b5141180be70a0790fa553ed (patch) | |
tree | ee41a6b526de1343d48a6fd6a0d095ed33502817 /firmware | |
parent | 59fae330b0345c4a587862322b16379e563e673b (diff) | |
download | uhd-113b3262d3ac2995b5141180be70a0790fa553ed.tar.gz uhd-113b3262d3ac2995b5141180be70a0790fa553ed.tar.bz2 uhd-113b3262d3ac2995b5141180be70a0790fa553ed.zip |
examples: benchmark_rate.py: Add ?x_stream_args args
This allows adding stream args to the Python version of benchmark_rate
in the same way as for the C++ version, e.g.:
python3 ./benchmark_rate.py \
--args addr=192.168.40.2,num_poll_offload_threads=4 \
--rx_stream_args \
recv_offload=1,num_recv_frames=32,recv_offload_wait_mode=poll \
--tx_stream_args \
send_offload=1,num_send_frames=32,send_offload_wait_mode=poll \
[... other arguments ...]
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions