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_gpu_comm_pkt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_gpu_comm_pkt(3)

Detailed Description

       List of packets shared among CPU and device.

       Definition at line 97 of file rte_gpudev.h.

Field Documentation

uintptr_taddr
       Address of the packet in memory (e.g. mbuf->buf_addr).

       Definition at line 99 of file rte_gpudev.h.

   size_tsize
       Size in byte of the packet.

       Definition at line 101 of file rte_gpudev.h.

Name

       rte_gpu_comm_pkt

Synopsis

       #include <rte_gpudev.h>

   DataFields
       uintptr_t addr
       size_t size

See Also