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_port_sym_crypto.h

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_port_sym_crypto.h(3)

Detailed Description

       RTE Port sym crypto Interface

       crypto_reader: input port built on top of pre-initialized crypto interface crypto_writer: output port
       built on top of pre-initialized crypto interface

       Definition in file rte_port_sym_crypto.h.

Name

       rte_port_sym_crypto.h

Synopsis

       #include <stdint.h>
       #include <rte_cryptodev.h>
       #include 'rte_port.h'

   DataStructures
       struct rte_port_sym_crypto_reader_params
       struct rte_port_sym_crypto_writer_params
       struct rte_port_sym_crypto_writer_nodrop_paramsTypedefstypedef void(* rte_port_sym_crypto_reader_callback_fn) (struct rte_mbuf **pkts, uint16_t n_pkts, void
           *arg)

   Variables
       struct rte_port_in_opsrte_port_sym_crypto_reader_ops
       struct rte_port_out_opsrte_port_sym_crypto_writer_ops
       struct rte_port_out_opsrte_port_sym_crypto_writer_nodrop_ops

Typedef Documentation

typedefvoid(*rte_port_sym_crypto_reader_callback_fn)(structrte_mbuf**pkts,uint16_tn_pkts,void*arg)
       Function prototype for reader post action.

       Definition at line 27 of file rte_port_sym_crypto.h.

Variable Documentation

structrte_port_in_opsrte_port_sym_crypto_reader_ops[extern]
       Crypto_reader port operations.

   structrte_port_out_opsrte_port_sym_crypto_writer_ops[extern]
       Crypto_writer port operations.

   structrte_port_out_opsrte_port_sym_crypto_writer_nodrop_ops[extern]
       Crypto_writer_nodrop port operations.

See Also