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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                 rte_gpu_info(3)

Detailed Description

       Store device info.

       Definition at line 49 of file rte_gpudev.h.

Field Documentation

constchar*name
       Unique identifier name.

       Definition at line 51 of file rte_gpudev.h.

   uint64_tcontext
       Opaque handler of the device context.

       Definition at line 53 of file rte_gpudev.h.

   int16_tdev_id
       Device ID.

       Definition at line 55 of file rte_gpudev.h.

   int16_tparent
       ID of the parent device, RTE_GPU_ID_NONE if no parent

       Definition at line 57 of file rte_gpudev.h.

   uint32_tprocessor_count
       Total processors available on device.

       Definition at line 59 of file rte_gpudev.h.

   size_ttotal_memory
       Total memory available on device.

       Definition at line 61 of file rte_gpudev.h.

   size_tpage_size
       GPU memory page size.

       Definition at line 63 of file rte_gpudev.h.

   int16_tnuma_node
       Local NUMA memory ID. -1 if unknown.

       Definition at line 65 of file rte_gpudev.h.

Name

       rte_gpu_info

Synopsis

       #include <rte_gpudev.h>

   DataFields
       const char * name
       uint64_t context
       int16_t dev_id
       int16_t parent
       uint32_t processor_count
       size_t total_memory
       size_t page_size
       int16_t numa_node

See Also