| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <string.h>#include <unistd.h>#include <rte_byteorder.h>#include <doca_log.h>#include <doca_flow.h>#include "flow_common.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (FLOW_HAIRPIN_VNF) | |
| static doca_error_t | create_hairpin_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| static doca_error_t | add_hairpin_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| doca_error_t | flow_hairpin_vnf (int nb_queues) |
|
static |
Definition at line 109 of file flow_hairpin_vnf_sample.c.
|
static |
Definition at line 46 of file flow_hairpin_vnf_sample.c.
| DOCA_LOG_REGISTER | ( | FLOW_HAIRPIN_VNF | ) |
| doca_error_t flow_hairpin_vnf | ( | int | nb_queues | ) |
Definition at line 143 of file flow_hairpin_vnf_sample.c.