aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/mgmt_portal.cpp
Commit message (Expand)AuthorAgeFilesLines
* RFNoc: Fix graph connect timeout errorMichael West2021-05-101-2/+3
* rfnoc: Add option to disable flow control on rx streamingmattprost2021-04-291-7/+12
* lib: Remove move-on-return for chdr_packet_writerMartin Braun2021-03-111-2/+2
* lib: Remove unused constantsMartin Braun2021-03-041-4/+5
* host: Update code base using clang-tidyMartin Braun2021-03-041-22/+23
* rfnoc: Fix remote stream buffer formatWade Fife2020-12-211-0/+18
* rfnoc: Rename chdr_packet to chdr_packet_writerSamuel O'Brien2020-07-131-1/+1
* lib: rfnoc: Fix "unused" warnings for non-trace log levelsMartin Braun2020-04-171-2/+1
* rfnoc: Fix transport buffer reservationsCiro Nishiguchi2019-11-261-4/+4
* rfnoc: Centralize initialization state of SEPs to epid_allocatorAlex Williams2019-11-261-9/+22
* rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packetsAlex Williams2019-11-261-28/+48
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-261-5/+5
* rfnoc: Make a chdr_ctrl_xport using the new link APIsAlex Williams2019-11-261-44/+50
* rfnoc: SW support for FPGA byte swapperAshish Chaudhari2019-11-261-8/+31
* rfnoc: Graph and link stream manager API cleanupAshish Chaudhari2019-11-261-27/+49
* rfnoc: Enable daisy-chaining in mgmt_portalAshish Chaudhari2019-11-261-5/+14
* rfnoc: API cleanup for ctrl/mgmt codeAshish Chaudhari2019-11-261-30/+43
* rfnoc: Moved chdr types/packet class out of chdr dirAshish Chaudhari2019-11-261-1/+1
* rfnoc: Added initial impl for mgmt_portalAshish Chaudhari2019-11-261-0/+997