#include <rte_eal.h>
#include <rte_common.h>
#include <rte_malloc.h>
#include <rte_ether.h>
#include <rte_ethdev.h>
#include <rte_mempool.h>
#include <rte_mbuf.h>
#include <rte_net.h>
#include <doca_log.h>
#include <doca_flow.h>
#include "simple_fwd_port.h"
Go to the source code of this file.
◆ CLOCK_TYPE_ID
| #define CLOCK_TYPE_ID CLOCK_MONOTONIC |
◆ NS_PER_SEC
| #define NS_PER_SEC 1E9 /* Nano-seconds per second */ |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
SIMPLE_FWD_PORT |
| ) |
|
◆ simple_fwd_dump_port_stats()
| int simple_fwd_dump_port_stats |
( |
uint16_t |
port_id, |
|
|
struct doca_flow_port * |
port |
|
) |
| |
◆ simple_fwd_port_stats_display()
| static int simple_fwd_port_stats_display |
( |
uint16_t |
port, |
|
|
FILE * |
f |
|
) |
| |
|
static |