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

ioat: fix xor_idx_to_desc



For versions of the device that implement operation-types 0x87, 0x88
(IOAT_OP_XOR, IOAT_OP_XOR_VAL) this map determines whether a given
source is located in the base or extended descriptor.  Source addresses
6 through 8 require an extended descriptor, hence 0xe0, not 0xd0.  No
shipping hardware currently implements these operation types.

Reported-by: default avatarEvgueni Smogailov <evgueni.smogailov@intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 9b487ced
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