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_pmd_cnxk_crypto_qp_stats - Crypto CNXK queue pair stats.

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_pmd_cnxk_crypto_qp_stats(3)

Detailed Description

       Crypto CNXK queue pair stats.

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

       Definition at line 39 of file rte_pmd_cnxk_crypto.h.

Field Documentation

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

       Definition at line 41 of file rte_pmd_cnxk_crypto.h.

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

       Definition at line 43 of file rte_pmd_cnxk_crypto.h.

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

       Definition at line 45 of file rte_pmd_cnxk_crypto.h.

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

       Definition at line 47 of file rte_pmd_cnxk_crypto.h.

Name

       rte_pmd_cnxk_crypto_qp_stats - Crypto CNXK queue pair stats.

Synopsis

       #include <rte_pmd_cnxk_crypto.h>

   DataFields
       uint64_t ctx_enc_pkts
       uint64_t ctx_enc_bytes
       uint64_t ctx_dec_pkts
       uint64_t ctx_dec_bytes

See Also