DOKK / manpages / debian 13 / dpdk-doc / rte_pmd_cnxk_crypto_qp_stats.3.en
rte_pmd_cnxk_crypto_qp_stats(3) Library Functions Manual rte_pmd_cnxk_crypto_qp_stats(3)

rte_pmd_cnxk_crypto_qp_stats - Crypto CNXK queue pair stats.

#include <rte_pmd_cnxk_crypto.h>


uint64_t ctx_enc_pkts
uint64_t ctx_enc_bytes
uint64_t ctx_dec_pkts
uint64_t ctx_dec_bytes

Crypto CNXK queue pair stats.

This structure represents the queue pair stats retrieved from CPT HW queue.

Definition at line 42 of file rte_pmd_cnxk_crypto.h.

Packet counter of the packets that used CPT context cache and was encrypted

Definition at line 44 of file rte_pmd_cnxk_crypto.h.

Byte counter of the packets that used CPT context cache and was encrypted

Definition at line 46 of file rte_pmd_cnxk_crypto.h.

Packet counter of the packets that used CPT context cache and was decrypted

Definition at line 48 of file rte_pmd_cnxk_crypto.h.

Byte counter of the packets that used CPT context cache and was decrypted

Definition at line 50 of file rte_pmd_cnxk_crypto.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK