Skip to content
Commit 33f83458 authored by Nithin Dabilpuram's avatar Nithin Dabilpuram Committed by Ruiqiang Hao
Browse files

octeontx2-af: fix order of queue work and interrupt disable



commit edeb9bc6470d0323e8f2b9716d2f3caf77637ffc from
git@git.assembla.com:cavium/WindRiver.linux.git

Clear and disable interrupt before queueing work as there might be
a chance that work gets completed on other core faster and
interrupt enable as a part of the work completes before
interrupt disable in the interrupt context. This leads to
permanent disable of interrupt.

Change-Id: Id2a8683f6ee241881ca5bc439dba53da0ed953ee
Signed-off-by: default avatarNithin Dabilpuram <ndabilpuram@marvell.com>
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/kernel/linux/+/39611


Reviewed-by: default avatarJerin Jacob Kollanukkaran <jerinj@marvell.com>
Reviewed-by: default avatarSunil Kovvuri Goutham <Sunil.Goutham@cavium.com>
Tested-by: default avatarSunil Kovvuri Goutham <Sunil.Goutham@cavium.com>
(cherry picked from commit f223213272ebf779c574ecd2a5ec4640a93a86f4)
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/kernel/linux/+/39617


Tested-by: default avatarsa_ip-sw-jenkins <sa_ip-sw-jenkins@marvell.com>
Signed-off-by: default avatarRuiqiang Hao <Ruiqiang.Hao@windriver.com>
parent 817c952a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment