diff options
author | Nithin Dabilpuram <ndabilpuram@marvell.com> | 2021-08-25 11:09:04 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-25 12:05:54 +0100 |
commit | 906999c9b653dc27d22d9a7f53a5a6637c0e670e (patch) | |
tree | bbdb83fef6f63e7d193daddeaa3aa05f57f84c90 /drivers/net/ethernet/marvell/octeontx2/af/rvu.h | |
parent | ae2c341eb010b5a78499fcf6a97ca47056d217ae (diff) |
octeontx2-af: Change the order of queue work and interrupt disable
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.
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
Signed-off-by: Geetha sowjanya <gakula@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2/af/rvu.h')
0 files changed, 0 insertions, 0 deletions