DPDK  23.03.0
Data Fields
rte_ml_dev_info Struct Reference

#include <rte_mldev.h>

Data Fields

const char * driver_name
 
uint16_t max_models
 
uint16_t max_queue_pairs
 
uint16_t max_desc
 
uint16_t max_segments
 
uint16_t min_align_size
 

Detailed Description

ML device information

Definition at line 216 of file rte_mldev.h.

Field Documentation

◆ driver_name

const char* driver_name

Driver name

Definition at line 217 of file rte_mldev.h.

◆ max_models

uint16_t max_models

Maximum number of models supported by the device.

See also
struct rte_ml_dev_config::nb_models

Definition at line 219 of file rte_mldev.h.

◆ max_queue_pairs

uint16_t max_queue_pairs

Maximum number of queues pairs supported by the device.

See also
struct rte_ml_dev_config::nb_queue_pairs

Definition at line 223 of file rte_mldev.h.

◆ max_desc

uint16_t max_desc

Maximum allowed number of descriptors for queue pair by the device.

See also
struct rte_ml_dev_qp_conf::nb_desc

Definition at line 227 of file rte_mldev.h.

◆ max_segments

uint16_t max_segments

Maximum number of scatter-gather entries supported by the device.

See also
struct rte_ml_buff_seg struct rte_ml_buff_seg::next

Definition at line 231 of file rte_mldev.h.

◆ min_align_size

uint16_t min_align_size

Minimum alignment size of IO buffers used by the device.

Definition at line 235 of file rte_mldev.h.


The documentation for this struct was generated from the following file: