Re: [PATCH 06/15] cfq-iosched: Print sync-noidle information in blktrace messages

2012-10-01 Thread Jeff Moyer
Vivek Goyal writes: > Currently we attach a character "S" or "A" to the cfqq, to represent > whether queues is sync or async. Add one more character "N" to represent > whether it is sync-noidle queue or sync queue. So now three different > type of queues will look as follows. > > cfq1234S --> s

[PATCH 06/15] cfq-iosched: Print sync-noidle information in blktrace messages

2012-10-01 Thread Vivek Goyal
Currently we attach a character "S" or "A" to the cfqq, to represent whether queues is sync or async. Add one more character "N" to represent whether it is sync-noidle queue or sync queue. So now three different type of queues will look as follows. cfq1234S --> sync queus cfq1234SN --> sync noi