aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include
Commit message (Expand)AuthorAgeFilesLines
* uhd: fixing MSVC warningsBrent Stapleton2020-01-095-17/+30
* rpc: Applying clang formattingBrent Stapleton2020-01-091-84/+76
* dpdk: Change client to wait on member variableCiro Nishiguchi2019-12-201-8/+12
* transport,usrp: Make available packet-based flow controlAlex Williams2019-12-201-2/+2
* rfnoc: Make chdr_ctrl_xport recv_io callbacks have symbolsAlex Williams2019-12-201-0/+7
* transport: Fix comment on recv_io_if::fc_callback_tAlex Williams2019-12-201-1/+1
* usrp: Add I/O service manager for DPDKCiro Nishiguchi2019-12-201-0/+69
* lib: Remove dpdk_zero_copy filesMartin Braun2019-12-203-406/+0
* dpdk: Add new DPDK stack to integrate with I/O servicesAlex Williams2019-12-209-90/+1121
* rfnoc: fix incorrect long fifo wait timeoutsVirendra Kakade2019-11-261-2/+2
* lib: Add DPDK service queueAlex Williams2019-11-261-0/+237
* rfnoc: fix invalid access when sending packet with no samplesCiro Nishiguchi2019-11-261-1/+3
* mg/rh/rfnoc: Harmonize peripheral registersMartin Braun2019-11-261-3/+0
* detail::graph: Add shutdown capabilityMartin Braun2019-11-261-4/+12
* rfnoc: Rename thread affinity argsCiro Nishiguchi2019-11-261-24/+21
* transport: Add new base for DPDK links, based on 18.11Alex Williams2019-11-261-0/+319
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-265-27/+77
* rfnoc: Make I/O services relinquish CPU while waitingCiro Nishiguchi2019-11-262-16/+41
* rfnoc: xports: Count FC bytes as multiples of CHDR widthMartin Braun2019-11-264-17/+41
* rfnoc: Restrict to inline I/O service based on link restrictionsCiro Nishiguchi2019-11-262-0/+36
* rfnoc: Merge I/O service device args with stream argsCiro Nishiguchi2019-11-262-3/+18
* rfnoc: Split up offload I/O service into multiple filesCiro Nishiguchi2019-11-263-0/+339
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-262-8/+9
* uhd: Introduce I/O service managerAaron Rossetto2019-11-2611-23/+341
* rfnoc: Make trasnport safe to use with offload threadsCiro Nishiguchi2019-11-263-8/+19
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-266-45/+274
* uhd: Replace boost::function with std::functionMartin Braun2019-11-266-14/+14
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-2630-61/+61
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-261-0/+66
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-261-46/+27
* Remove proto-RFNoC filesMartin Braun2019-11-2610-862/+0
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-262-22/+119
* rfnoc: radio: Add API call to disable timestampsMartin Braun2019-11-261-1/+4
* transport: Port liberio to link_ifAlex Williams2019-11-261-0/+180
* rfnoc: Fix transport buffer reservationsCiro Nishiguchi2019-11-262-9/+11
* streamer: Add option to ignore sequence errorsCiro Nishiguchi2019-11-263-8/+9
* rfnoc: Move data xport sep configuration to static methodsCiro Nishiguchi2019-11-265-408/+133
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-262-2/+11
* rfnoc: radio/streamer: Handle late commands and burst ACKsMartin Braun2019-11-263-7/+32
* rfnoc: Add MTU property to RX streamerCiro Nishiguchi2019-11-263-12/+44
* rfnoc: Implement flushing on overrunCiro Nishiguchi2019-11-264-29/+130
* rfnoc: Add nirio_link link objectMartin Braun2019-11-261-0/+210
* rfnoc: Use adapter_id_t for balancing load across linksAlex Williams2019-11-264-19/+46
* rfnoc: ctrlport: Fixing timeouts for timed commandsBrent Stapleton2019-11-261-0/+6
* rfnoc: client_zero can track num SEPs and num ctrl EPs separatelyMartin Braun2019-11-261-0/+13
* transport: Add modeling of physical adaptersAlex Williams2019-11-264-0/+116
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-263-4/+13
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-265-10/+114
* rfnoc: Centralize initialization state of SEPs to epid_allocatorAlex Williams2019-11-263-2/+28
* rfnoc: Use link_stream_manager's mgmt_portal for all mgmt packetsAlex Williams2019-11-265-57/+36