rte_table_action_sym_crypto_config - Man Page
Synopsis
#include <rte_table_action.h>
Data Fields
uint8_t cryptodev_id
uint32_t op_offset
struct rte_mempool * mp_create
struct rte_mempool * mp_init
Detailed Description
Symmetric crypto action configuration (per table action profile).
Definition at line 728 of file rte_table_action.h.
Field Documentation
uint8_t cryptodev_id
Target Cryptodev ID.
Definition at line 730 of file rte_table_action.h.
uint32_t op_offset
Offset to rte_crypto_op structure within the input packet buffer. Offset 0 points to the first byte of the MBUF structure.
Definition at line 736 of file rte_table_action.h.
struct rte_mempool* mp_create
The mempool for creating cryptodev sessions.
Definition at line 739 of file rte_table_action.h.
struct rte_mempool* mp_init
The mempool for initializing cryptodev sessions.
Definition at line 742 of file rte_table_action.h.
Author
Generated automatically by Doxygen for DPDK from the source code.
Info
Version 23.11.0 DPDK