| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <atomic>#include <chrono>#include <cstdio>#include <memory>#include <numeric>#include <stdexcept>#include <sstream>#include <thread>#include <doca_argp.h>#include <doca_buf.h>#include <doca_buf_inventory.h>#include <doca_comch.h>#include <doca_comch_consumer.h>#include <doca_comch_producer.h>#include <doca_compress.h>#include <doca_ctx.h>#include <doca_dev.h>#include <doca_erasure_coding.h>#include <doca_error.h>#include <doca_log.h>#include <doca_mmap.h>#include <doca_pe.h>#include <doca_version.h>#include <storage_common/aligned_new.hpp>#include <storage_common/buffer_utils.hpp>#include <storage_common/control_message.hpp>#include <storage_common/control_channel.hpp>#include <storage_common/definitions.hpp>#include <storage_common/file_utils.hpp>#include <storage_common/io_message.hpp>#include <storage_common/os_utils.hpp>#include <storage_common/doca_utils.hpp>
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (gga_offload) | |
| int | main (int argc, char **argv) |
| DOCA_LOG_REGISTER | ( | gga_offload | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 481 of file comch_to_rdma_gga_offload.cpp.