| rte_compressdev_data(3) | Library Functions Manual | rte_compressdev_data(3) |
rte_compressdev_data
#include <rte_compressdev_internal.h>
uint8_t dev_id
int socket_id
char name [RTE_COMPRESSDEV_NAME_MAX_LEN]
__extension__ uint8_t dev_started: 1
void ** queue_pairs
uint16_t nb_queue_pairs
void * dev_private
The data part, with no function pointers, associated with each device.
This structure is safe to place in shared memory to be common among different processes in a multi-process configuration.
Definition at line 99 of file rte_compressdev_internal.h.
Compress device identifier
Definition at line 100 of file rte_compressdev_internal.h.
Socket identifier where memory is allocated
Definition at line 102 of file rte_compressdev_internal.h.
Unique identifier name
Definition at line 104 of file rte_compressdev_internal.h.
Device state: STARTED(1)/STOPPED(0)
Definition at line 108 of file rte_compressdev_internal.h.
Array of pointers to queue pairs.
Definition at line 111 of file rte_compressdev_internal.h.
Number of device queue pairs
Definition at line 113 of file rte_compressdev_internal.h.
PMD-specific private data
Definition at line 116 of file rte_compressdev_internal.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |