Skip to content
Commit 7b3cc2b1 authored by Dan Williams's avatar Dan Williams
Browse files

async_tx: build-time toggling of async_{syndrome,xor}_val dma support



ioat3.2 does not support asynchronous error notifications which makes
the driver experience latencies when non-zero pq validate results are
expected.  Provide a mechanism for turning off async_xor_val and
async_syndrome_val via Kconfig.  This approach is generally useful for
any driver that specifies ASYNC_TX_DISABLE_CHANNEL_SWITCH and would like
to force the async_tx api to fall back to the synchronous path for
certain operations.

Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 4499a24d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment