DPDK  24.03.0
Data Fields
rte_gpu_comm_pkt Struct Reference

#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

◆ addr

uintptr_t addr

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

Definition at line 99 of file rte_gpudev.h.

◆ size

size_t size

Size in byte of the packet.

Definition at line 101 of file rte_gpudev.h.


The documentation for this struct was generated from the following file: