Skip to content
  • Bin Meng's avatar
    nvme: Apply cache operations on the DMA buffers · 704e040a
    Bin Meng authored and Tom Rini's avatar Tom Rini committed
    
    
    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: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
    704e040a