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_eth_hairpin_queue_cap

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                    rte_eth_hairpin_queue_cap(3)

Detailed Description

WarningEXPERIMENTAL: this API may change, or be removed, without prior notice

       A structure used to return the Tx or Rx hairpin queue capabilities.

       Definition at line 1207 of file rte_ethdev.h.

Field Documentation

uint32_tlocked_device_memory
       When set, PMD supports placing descriptors and/or data buffers in dedicated device memory.

       Definition at line 1212 of file rte_ethdev.h.

   uint32_trte_memory
       When set, PMD supports placing descriptors and/or data buffers in host memory managed by DPDK.

       Definition at line 1218 of file rte_ethdev.h.

   uint32_treserved
       Reserved for future fields

       Definition at line 1220 of file rte_ethdev.h.

Name

       rte_eth_hairpin_queue_cap

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint32_t locked_device_memory:1
       uint32_t rte_memory:1
       uint32_t reserved:30

See Also