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_cryptodev_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_cryptodev_stats(3)

Detailed Description

       Crypto Device statistics

       Definition at line 703 of file rte_cryptodev.h.

Field Documentation

uint64_tenqueued_count
       Count of all operations enqueued

       Definition at line 704 of file rte_cryptodev.h.

   uint64_tdequeued_count
       Count of all operations dequeued

       Definition at line 706 of file rte_cryptodev.h.

   uint64_tenqueue_err_count
       Total error count on operations enqueued

       Definition at line 709 of file rte_cryptodev.h.

   uint64_tdequeue_err_count
       Total error count on operations dequeued

       Definition at line 711 of file rte_cryptodev.h.

Name

       rte_cryptodev_stats

Synopsis

       #include <rte_cryptodev.h>

   DataFields
       uint64_t enqueued_count
       uint64_t dequeued_count
       uint64_t enqueue_err_count
       uint64_t dequeue_err_count

See Also