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_ethdev_reader_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2            rte_swx_port_ethdev_reader_params(3)

Detailed Description

       Ethernet device input port (reader) creation parameters.

       Definition at line 21 of file rte_swx_port_ethdev.h.

Field Documentation

constchar*dev_name
       Name of a valid and fully configured Ethernet device.

       Definition at line 23 of file rte_swx_port_ethdev.h.

   uint16_tqueue_id
       Ethernet device receive queue ID.

       Definition at line 26 of file rte_swx_port_ethdev.h.

   uint32_tburst_size
       Ethernet device receive burst size.

       Definition at line 29 of file rte_swx_port_ethdev.h.

Name

       rte_swx_port_ethdev_reader_params

Synopsis

       #include <rte_swx_port_ethdev.h>

   DataFields
       const char * dev_name
       uint16_t queue_id
       uint32_t burst_size

See Also