DPDK 22.11.5
|
#include "rte_swx_port.h"
Go to the source code of this file.
Data Structures | |
struct | rte_swx_port_source_params |
struct | rte_swx_port_sink_params |
Macros | |
#define | RTE_SWX_PORT_SOURCE_PKTS_MAX 1024 |
Variables | |
struct rte_swx_port_in_ops | rte_swx_port_source_ops |
struct rte_swx_port_out_ops | rte_swx_port_sink_ops |
RTE SWX Source and Sink Ports
Definition in file rte_swx_port_source_sink.h.
#define RTE_SWX_PORT_SOURCE_PKTS_MAX 1024 |
Maximum number of packets to read from the PCAP file.
Definition at line 20 of file rte_swx_port_source_sink.h.
|
extern |
Source port operations.
|
extern |
Sink port operations.