mtip32xx: Set queue bounce limit
authorFelipe Franciosi <felipe@paradoxo.org>
Thu, 13 Mar 2014 14:34:20 +0000 (14:34 +0000)
committerJiri Slaby <jslaby@suse.cz>
Thu, 15 May 2014 07:55:34 +0000 (09:55 +0200)
commit 1044b1bb9278f2e656a1a7b63dc24a59506540aa upstream.

We need to set the queue bounce limit during the device initialization to
prevent excessive bouncing on 32 bit architectures.

Signed-off-by: Felipe Franciosi <felipe@paradoxo.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/block/mtip32xx/mtip32xx.c

index 952dbfe2212661cb62bd8ef49af11e90f92d391a..bd3d207419589944b93f69326cc4d58cede3a001 100644 (file)
@@ -4040,6 +4040,7 @@ skip_create_disk:
        blk_queue_max_hw_sectors(dd->queue, 0xffff);
        blk_queue_max_segment_size(dd->queue, 0x400000);
        blk_queue_io_min(dd->queue, 4096);
+       blk_queue_bounce_limit(dd->queue, dd->pdev->dma_mask);
 
        /*
         * write back cache is not supported in the device. FUA depends on