DPDK
21.11.8
|
#include <rte_ioat_rawdev.h>
Data Fields | |
unsigned short | ring_size |
bool | hdls_disable |
bool | no_prefetch_completions |
Configuration structure for an ioat rawdev instance
This structure is to be passed as the ".dev_private" parameter when calling the rte_rawdev_get_info() and rte_rawdev_configure() APIs on an ioat rawdev instance.
Definition at line 35 of file rte_ioat_rawdev.h.
unsigned short ring_size |
size of job submission descriptor ring
Definition at line 36 of file rte_ioat_rawdev.h.
bool hdls_disable |
if set, ignore user-supplied handle params
Definition at line 37 of file rte_ioat_rawdev.h.
bool no_prefetch_completions |
set "no_prefetch_completions", if polling completions on separate core from the core submitting the jobs
Definition at line 41 of file rte_ioat_rawdev.h.