#include <string.h>
#include <unistd.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.
◆ ENCAP_RESOURCE_NUM
| #define ENCAP_RESOURCE_NUM 2 |
◆ add_match_pipe_entry()
◆ add_vxlan_shared_encap_pipe_entry()
| static doca_error_t add_vxlan_shared_encap_pipe_entry |
( |
struct doca_flow_pipe * |
pipe, |
|
|
uint16_t |
port_id, |
|
|
struct entries_status * |
status |
|
) |
| |
|
static |
◆ bind_shared_resource_encap()
| int bind_shared_resource_encap |
( |
struct doca_flow_port * |
port, |
|
|
uint16_t |
port_id |
|
) |
| |
◆ create_encap_action()
◆ create_match_pipe()
| static doca_error_t create_match_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_shared_resource_encap()
| static int create_shared_resource_encap |
( |
void |
| ) |
|
|
static |
◆ create_vxlan_shared_encap_pipe()
| static doca_error_t create_vxlan_shared_encap_pipe |
( |
struct doca_flow_port * |
port, |
|
|
int |
port_id, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
FLOW_VXLAN_SHARED_ENCAP |
| ) |
|
◆ flow_vxlan_shared_encap()