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_pktmbuf_extmem

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_pktmbuf_extmem(3)

Detailed Description

       A structure that describes the pinned external buffer segment.

       Definition at line 759 of file rte_mbuf.h.

Field Documentation

void*buf_ptr
       The virtual address of data buffer.

       Definition at line 760 of file rte_mbuf.h.

   rte_iova_tbuf_iova
       The IO address of the data buffer.

       Definition at line 761 of file rte_mbuf.h.

   size_tbuf_len
       External buffer length in bytes.

       Definition at line 762 of file rte_mbuf.h.

   uint16_telt_size
       mbuf element size in bytes.

       Definition at line 763 of file rte_mbuf.h.

Name

       rte_pktmbuf_extmem

Synopsis

       #include <rte_mbuf.h>

   DataFields
       void * buf_ptrrte_iova_tbuf_iova
       size_t buf_len
       uint16_t elt_size

See Also