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_source_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_port_source_params(3)

Detailed Description

       source port parameters

       Definition at line 23 of file rte_port_source_sink.h.

Field Documentation

structrte_mempool*mempool
       Pre-initialized buffer pool

       Definition at line 25 of file rte_port_source_sink.h.

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

       Definition at line 28 of file rte_port_source_sink.h.

   uint32_tn_bytes_per_pkt
       The number of bytes to be read from each packet in the pcap file. If this value is 0, the whole packet is
       read; if it is bigger than packet size, the generated packets will contain the whole packet

       Definition at line 33 of file rte_port_source_sink.h.

Name

       rte_port_source_params

Synopsis

       #include <rte_port_source_sink.h>

   DataFields
       struct rte_mempool * mempool
       const char * file_name
       uint32_t n_bytes_per_pkt

See Also