logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_port_sink_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_port_sink_params(3)

Detailed Description

       sink port parameters

       Definition at line 40 of file rte_port_source_sink.h.

Field Documentation

constchar*file_name
       The full path of the pcap file to write the packets to

       Definition at line 42 of file rte_port_source_sink.h.

   uint32_tmax_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 47 of file rte_port_source_sink.h.

Name

       rte_port_sink_params

Synopsis

       #include <rte_port_source_sink.h>

   DataFields
       const char * file_name
       uint32_t max_n_pkts

See Also