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_writer_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2            rte_swx_port_ethdev_writer_params(3)

Detailed Description

       Ethernet device output port (writer) creation parameters.

       Definition at line 36 of file rte_swx_port_ethdev.h.

Field Documentation

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

       Definition at line 38 of file rte_swx_port_ethdev.h.

   uint16_tqueue_id
       Ethernet device transmit queue ID.

       Definition at line 41 of file rte_swx_port_ethdev.h.

   uint32_tburst_size
       Ethernet device transmit burst size.

       Definition at line 44 of file rte_swx_port_ethdev.h.

Name

       rte_swx_port_ethdev_writer_params

Synopsis

       #include <rte_swx_port_ethdev.h>

   DataFields
       const char * dev_name
       uint16_t queue_id
       uint32_t burst_size

See Also