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_node_ethdev_config

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_node_ethdev_config(3)

Detailed Description

       Port config for ethdev_rx and ethdev_tx node.

       Definition at line 31 of file rte_node_eth_api.h.

Field Documentation

uint16_tport_id
       Port identifier

       Definition at line 32 of file rte_node_eth_api.h.

   uint16_tnum_rx_queues
       Number of Rx queues.

       Definition at line 34 of file rte_node_eth_api.h.

   uint16_tnum_tx_queues
       Number of Tx queues.

       Definition at line 36 of file rte_node_eth_api.h.

   structrte_mempool**mp
       Array of mempools associated to Rx queue.

       Definition at line 38 of file rte_node_eth_api.h.

   uint16_tmp_count
       Size of mp array.

       Definition at line 40 of file rte_node_eth_api.h.

Name

       rte_node_ethdev_config

Synopsis

       #include <rte_node_eth_api.h>

   DataFields
       uint16_t port_id
       uint16_t num_rx_queues
       uint16_t num_tx_queues
       struct rte_mempool ** mp
       uint16_t mp_count

See Also