From: Felix Manlunas <felix.manlu...@cavium.com> Date: Mon, 6 Aug 2018 13:09:40 -0700
> From: Intiyaz Basha <intiyaz.ba...@cavium.com> > > 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 <intiyaz.ba...@cavium.com> > Signed-off-by: Felix Manlunas <felix.manlu...@cavium.com> Applied, thank you.