| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <doca_argp.h>#include <doca_flow.h>#include <doca_log.h>#include <dpdk_utils.h>#include "flow_switch_common.h"
Go to the source code of this file.
Data Structures | |
| struct | flow_resize_ctx |
Functions | |
| DOCA_LOG_REGISTER (FLOW_PIPE_RESIZE::MAIN) | |
| doca_error_t | flow_pipe_resize (uint16_t nb_queues, struct flow_switch_ctx *ctx, bool is_basic_pipe) |
| static doca_error_t | pipe_type_callback (void *param, void *config) |
| static int | register_pipe_type_params (void) |
| int | main (int argc, char **argv) |
| DOCA_LOG_REGISTER | ( | FLOW_PIPE_RESIZE::MAIN | ) |
| doca_error_t flow_pipe_resize | ( | uint16_t | nb_queues, |
| struct flow_switch_ctx * | ctx, | ||
| bool | is_basic_pipe | ||
| ) |
Definition at line 431 of file flow_pipe_resize_sample.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 113 of file flow_pipe_resize_main.c.
|
static |
Definition at line 56 of file flow_pipe_resize_main.c.
|
static |
Definition at line 79 of file flow_pipe_resize_main.c.