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_event_dma_adapter_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_event_dma_adapter_conf(3)

Detailed Description

       Adapter configuration structure that the adapter configuration callback function is expected to fill out.

       Seealsorte_event_dma_adapter_conf_cb

       Definition at line 239 of file rte_event_dma_adapter.h.

Field Documentation

uint32_tmax_nb
       < Event port identifier, the adapter enqueues events to this port and dequeues DMA request events in
       RTE_EVENT_DMA_ADAPTER_OP_FORWARD mode. The adapter can return early if it has processed at least max_nb
       DMA ops. This isn't treated as a requirement; batching may cause the adapter to process more than max_nb
       DMA ops.

       Definition at line 245 of file rte_event_dma_adapter.h.

Name

       rte_event_dma_adapter_conf

Synopsis

       #include <rte_event_dma_adapter.h>

   DataFields
       uint32_t max_nb

See Also