Re: [PATCH v2 2/2] block: Add iocontext priority to request

2016-10-10 Thread Adam Manzanares
Hello Jeff, The 10/06/2016 15:46, Jeff Moyer wrote: > Hi, Adam, > > Adam Manzanares writes: > > > Patch adds an association between iocontext ioprio and the ioprio of > > a request. This feature is only enabled if a queue flag is set to > > indicate that requests should have ioprio associated w

Re: [PATCH v2 2/2] block: Add iocontext priority to request

2016-10-06 Thread Jeff Moyer
Hi, Adam, Adam Manzanares writes: > Patch adds an association between iocontext ioprio and the ioprio of > a request. This feature is only enabled if a queue flag is set to > indicate that requests should have ioprio associated with them. The > queue flag is exposed as the req_prio queue sysfs e

Re: [PATCH v2 2/2] block: Add iocontext priority to request

2016-10-05 Thread Hannes Reinecke
On 10/05/2016 09:00 PM, Adam Manzanares wrote: Patch adds an association between iocontext ioprio and the ioprio of a request. This feature is only enabled if a queue flag is set to indicate that requests should have ioprio associated with them. The queue flag is exposed as the req_prio queue sys

[PATCH v2 2/2] block: Add iocontext priority to request

2016-10-05 Thread Adam Manzanares
Patch adds an association between iocontext ioprio and the ioprio of a request. This feature is only enabled if a queue flag is set to indicate that requests should have ioprio associated with them. The queue flag is exposed as the req_prio queue sysfs entry. Signed-off-by: Adam Mananzanares ---