DPDK  21.02.0
Data Fields
rte_port_sink_params Struct Reference

#include <rte_port_source_sink.h>

Data Fields

const char * file_name
 
uint32_t max_n_pkts
 

Detailed Description

sink port parameters

Examples:
examples/ip_pipeline/pipeline.c.

Definition at line 41 of file rte_port_source_sink.h.

Field Documentation

const char* file_name

The full path of the pcap file to write the packets to

Definition at line 43 of file rte_port_source_sink.h.

uint32_t max_n_pkts

The maximum number of packets write to the pcap file. If this value is 0, the "infinite" write will be carried out.

Definition at line 48 of file rte_port_source_sink.h.


The documentation for this struct was generated from the following file: