On Fri, May 11, 2018 at 02:49:25PM -0600, Jens Axboe wrote: > On 5/11/18 2:12 PM, Tejun Heo wrote: > > Hello, > > > > On Fri, May 11, 2018 at 12:51:02PM -0600, Jens Axboe wrote: > >> Ever since we implemented NCQ for libata, the max queue depth on > >> the device side has been limited to 31. This was done to retain one > >> command for error handling. But we can utilize the full depth with > >> a bit of fixing. > > > > This is great. Applied 1-9 to libata/for-4.18. > > Awesome, thanks! One piece of fallout, can you add the patch below > as well? > > From: Jens Axboe <axboe@xxxxxxxxx> > Subject: [PATCH] sata_fsl: use the right type for tag bitshift > > Since ATA_TAG_INTERNAL is now > 31 bits, we need to extend the > type to ULL to cover 32/64-bit cases. > > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> Applied to libata/for-4.18. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html