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_config

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                       rte_compressdev_config(3)

Detailed Description

       Compress device configuration structure

       Definition at line 185 of file rte_compressdev.h.

Field Documentation

intsocket_id
       Socket on which to allocate resources

       Definition at line 186 of file rte_compressdev.h.

   uint16_tnb_queue_pairs
       Total number of queue pairs to configure on a device

       Definition at line 188 of file rte_compressdev.h.

   uint16_tmax_nb_priv_xforms
       Max number of private_xforms which will be created on the device

       Definition at line 190 of file rte_compressdev.h.

   uint16_tmax_nb_streams
       Max number of streams which will be created on the device

       Definition at line 192 of file rte_compressdev.h.

Name

       rte_compressdev_config

Synopsis

       #include <rte_compressdev.h>

   DataFields
       int socket_id
       uint16_t nb_queue_pairs
       uint16_t max_nb_priv_xforms
       uint16_t max_nb_streams

See Also