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:Nithin Dabilpuram <ndabilpuram@marvell.com> Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/kernel/linux/+/39611 Reviewed-by:
Jerin Jacob Kollanukkaran <jerinj@marvell.com> Reviewed-by:
Sunil Kovvuri Goutham <Sunil.Goutham@cavium.com> Tested-by:
Sunil 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:
sa_ip-sw-jenkins <sa_ip-sw-jenkins@marvell.com> Signed-off-by:
Ruiqiang Hao <Ruiqiang.Hao@windriver.com>
Loading
Please register or sign in to comment