#include <stdlib.h>
#include <string.h>
#include <rte_ethdev.h>
#include "common.h"
#include "dpdk_tcp/tcp_session_table.h"
#include "dpdk_tcp/tcp_cpu_rss_func.h"
Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (GPU_PACKET_PROCESSING_TCP) |
| |
| doca_error_t | create_tcp_queues (struct rxq_tcp_queues *tcp_queues, struct doca_flow_port *df_port, struct doca_gpu *gpu_dev, struct doca_dev *ddev, uint32_t queue_num, uint32_t sem_num, bool http_server, struct txq_http_queues *http_queues, struct doca_pe *pe, doca_eth_txq_gpu_event_error_send_packet_cb_t event_error_send_packet_cb) |
| |
| doca_error_t | destroy_tcp_queues (struct rxq_tcp_queues *tcp_queues, bool http_server, struct txq_http_queues *http_queues) |
| |
◆ create_tcp_queues()
◆ destroy_tcp_queues()
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
GPU_PACKET_PROCESSING_TCP |
| ) |
|