Re: [PATCH v2 1/2] ata: Enabling ATA Command Priorities

2016-10-05 Thread Hannes Reinecke
On 10/05/2016 09:00 PM, Adam Manzanares wrote: This patch checks to see if an ATA device supports NCQ command priorities. If so and the user has specified an iocontext that indicates IO_PRIO_CLASS_RT and also enables request priorities in the block queue then we build a tf with a high priority co

[PATCH v2 1/2] ata: Enabling ATA Command Priorities

2016-10-05 Thread Adam Manzanares
This patch checks to see if an ATA device supports NCQ command priorities. If so and the user has specified an iocontext that indicates IO_PRIO_CLASS_RT and also enables request priorities in the block queue then we build a tf with a high priority command. This patch depends on patch block-Add-ioc