Skip to content
Commit 704e040a authored by Bin Meng's avatar Bin Meng Committed by Tom Rini
Browse files

nvme: Apply cache operations on the DMA buffers



So far cache operations are only applied on the submission queue and
completion queue, but they are missing in other places like identify
and block read/write routines.

In order to correctly operate on the caches, the DMA buffer passed
to identify routine must be allocated properly on the stack with the
existing macro ALLOC_CACHE_ALIGN_BUFFER().

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 625a483c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment