NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
icmp_queues.c File Reference
#include <stdlib.h>
#include <string.h>
#include <rte_ethdev.h>
#include "common.h"
Include dependency graph for icmp_queues.c:

Go to the source code of this file.

Functions

 DOCA_LOG_REGISTER (GPU_PACKET_PROCESSING_UDP)
 
doca_error_t create_icmp_queues (struct rxq_icmp_queues *icmp_queues, struct doca_flow_port *df_port, struct doca_gpu *gpu_dev, struct doca_dev *ddev, uint32_t queue_num, struct doca_pe *pe, doca_eth_txq_gpu_event_error_send_packet_cb_t event_error_send_packet_cb, doca_eth_txq_gpu_event_notify_send_packet_cb_t event_notify_send_packet_cb)
 
doca_error_t destroy_icmp_queues (struct rxq_icmp_queues *icmp_queues)
 

Function Documentation

◆ create_icmp_queues()

doca_error_t create_icmp_queues ( struct rxq_icmp_queues icmp_queues,
struct doca_flow_port *  df_port,
struct doca_gpu *  gpu_dev,
struct doca_dev *  ddev,
uint32_t  queue_num,
struct doca_pe *  pe,
doca_eth_txq_gpu_event_error_send_packet_cb_t  event_error_send_packet_cb,
doca_eth_txq_gpu_event_notify_send_packet_cb_t  event_notify_send_packet_cb 
)

Definition at line 34 of file icmp_queues.c.

◆ destroy_icmp_queues()

doca_error_t destroy_icmp_queues ( struct rxq_icmp_queues icmp_queues)

Definition at line 291 of file icmp_queues.c.

◆ DOCA_LOG_REGISTER()

DOCA_LOG_REGISTER ( GPU_PACKET_PROCESSING_UDP  )