commit | 6fbc05e59163e66795a2bbdb4068abd7f7ae3510 | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Fri Nov 22 17:57:40 2019 +0000 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Fri Nov 22 17:50:55 2019 -0800 |
tree | b80da262c1bf159e4325f574a1c76902669ad468 | |
parent | ca70bd423f10b004f1bf7b2424d34025a9408e54 [diff] |
sfc: do ARFS expiry work occasionally even without NAPI poll If there's no traffic on a channel, its ARFS expiry work will never get scheduled by efx_poll() as that isn't being run. So make efx_filter_rfs_expire() reschedule itself to run after 30 seconds. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>