logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_regexdev_qp_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_regexdev_qp_conf(3)

Detailed Description

       RegEx queue pair configuration structure

       Definition at line 766 of file rte_regexdev.h.

Field Documentation

uint32_tqp_conf_flags
       Queue pair config flags, See RTE_REGEX_QUEUE_PAIR_CFG_*

       Definition at line 767 of file rte_regexdev.h.

   uint16_tnb_desc
       The number of descriptors to allocate for this queue pair.

       Definition at line 769 of file rte_regexdev.h.

   regexdev_stop_flush_tcb
       Callback function called during rte_regexdev_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.

       Seealsorte_regexdev_stop()

       Definition at line 771 of file rte_regexdev.h.

Name

       rte_regexdev_qp_conf

Synopsis

       #include <rte_regexdev.h>

   DataFields
       uint32_t qp_conf_flags
       uint16_t nb_descregexdev_stop_flush_tcb

See Also