#include <string.h>
#include <unistd.h>
#include <doca_log.h>
#include <doca_flow.h>
#include "flow_common.h"
Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (FLOW_PARSER_META) |
| |
| static doca_error_t | create_match_parser_meta_type_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_match_parser_meta_type_pipe_entries (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_match_parser_meta_ok_pipe (struct doca_flow_port *port, struct doca_flow_pipe *type_pipe, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_match_parser_meta_ok_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_fragmented_pipe (struct doca_flow_port *port, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_fragmented_pipe_entries (struct doca_flow_pipe *frag_pipe, struct doca_flow_pipe *ok_pipe, int port_id, struct entries_status *status) |
| |
| doca_error_t | flow_parser_meta (int nb_queues) |
| |
◆ add_fragmented_pipe_entries()
| static doca_error_t add_fragmented_pipe_entries |
( |
struct doca_flow_pipe * |
frag_pipe, |
|
|
struct doca_flow_pipe * |
ok_pipe, |
|
|
int |
port_id, |
|
|
struct entries_status * |
status |
|
) |
| |
|
static |
◆ add_match_parser_meta_ok_pipe_entry()
◆ add_match_parser_meta_type_pipe_entries()
◆ create_fragmented_pipe()
| static doca_error_t create_fragmented_pipe |
( |
struct doca_flow_port * |
port, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_match_parser_meta_ok_pipe()
| static doca_error_t create_match_parser_meta_ok_pipe |
( |
struct doca_flow_port * |
port, |
|
|
struct doca_flow_pipe * |
type_pipe, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_match_parser_meta_type_pipe()
| static doca_error_t create_match_parser_meta_type_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
FLOW_PARSER_META |
| ) |
|
◆ flow_parser_meta()