| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: radio: Interpret MTU as max payload size | Martin Braun | 2019-11-26 | 1 | -3/+3 |
* | transport: Port liberio to link_if | Alex Williams | 2019-11-26 | 5 | -315/+333 |
* | rfnoc: Fix transport buffer reservations | Ciro Nishiguchi | 2019-11-26 | 6 | -57/+74 |
* | tests: Add benchmark of streamer and chdr xports | Ciro Nishiguchi | 2019-11-26 | 2 | -7/+534 |
* | streamer: Add option to ignore sequence errors | Ciro Nishiguchi | 2019-11-26 | 3 | -8/+9 |
* | tests: Make packet handler benchmark include flow control | Ciro Nishiguchi | 2019-11-26 | 2 | -229/+228 |
* | rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init error | Martin Braun | 2019-11-26 | 1 | -15/+15 |
* | rfnoc: Hold reference to streamers in rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+11 |
* | rfnoc: Move data xport sep configuration to static methods | Ciro Nishiguchi | 2019-11-26 | 9 | -417/+597 |
* | rfnoc: Add multi_usrp_rfnoc, modify multi_usrp | Brent Stapleton | 2019-11-26 | 11 | -535/+2470 |
* | rfnoc: radio/streamer: Handle late commands and burst ACKs | Martin Braun | 2019-11-26 | 5 | -7/+52 |
* | rfnoc: Add MTU property to RX streamer | Ciro Nishiguchi | 2019-11-26 | 5 | -18/+90 |
* | rfnoc: Implement flushing on overrun | Ciro Nishiguchi | 2019-11-26 | 6 | -72/+158 |
* | rfnoc: Allow MB controllers to init after blocks have initialized | Martin Braun | 2019-11-26 | 4 | -16/+240 |
* | rfnoc: Add nirio_link link object | Martin Braun | 2019-11-26 | 3 | -0/+576 |
* | rfnoc: Use adapter_id_t for balancing load across links | Alex Williams | 2019-11-26 | 9 | -125/+164 |
* | rfnoc: ctrlport: Fixing timeouts for timed commands | Brent Stapleton | 2019-11-26 | 2 | -5/+31 |
* | rfnoc: client_zero can track num SEPs and num ctrl EPs separately | Martin Braun | 2019-11-26 | 4 | -4/+22 |
* | transport: Add modeling of physical adapters | Alex Williams | 2019-11-26 | 9 | -5/+180 |
* | rfnoc: node: Add set_properties() | Martin Braun | 2019-11-26 | 3 | -1/+39 |
* | rfnoc: property: Add option to set properties from strings | Martin Braun | 2019-11-26 | 3 | -0/+53 |
* | rfnoc: Add basic round-robin allocation for links | Alex Williams | 2019-11-26 | 1 | -12/+65 |
* | rfnoc: Add ability to select transport for streamers to user APIs | Alex Williams | 2019-11-26 | 7 | -19/+136 |
* | rfnoc: tx_streamer: add support for async messages | Ciro Nishiguchi | 2019-11-26 | 13 | -22/+291 |
* | rfnoc: Centralize initialization state of SEPs to epid_allocator | Alex Williams | 2019-11-26 | 6 | -25/+80 |
* | rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packets | Alex Williams | 2019-11-26 | 8 | -97/+100 |
* | rfnoc: rfnoc_graph: Improve error reporting for init failures | Martin Braun | 2019-11-26 | 1 | -0/+4 |
* | rfnoc: client0: Change flush-all-blocks to not throw on timeout | Martin Braun | 2019-11-26 | 3 | -23/+12 |
* | rfnoc: graph: Optimize property propagation algorithm | Martin Braun | 2019-11-26 | 4 | -27/+66 |
* | rfnoc: Add MTU property to TX streamer | Ciro Nishiguchi | 2019-11-26 | 3 | -7/+75 |
* | tools: Update dissectors for Wireshark major version 3, new CHDR | Alex Williams | 2019-11-26 | 16 | -973/+1293 |
* | utils: remove thread priority elevation | Ciro Nishiguchi | 2019-11-26 | 7 | -14/+4 |
* | rfnoc: tests: Let block unit tests use regular factory | Martin Braun | 2019-11-26 | 2 | -49/+53 |
* | rfnoc: graph: Lock release/commit state | Martin Braun | 2019-11-26 | 3 | -9/+27 |
* | rfnoc: radio: Add async message validation | Martin Braun | 2019-11-26 | 2 | -0/+53 |
* | rfnoc: ctrlport: Separately validate and handle async messages | Martin Braun | 2019-11-26 | 4 | -7/+76 |
* | rfnoc: adding filter_api mixin class for blocks | Brent Stapleton | 2019-11-26 | 1 | -0/+42 |
* | rfnoc: radio: Introduce coerce_rate() method | Martin Braun | 2019-11-26 | 2 | -3/+24 |
* | rfnoc: Add DUC block controller | Martin Braun | 2019-11-26 | 8 | -3/+820 |
* | rfnoc: rfnoc_graph: Formatting | Brent Stapleton | 2019-11-26 | 1 | -15/+10 |
* | rfnoc: rfnoc_graph: Add is_connectable() API | Martin Braun | 2019-11-26 | 2 | -0/+86 |
* | rfnoc: Add MTU tracking | Martin Braun | 2019-11-26 | 9 | -6/+218 |
* | rfnoc: Implement overrun handling using action API | Martin Braun | 2019-11-26 | 6 | -3/+152 |
* | rfnoc: actions: Allow sending actions to self | Martin Braun | 2019-11-26 | 4 | -22/+48 |
* | rfnoc: actions: Add dictionary to all actions | Martin Braun | 2019-11-26 | 3 | -6/+22 |
* | rfnoc: Introduce device-specific blocks | Lars Amsel | 2019-11-26 | 9 | -109/+108 |
* | rfnoc: Add a new builder script for FPGA images based on eRFNoC. | Lars Amsel | 2019-11-26 | 37 | -0/+2407 |
* | rfnoc: radio: Remove async message registers for timestamp | Martin Braun | 2019-11-26 | 1 | -8/+5 |
* | rfnoc: async message: Include timestamp in async message handling | Martin Braun | 2019-11-26 | 4 | -9/+17 |
* | rfnoc: radio_control: Add async message handler | Martin Braun | 2019-11-26 | 2 | -14/+119 |