From: Felix Manlunas <[email protected]>
Date: Mon, 6 Aug 2018 13:09:40 -0700

> From: Intiyaz Basha <[email protected]>
> 
> All control commands (soft commands) goes through only Queue 0
> (control and data queue). So only queue-0 needs post_lock,
> other queues are only data queues and does not need post_lock
> 
> Added a flag to indicate the queue can be used for soft commands.
> 
> If this flag is set, post_lock must be acquired before posting
> a command to the queue.
> If this flag is clear, post_lock is invalid for the queue.
> 
> Signed-off-by: Intiyaz Basha <[email protected]>
> Signed-off-by: Felix Manlunas <[email protected]>

Applied, thank you.

Reply via email to