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_swx_port_fd_reader_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_swx_port_fd_reader_params(3)

Detailed Description

       fd_reader port parameters

       Definition at line 22 of file rte_swx_port_fd.h.

Field Documentation

intfd
       File descriptor. Must be valid and opened in non-blocking mode.

       Definition at line 24 of file rte_swx_port_fd.h.

   uint32_tmtu
       Maximum Transfer Unit (MTU)

       Definition at line 27 of file rte_swx_port_fd.h.

   structrte_mempool*mempool
       Pre-initialized buffer pool

       Definition at line 30 of file rte_swx_port_fd.h.

   uint32_tburst_size
       RX burst size

       Definition at line 33 of file rte_swx_port_fd.h.

Name

       rte_swx_port_fd_reader_params

Synopsis

       #include <rte_swx_port_fd.h>

   DataFields
       int fd
       uint32_t mtu
       struct rte_mempool * mempool
       uint32_t burst_size

See Also