Re: [PATCH net-next] liquidio: avoided acquiring post_lock for data only queues

2018-08-07 Thread David Miller
From: Felix Manlunas Date: Mon, 6 Aug 2018 13:09:40 -0700 > From: Intiyaz Basha > > 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 in

[PATCH net-next] liquidio: avoided acquiring post_lock for data only queues

2018-08-06 Thread Felix Manlunas
From: Intiyaz Basha 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