Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_cryptodev_stats - Man Page

Synopsis

#include <rte_cryptodev.h>

Data Fields

uint64_t enqueued_count
uint64_t dequeued_count
uint64_t enqueue_err_count
uint64_t dequeue_err_count

Detailed Description

Crypto Device statistics

Definition at line 660 of file rte_cryptodev.h.

Field Documentation

uint64_t enqueued_count

Count of all operations enqueued

Definition at line 661 of file rte_cryptodev.h.

uint64_t dequeued_count

Count of all operations dequeued

Definition at line 663 of file rte_cryptodev.h.

uint64_t enqueue_err_count

Total error count on operations enqueued

Definition at line 666 of file rte_cryptodev.h.

uint64_t dequeue_err_count

Total error count on operations dequeued

Definition at line 668 of file rte_cryptodev.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK