DPDK  16.11.11
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 384 of file rte_cryptodev.h.

Field Documentation

int socket_id

Socket to allocate resources on

Definition at line 385 of file rte_cryptodev.h.

uint16_t nb_queue_pairs

Number of queue pairs to configure on device

Examples:
l2fwd-crypto/main.c.

Definition at line 386 of file rte_cryptodev.h.

uint32_t nb_objs

Number of objects in mempool

Definition at line 390 of file rte_cryptodev.h.

uint32_t cache_size

l-core object cache size

Definition at line 391 of file rte_cryptodev.h.

struct { ... } session_mp

Session mempool configuration


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