#include <string.h>
#include <unistd.h>
#include <rte_byteorder.h>
#include <doca_log.h>
#include <doca_flow.h>
#include <doca_bitfield.h>
#include "flow_common.h"
Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (FLOW_MODIFY_HEADER) |
| |
| static doca_error_t | create_vxlan_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_vxlan_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_vxlan_gpe_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe *miss_pipe, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_vxlan_gpe_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| static doca_error_t | create_modify_header_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe *miss_pipe, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_modify_header_pipe_entry (struct doca_flow_pipe *pipe, struct entries_status *status) |
| |
| doca_error_t | flow_modify_header (int nb_queues) |
| |
◆ NB_ACTION_DESC
| #define NB_ACTION_DESC (1) |
◆ NB_GPE_ENTRIES
| #define NB_GPE_ENTRIES (1) |
◆ NB_MODIFY_HDR_ENTRIES
| #define NB_MODIFY_HDR_ENTRIES (1) |
◆ NB_VXLAN_ENTRIES
| #define NB_VXLAN_ENTRIES (1) |
◆ TOTAL_ENTRIES
◆ add_modify_header_pipe_entry()
◆ add_vxlan_gpe_pipe_entry()
◆ add_vxlan_pipe_entry()
◆ create_modify_header_pipe()
| static doca_error_t create_modify_header_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe * |
miss_pipe, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_vxlan_gpe_pipe()
| static doca_error_t create_vxlan_gpe_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe * |
miss_pipe, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_vxlan_pipe()
| static doca_error_t create_vxlan_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
FLOW_MODIFY_HEADER |
| ) |
|
◆ flow_modify_header()