:orphan: .. index:: pair: struct; tarpc_rte_eth_dev_info .. _doxid-structtarpc__rte__eth__dev__info: struct tarpc_rte_eth_dev_info ============================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_rte_eth_dev_info { // fields string :target:`driver_name`; unsigned int :target:`if_index`; uint16_t :target:`min_mtu`; uint16_t :target:`max_mtu`; uint32_t :target:`min_rx_bufsize`; uint32_t :target:`max_rx_pktlen`; uint16_t :target:`max_rx_queues`; uint16_t :target:`max_tx_queues`; uint32_t :target:`max_mac_addrs`; uint32_t :target:`max_hash_mac_addrs`; uint16_t :target:`max_vfs`; uint16_t :target:`max_vmdq_pools`; uint64_t :target:`rx_queue_offload_capa`; uint64_t :target:`rx_offload_capa`; uint64_t :target:`tx_queue_offload_capa`; uint64_t :target:`tx_offload_capa`; uint16_t :target:`reta_size`; uint8_t :target:`hash_key_size`; uint64_t :target:`flow_type_rss_offloads`; struct :ref:`tarpc_rte_eth_rxconf` :target:`default_rxconf`; struct :ref:`tarpc_rte_eth_txconf` :target:`default_txconf`; uint16_t :target:`vmdq_queue_base`; uint16_t :target:`vmdq_queue_num`; uint16_t :target:`vmdq_pool_base`; struct :ref:`tarpc_rte_eth_desc_lim` :target:`rx_desc_lim`; struct :ref:`tarpc_rte_eth_desc_lim` :target:`tx_desc_lim`; uint32_t :target:`speed_capa`; uint16_t :target:`nb_rx_queues`; uint16_t :target:`nb_tx_queues`; uint64_t :target:`dev_capa`; :ref:`tarpc_rte_eth_dev_portconf` :target:`default_rxportconf`; :ref:`tarpc_rte_eth_dev_portconf` :target:`default_txportconf`; };