DPDK  /usr/bin/make-f/build/dpdk-xVLO7N/dpdk-16.07/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_cryptodev_config Struct Reference

#include <rte_cryptodev.h>

Data Fields

int socket_id
 
uint16_t nb_queue_pairs
 
struct {
   uint32_t   nb_objs
 
   uint32_t   cache_size
 
session_mp
 

Detailed Description

Crypto device configuration structure

Examples:
l2fwd-crypto/main.c.

Definition at line 371 of file rte_cryptodev.h.

Field Documentation

§ socket_id

int socket_id

Socket to allocate resources on

Definition at line 372 of file rte_cryptodev.h.

§ nb_queue_pairs

uint16_t nb_queue_pairs

Number of queue pairs to configure on device

Examples:
l2fwd-crypto/main.c.

Definition at line 373 of file rte_cryptodev.h.

§ nb_objs

uint32_t nb_objs

Number of objects in mempool

Definition at line 377 of file rte_cryptodev.h.

§ cache_size

uint32_t cache_size

l-core object cache size

Definition at line 378 of file rte_cryptodev.h.

§ session_mp

struct { ... } session_mp

Session mempool configuration


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