#include <stdint.h>
#include <string.h>
#include <unistd.h>
#include <doca_log.h>
#include <doca_flow.h>
#include "doca_error.h"
#include "doca_bitfield.h"
#include "flow_common.h"
Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (FLOW_ESP) |
| |
| static doca_error_t | create_root_pipe (struct doca_flow_port *port, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_root_pipe_entry (struct doca_flow_pipe *pipe, struct doca_flow_pipe *next_pipe, uint32_t spi, struct entries_status *status) |
| |
| static doca_error_t | add_root_pipe_entries (struct doca_flow_pipe *pipe, struct entries_status *status, struct doca_flow_pipe *gt_pipe, struct doca_flow_pipe *lt_pipe) |
| |
| static doca_error_t | create_comparison_pipe (struct doca_flow_port *port, const char *name, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | add_comparison_pipe_entry (struct doca_flow_pipe *pipe, uint16_t port_id, bool gt, struct entries_status *status) |
| |
| doca_error_t | flow_esp (int nb_queues) |
| |
◆ WAITING_TIME
◆ add_comparison_pipe_entry()
◆ add_root_pipe_entries()
| static doca_error_t add_root_pipe_entries |
( |
struct doca_flow_pipe * |
pipe, |
|
|
struct entries_status * |
status, |
|
|
struct doca_flow_pipe * |
gt_pipe, |
|
|
struct doca_flow_pipe * |
lt_pipe |
|
) |
| |
|
static |
◆ add_root_pipe_entry()
| static doca_error_t add_root_pipe_entry |
( |
struct doca_flow_pipe * |
pipe, |
|
|
struct doca_flow_pipe * |
next_pipe, |
|
|
uint32_t |
spi, |
|
|
struct entries_status * |
status |
|
) |
| |
|
static |
◆ create_comparison_pipe()
| static doca_error_t create_comparison_pipe |
( |
struct doca_flow_port * |
port, |
|
|
const char * |
name, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ create_root_pipe()
| static doca_error_t create_root_pipe |
( |
struct doca_flow_port * |
port, |
|
|
struct doca_flow_pipe ** |
pipe |
|
) |
| |
|
static |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
FLOW_ESP |
| ) |
|
◆ flow_esp()