| 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>
Go to the source code of this file.
Macros | |
| #define | NB_RSS_QUEUES (1 << 3) |
Functions | |
| DOCA_LOG_REGISTER (FLOW_RANDOM::MAIN) | |
| doca_error_t | flow_random (int nb_steering_queues, int nb_rss_queues) |
| int | main (int argc, char **argv) |
| #define NB_RSS_QUEUES (1 << 3) |
Definition at line 37 of file flow_random_main.c.
| DOCA_LOG_REGISTER | ( | FLOW_RANDOM::MAIN | ) |
| doca_error_t flow_random | ( | int | nb_steering_queues, |
| int | nb_rss_queues | ||
| ) |
Definition at line 539 of file flow_random_sample.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 49 of file flow_random_main.c.