DPDK  19.08.2
Data Fields
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

Crypto device configuration structure

Examples:
examples/fips_validation/fips_dev_self_test.c, examples/fips_validation/main.c, examples/ip_pipeline/cryptodev.c, examples/ipsec-secgw/ipsec-secgw.c, examples/l2fwd-crypto/main.c, and examples/vhost_crypto/main.c.

Definition at line 617 of file rte_cryptodev.h.

Field Documentation

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 618 of file rte_cryptodev.h.

uint16_t nb_queue_pairs

Number of queue pairs to configure on device

Examples:
examples/l2fwd-crypto/main.c.

Definition at line 619 of file rte_cryptodev.h.

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 621 of file rte_cryptodev.h.


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