commit | fe2d22b17288303ebd8ed7ded8ec5133e47d4957 | [log] [tgz] |
---|---|---|
author | Intiyaz Basha <intiyaz.basha@cavium.com> | Sun Sep 09 23:34:16 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 11 23:37:06 2018 -0700 |
tree | dcf329b0e873f9e11c8b73dafe8e45ebad1ccd3b | |
parent | aad06d1104e8d5afee14ee4a4b9b3f39de0c9b67 [diff] |
liquidio: Disabling tasklet when NAPI is active Control packets are processed in tasklet when interface is down and in NAPI when interface is up. So tasklet can be disabled when interface up and re-enabled when interface is down. Signed-off-by: Intiyaz Basha <intiyaz.basha@cavium.com> Acked-by: Derek Chickles <derek.chickles@cavium.com> Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>