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_ml_dev_qp_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_ml_dev_qp_conf(3)

Detailed Description

       ML device queue pair configuration structure.

       Definition at line 305 of file rte_mldev.h.

Field Documentation

uint32_tnb_desc
       Number of descriptors per queue pair. This value cannot exceed the max_desc which previously provided in
       struct rte_ml_dev_info:max_desc

       Definition at line 306 of file rte_mldev.h.

   rte_ml_dev_stop_flush_tcb
       Callback function called during rte_ml_dev_stop(), invoked once per active ML op. Value NULL is allowed,
       in which case callback will not be invoked. This function can be used to properly dispose of outstanding
       ML ops from all queue pairs, for example ops containing memory pointers.

       Seealsorte_ml_dev_stop()

       Definition at line 311 of file rte_mldev.h.

Name

       rte_ml_dev_qp_conf

Synopsis

       #include <rte_mldev.h>

   DataFields
       uint32_t nb_descrte_ml_dev_stop_flush_tcb

See Also