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_compressdev_data

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_compressdev_data(3)

Detailed Description

       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.

Field Documentation

uint8_tdev_id
       Compress device identifier

       Definition at line 100 of file rte_compressdev_internal.h.

   intsocket_id
       Socket identifier where memory is allocated

       Definition at line 102 of file rte_compressdev_internal.h.

   charname[RTE_COMPRESSDEV_NAME_MAX_LEN]
       Unique identifier name

       Definition at line 104 of file rte_compressdev_internal.h.

   __extension__uint8_tdev_started
       Device state: STARTED(1)/STOPPED(0)

       Definition at line 108 of file rte_compressdev_internal.h.

   void**queue_pairs
       Array of pointers to queue pairs.

       Definition at line 111 of file rte_compressdev_internal.h.

   uint16_tnb_queue_pairs
       Number of device queue pairs

       Definition at line 113 of file rte_compressdev_internal.h.

   void*dev_private
       PMD-specific private data

       Definition at line 116 of file rte_compressdev_internal.h.

Name

       rte_compressdev_data

Synopsis

       #include <rte_compressdev_internal.h>

   DataFields
       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

See Also