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_runtime_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2         rte_event_dma_adapter_runtime_params(3)

Detailed Description

       Adapter runtime configuration parameters

       Definition at line 255 of file rte_event_dma_adapter.h.

Field Documentation

uint32_tmax_nb
       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.

       Callback function passed to rte_event_dma_adapter_create_ext() configures the adapter with default value
       of max_nb. rte_event_dma_adapter_runtime_params_set() allows to re-configure max_nb during runtime (after
       adding at least one queue pair)

       This is valid for the devices without RTE_EVENT_DMA_ADAPTER_CAP_INTERNAL_PORT_OP_FWD or
       RTE_EVENT_DMA_ADAPTER_CAP_INTERNAL_PORT_OP_NEW capability.

       Definition at line 256 of file rte_event_dma_adapter.h.

   uint32_trsvd[15]
       Reserved fields for future expansion

       Definition at line 270 of file rte_event_dma_adapter.h.

Name

       rte_event_dma_adapter_runtime_params

Synopsis

       #include <rte_event_dma_adapter.h>

   DataFields
       uint32_t max_nb
       uint32_t rsvd [15]

See Also