Alexander Usyskin b8b7303579 mei: consume flow control on the first chunk of writing
Consume the write flow control on the first chunk of the write instead
of on the buffer completion.
We can safely assume that the consequent chunks have the flow control
granted.

This addresses two issues:

1. Blocks other callbacks from the same client riding on the client's
flow control and prevents interleaving of messages as FW cannot distinguish
between two messages from the same client.

2. Fixes single buffer flow control arbitration in a clean way, without
connection/disconnection book keeping

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-24 11:15:53 -07:00
..
2015-05-24 11:13:48 -07:00
2014-11-07 09:59:08 -08:00
2014-05-03 19:21:22 -04:00
2015-05-24 11:13:10 -07:00
2014-09-29 11:56:02 -04:00
2014-09-29 11:56:02 -04:00
2015-03-09 08:44:23 +01:00
2015-03-01 19:36:59 -08:00
2015-03-01 19:36:59 -08:00
2015-04-21 09:42:58 -07:00
2015-05-24 11:13:49 -07:00