aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2016-04-07 19:39:35 +0100
committerDavid S. Miller <davem@davemloft.net>2016-04-08 15:26:03 -0400
commit0ba40af963f01b557a4d7a0a6c550a51b0fb8d34 (patch)
treea2dedb98694d93da6ed844428d9280b74ff5ef43 /crypto
parentnfp: correct RX buffer length calculation (diff)
downloadlinux-dev-0ba40af963f01b557a4d7a0a6c550a51b0fb8d34.tar.xz
linux-dev-0ba40af963f01b557a4d7a0a6c550a51b0fb8d34.zip
nfp: move link state interrupt request/free calls
We need to be able to disable the link state interrupt when the device is brought down. We used to just free the IRQ at the beginning of .ndo_stop(). As we now move towards more ordered .ndo_open()/.ndo_stop() paths LSC allocation should be placed in the "allocate resource" section. Since the IRQ can't be freed early in .ndo_stop(), it is disabled instead. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions