commit | 49544935a78cec813e1a8b17ea40d589138baf99 | [log] [tgz] |
---|---|---|
author | Igor Russkikh <Igor.Russkikh@aquantia.com> | Mon Apr 29 10:05:00 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 01 09:30:15 2019 -0400 |
tree | 2179a56eac8b9d0a20fad774b88d6d70ff5bdba5 | |
parent | f5dce08ab179459f3f622a63dfa446a930b84192 [diff] |
net: aquantia: extract timer cb into work job Service timer callback fetches statistics from FW and that may cause a long delay in error cases. We also now need to use fw mutex to prevent concurrent access to FW, thus - extract that logic from timer callback into the job in the separate work queue. Signed-off-by: Nikita Danilov <ndanilov@aquantia.com> Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>