1e1fd9ac21
MD025 - Multiple top level headers in the same document Fixed all errors Update check_format.sh to fit new header style in jsonrpc.md Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: Ib5f832c549880771c99c15b89affe1e82acd3fa4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9045 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# IDXD Driver {#idxd}
|
|
|
|
## Public Interface {#idxd_interface}
|
|
|
|
- spdk/idxd.h
|
|
|
|
## Key Functions {#idxd_key_functions}
|
|
|
|
Function | Description
|
|
--------------------------------------- | -----------
|
|
spdk_idxd_probe() | @copybrief spdk_idxd_probe()
|
|
spdk_idxd_batch_get_max() | @copybrief spdk_idxd_batch_get_max()
|
|
spdk_idxd_batch_create() | @copybrief spdk_idxd_batch_create()
|
|
spdk_idxd_batch_prep_copy() | @copybrief spdk_idxd_batch_prep_copy()
|
|
spdk_idxd_batch_submit() | @copybrief spdk_idxd_batch_submit()
|
|
spdk_idxd_submit_copy() | @copybrief spdk_idxd_submit_copy()
|
|
spdk_idxd_submit_compare() | @copybrief spdk_idxd_submit_compare()
|
|
spdk_idxd_submit_crc32c() | @copybrief spdk_idxd_submit_crc32c()
|
|
spdk_idxd_submit_dualcast | @copybrief spdk_idxd_submit_dualcast()
|
|
spdk_idxd_submit_fill() | @copybrief spdk_idxd_submit_fill()
|
|
|
|
## Pre-defined configurations {#idxd_configs}
|
|
|
|
The RPC `idxd_scan_accel_engine` is used to both enable IDXD and set it's
|
|
configuration to one of two pre-defined configs:
|
|
|
|
Config #0: 4 groups, 1 work queue per group, 1 engine per group.
|
|
Config #1: 2 groups, 2 work queues per group, 2 engines per group.
|