#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.
◆ CHECK_DOCA_SUCCESS
| #define CHECK_DOCA_SUCCESS |
( |
|
op, |
|
|
|
msg |
|
) |
| |
Value: do { \
result = (op); \
doca_flow_destroy(); \
} \
} while (0)
static struct doca_flow_port * ports[2]
DOCA_STABLE const char * doca_error_get_descr(doca_error_t error)
Returns the description string of an error code.
Definition at line 40 of file flow_gtp_sample.c.
◆ add_modify_gtp_psc_header_entry()
| int add_modify_gtp_psc_header_entry |
( |
struct doca_flow_pipe * |
pipe, |
|
|
struct entries_status * |
status |
|
) |
| |
◆ create_match_gtp_pipe_and_add_entry()
| static doca_error_t create_match_gtp_pipe_and_add_entry |
( |
struct doca_flow_port * |
port, |
|
|
struct doca_flow_pipe * |
modify_qfi_pipe, |
|
|
struct entries_status * |
status, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_modify_gtp_psc_header_pipe()
| int create_modify_gtp_psc_header_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
FLOW_GTP |
| ) |
|
◆ flow_gtp()
◆ nb_ports
◆ ports
| struct doca_flow_port* ports[2] |
|
static |