DPDK 24.11.2
Loading...
Searching...
No Matches
rte_cryptodev_config Struct Reference

#include <rte_cryptodev.h>

Data Fields

int socket_id
uint16_t nb_queue_pairs
uint64_t ff_disable

Detailed Description

Field Documentation

◆ socket_id

int socket_id

Socket to allocate resources on

Examples
examples/fips_validation/fips_dev_self_test.c, and examples/l2fwd-crypto/main.c.

Definition at line 794 of file rte_cryptodev.h.

◆ nb_queue_pairs

uint16_t nb_queue_pairs

Number of queue pairs to configure on device

Definition at line 795 of file rte_cryptodev.h.

◆ ff_disable

uint64_t ff_disable

Feature flags to be disabled. Only the following features are allowed to be disabled,

  • RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO
  • RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO
  • RTE_CRYTPODEV_FF_SECURITY

Definition at line 797 of file rte_cryptodev.h.


The documentation for this struct was generated from the following file: