| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: radio/streamer: Handle late commands and burst ACKs | Martin Braun | 2019-11-26 | 1 | -7/+10 |
* | rfnoc: Add MTU property to RX streamer | Ciro Nishiguchi | 2019-11-26 | 1 | -0/+10 |
* | rfnoc: Implement flushing on overrun | Ciro Nishiguchi | 2019-11-26 | 2 | -4/+5 |
* | rfnoc: Use adapter_id_t for balancing load across links | Alex Williams | 2019-11-26 | 4 | -19/+46 |
* | rfnoc: ctrlport: Fixing timeouts for timed commands | Brent Stapleton | 2019-11-26 | 1 | -0/+6 |
* | rfnoc: client_zero can track num SEPs and num ctrl EPs separately | Martin Braun | 2019-11-26 | 1 | -0/+13 |
* | rfnoc: Add ability to select transport for streamers to user APIs | Alex Williams | 2019-11-26 | 2 | -4/+12 |
* | rfnoc: tx_streamer: add support for async messages | Ciro Nishiguchi | 2019-11-26 | 3 | -3/+104 |
* | rfnoc: Centralize initialization state of SEPs to epid_allocator | Alex Williams | 2019-11-26 | 3 | -2/+28 |
* | rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packets | Alex Williams | 2019-11-26 | 5 | -57/+36 |
* | rfnoc: client0: Change flush-all-blocks to not throw on timeout | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | rfnoc: graph: Optimize property propagation algorithm | Martin Braun | 2019-11-26 | 2 | -1/+29 |
* | rfnoc: Add MTU property to TX streamer | Ciro Nishiguchi | 2019-11-26 | 1 | -0/+10 |
* | rfnoc: graph: Lock release/commit state | Martin Braun | 2019-11-26 | 1 | -5/+8 |
* | rfnoc: radio: Add async message validation | Martin Braun | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: radio: Introduce coerce_rate() method | Martin Braun | 2019-11-26 | 1 | -0/+16 |
* | rfnoc: Implement overrun handling using action API | Martin Braun | 2019-11-26 | 2 | -0/+11 |
* | rfnoc: actions: Allow sending actions to self | Martin Braun | 2019-11-26 | 1 | -0/+10 |
* | rfnoc: Introduce device-specific blocks | Lars Amsel | 2019-11-26 | 1 | -6/+5 |
* | rfnoc: async message: Include timestamp in async message handling | Martin Braun | 2019-11-26 | 1 | -1/+3 |
* | rfnoc: radio_control: Add async message handler | Martin Braun | 2019-11-26 | 1 | -0/+17 |
* | rfnoc: mb_iface: Add API to query link endianness | Martin Braun | 2019-11-26 | 1 | -0/+9 |
* | rfnoc: add rx and tx transports, and amend rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 12 | -36/+1530 |
* | rfnoc: Add tracking of 'valid' bit to properties | Alex Williams | 2019-11-26 | 1 | -1/+1 |
* | rfnoc: Enable users to query connections in the graph | Alex Williams | 2019-11-26 | 1 | -0/+4 |
* | rfnoc: graph: Initialize properties on all nodes during init | Martin Braun | 2019-11-26 | 1 | -0/+4 |
* | rfnoc: flushing and reset blocks on graph creation | Brent Stapleton | 2019-11-26 | 1 | -0/+5 |
* | rfnoc: Add clock selection to blocks | Martin Braun | 2019-11-26 | 3 | -3/+18 |
* | rfnoc: clock_iface: Add flag for clock to be (im-)mutable | Martin Braun | 2019-11-26 | 1 | -1/+21 |
* | rfnoc: Add shutdown feature to blocks | Martin Braun | 2019-11-26 | 2 | -0/+15 |
* | rfnoc: rfnoc_device: Make get_mb_iface() pure virtual | Martin Braun | 2019-11-26 | 1 | -22/+1 |
* | rfnoc: Make a chdr_ctrl_xport using the new link APIs | Alex Williams | 2019-11-26 | 5 | -34/+76 |
* | rfnoc: Add chdr_ctrl_xport | Alex Williams | 2019-11-26 | 1 | -0/+128 |
* | rfnoc: Add mb_controller base class and X300/MPMD implementations | Martin Braun | 2019-11-26 | 1 | -0/+13 |
* | rfnoc: Add device_id allocator | Martin Braun | 2019-11-26 | 1 | -0/+22 |
* | rfnoc: add reg_iface_adapter | Martin Braun | 2019-11-26 | 1 | -0/+121 |
* | rfnoc: Add check_topology() API to nodes | Martin Braun | 2019-11-26 | 2 | -0/+18 |
* | rfnoc: graph: Add commit/release API | Martin Braun | 2019-11-26 | 1 | -2/+13 |
* | rfnoc: Add mb_controller API | Martin Braun | 2019-11-26 | 1 | -1/+4 |
* | rfnoc: SW support for FPGA byte swapper | Ashish Chaudhari | 2019-11-26 | 1 | -0/+6 |
* | rfnoc: Add radio block controller | Martin Braun | 2019-11-26 | 1 | -0/+289 |
* | rfnoc: Graph and link stream manager API cleanup | Ashish Chaudhari | 2019-11-26 | 5 | -36/+161 |
* | rfnoc: Added link/graph specific stream managers | Ashish Chaudhari | 2019-11-26 | 5 | -27/+260 |
* | rfnoc: API cleanup for ctrl/mgmt code | Ashish Chaudhari | 2019-11-26 | 4 | -13/+44 |
* | rfnoc: Moved chdr types/packet class out of chdr dir | Ashish Chaudhari | 2019-11-26 | 7 | -43/+80 |
* | rfnoc: Added clock_iface to convey info about clocks | Ashish Chaudhari | 2019-11-26 | 3 | -4/+69 |
* | rfnoc: Support for new backend iface plus fixes | Ashish Chaudhari | 2019-11-26 | 2 | -2/+6 |
* | rfnoc: Move graph_edge data structure to its own header, add to_string() | Martin Braun | 2019-11-26 | 1 | -59/+3 |
* | rfnoc: Add rfnoc_device base class | Martin Braun | 2019-11-26 | 2 | -0/+83 |
* | rfnoc: Add block registry/factory and make_args | Martin Braun | 2019-11-26 | 1 | -0/+32 |