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_buff_seg

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_ml_buff_seg(3)

Detailed Description

       ML operation's input and output buffer representation as scatter gather list

       Definition at line 418 of file rte_mldev.h.

Field Documentation

rte_iova_tiova_addr
       IOVA address of segment buffer.

       Definition at line 419 of file rte_mldev.h.

   void*addr
       Virtual address of segment buffer.

       Definition at line 421 of file rte_mldev.h.

   uint32_tlength
       Segment length.

       Definition at line 423 of file rte_mldev.h.

   uint32_treserved
       Reserved for future use.

       Definition at line 425 of file rte_mldev.h.

   structrte_ml_buff_seg*next
       Points to next segment. Value NULL represents the last segment.

       Definition at line 427 of file rte_mldev.h.

Name

       rte_ml_buff_seg

Synopsis

       #include <rte_mldev.h>

   DataFieldsrte_iova_tiova_addrvoid * addruint32_tlengthuint32_treserved
       struct rte_ml_buff_seg * next

See Also