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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_compressdev(3)

Detailed Description

       The data structure associated with each comp device.

       Definition at line 72 of file rte_compressdev_internal.h.

Field Documentation

compressdev_dequeue_pkt_burst_tdequeue_burst
       Pointer to PMD receive function

       Definition at line 73 of file rte_compressdev_internal.h.

   compressdev_enqueue_pkt_burst_tenqueue_burst
       Pointer to PMD transmit function

       Definition at line 75 of file rte_compressdev_internal.h.

   structrte_compressdev_data*data
       Pointer to device data

       Definition at line 78 of file rte_compressdev_internal.h.

   structrte_compressdev_ops*dev_ops
       Functions exported by PMD

       Definition at line 80 of file rte_compressdev_internal.h.

   uint64_tfeature_flags
       Supported features

       Definition at line 82 of file rte_compressdev_internal.h.

   structrte_device*device
       Backing device

       Definition at line 84 of file rte_compressdev_internal.h.

   __extension__uint8_tattached
       Flag indicating the device is attached

       Definition at line 88 of file rte_compressdev_internal.h.

Name

       rte_compressdev

Synopsis

       #include <rte_compressdev_internal.h>

   DataFields
       compressdev_dequeue_pkt_burst_t dequeue_burst
       compressdev_enqueue_pkt_burst_t enqueue_burst
       struct rte_compressdev_data * data
       struct rte_compressdev_ops * dev_ops
       uint64_t feature_flags
       struct rte_device * device
       __extension__ uint8_t attached: 1

See Also