| rte_ml_buff_seg(3) | Library Functions Manual | rte_ml_buff_seg(3) |
rte_ml_buff_seg
#include <rte_mldev.h>
rte_iova_t iova_addr
void * addr
uint32_t length
uint32_t reserved
struct rte_ml_buff_seg * next
ML operation's input and output buffer representation as scatter gather list
Definition at line 418 of file rte_mldev.h.
IOVA address of segment buffer.
Definition at line 419 of file rte_mldev.h.
Virtual address of segment buffer.
Definition at line 421 of file rte_mldev.h.
Segment length.
Definition at line 423 of file rte_mldev.h.
Reserved for future use.
Definition at line 425 of file rte_mldev.h.
Points to next segment. Value NULL represents the last segment.
Definition at line 427 of file rte_mldev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |