#include <stdint.h>
#include <signal.h>
#include <rte_cycles.h>
#include <rte_launch.h>
#include <rte_ethdev.h>
#include <doca_argp.h>
#include <doca_flow_tune_server.h>
#include <doca_log.h>
#include <dpdk_utils.h>
#include <utils.h>
#include "simple_fwd.h"
#include "simple_fwd_port.h"
#include "simple_fwd_vnf_core.h"
Go to the source code of this file.
◆ DEFAULT_NB_METERS
| #define DEFAULT_NB_METERS (1 << 13) /* Maximum number of meters used */ |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
SIMPLE_FWD_VNF |
| ) |
|
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ signal_handler()
| static void signal_handler |
( |
int |
signum | ) |
|
|
static |