DPDK  19.08.0-rc0
Data Fields
rte_regex_qp_conf Struct Reference

#include <rte_regexdev.h>

Data Fields

uint32_t qp_conf_flags
 
uint16_t nb_desc
 
regexdev_stop_flush_t cb
 

Detailed Description

RegEx queue pair configuration structure

Definition at line 605 of file rte_regexdev.h.

Field Documentation

◆ qp_conf_flags

uint32_t qp_conf_flags

Queue pair config flags, See RTE_REGEX_QUEUE_PAIR_CFG_*

Definition at line 606 of file rte_regexdev.h.

◆ nb_desc

uint16_t nb_desc

The number of descriptors to allocate for this queue pair.

Definition at line 608 of file rte_regexdev.h.

◆ cb

Callback function called during rte_regex_dev_stop(), invoked once per flushed regex op. Value NULL is allowed, in which case callback will not be invoked. This function can be used to properly dispose of outstanding regex ops from response queue, for example ops containing memory pointers.

See also
rte_regex_dev_stop()

Definition at line 610 of file rte_regexdev.h.


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