Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_gpu_comm_pkt(3)		      DPDK		     rte_gpu_comm_pkt(3)

NAME
     rte_gpu_comm_pkt

SYNOPSIS
     #include <rte_gpudev.h>

   Data Fields
     uintptr_t addr
     size_t size

Detailed Description
     List of packets shared among CPU and device.

     Definition at line 97 of file rte_gpudev.h.

Field Documentation
   uintptr_t addr
     Address of the packet in memory (e.g. mbuf->buf_addr).

     Definition at line 99 of file rte_gpudev.h.

   size_t size
     Size in byte of the packet.

     Definition at line 101 of file rte_gpudev.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	     rte_gpu_comm_pkt(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_gpu_comm_pkt&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help