commit | 3881d8ab065b23bb07400aa820e737d80fdaced3 | [log] [tgz] |
---|---|---|
author | Alexandre Rames <arames@solarflare.com> | Mon Jun 10 11:03:21 2013 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Thu Aug 29 18:12:13 2013 +0100 |
tree | 646f9543591f8cfcf20d40e1cdb0d7046f9fa9cc | |
parent | e8c68c0a09279107b5b239ca6fa7c5839717b7e2 [diff] |
sfc: Use a global count of active queues instead of pending drains On EF10, the firmware will initiate a queue flush in certain error cases. We need to accept that flush events might appear at any time after a queue has been initialised, not just when we try to flush them. We can handle Falcon-architecture in just the same way. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>