| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <arpa/inet.h>#include <rte_ethdev.h>#include <doca_flow.h>#include <doca_mmap.h>#include <doca_gpunetio.h>#include <doca_buf_array.h>#include "common.h"#include "packets.h"#include "dpdk_tcp/tcp_session_table.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (GPU_PACKET_PROCESSING_TXBUF) | |
| doca_error_t | create_tx_buf (struct tx_buf *buf, struct doca_gpu *gpu_dev, struct doca_dev *ddev, uint32_t num_packets, uint32_t max_pkt_sz) |
| doca_error_t | prepare_tx_buf (struct tx_buf *buf, enum http_page_get page_type) |
| doca_error_t | destroy_tx_buf (struct tx_buf *buf) |
Variables | |
| const char * | payload_page_index |
| const char * | payload_page_contacts |
| const char * | payload_page_not_found |
| doca_error_t create_tx_buf | ( | struct tx_buf * | buf, |
| struct doca_gpu * | gpu_dev, | ||
| struct doca_dev * | ddev, | ||
| uint32_t | num_packets, | ||
| uint32_t | max_pkt_sz | ||
| ) |
Definition at line 97 of file http_txbuf.c.
| doca_error_t destroy_tx_buf | ( | struct tx_buf * | buf | ) |
Definition at line 287 of file http_txbuf.c.
| DOCA_LOG_REGISTER | ( | GPU_PACKET_PROCESSING_TXBUF | ) |
| doca_error_t prepare_tx_buf | ( | struct tx_buf * | buf, |
| enum http_page_get | page_type | ||
| ) |
Definition at line 217 of file http_txbuf.c.
| const char* payload_page_contacts |
Definition at line 59 of file http_txbuf.c.
| const char* payload_page_index |
Definition at line 39 of file http_txbuf.c.
| const char* payload_page_not_found |
Definition at line 79 of file http_txbuf.c.