DPDK 22.11.5
|
#include <rte_compressdev.h>
Data Fields | |
int | socket_id |
uint16_t | nb_queue_pairs |
uint16_t | max_nb_priv_xforms |
uint16_t | max_nb_streams |
Compress device configuration structure
Definition at line 198 of file rte_compressdev.h.
int socket_id |
Socket on which to allocate resources
Definition at line 199 of file rte_compressdev.h.
uint16_t nb_queue_pairs |
Total number of queue pairs to configure on a device
Definition at line 201 of file rte_compressdev.h.
uint16_t max_nb_priv_xforms |
Max number of private_xforms which will be created on the device
Definition at line 203 of file rte_compressdev.h.
uint16_t max_nb_streams |
Max number of streams which will be created on the device
Definition at line 205 of file rte_compressdev.h.