diff options
author | Jiawen Wu <jiawenwu@trustnetic.com> | 2024-07-01 15:14:16 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-07-02 16:07:04 +0200 |
commit | 935124dd5883b5de68dc5a94f582480a10643dc9 (patch) | |
tree | e3cb63dc4367d55d04a06ba5c9747c36c1509788 /tools/perf/scripts/python/gecko.py | |
parent | 1e1fa1723eb3a293d7d0b1c1a9ad8774c1ef0aa0 (diff) |
net: txgbe: free isb resources at the right time
When using MSI/INTx interrupt, the shared interrupts are still being
handled in the device remove routine, before free IRQs. So isb memory
is still read after it is freed. Thus move wx_free_isb_resources()
from txgbe_close() to txgbe_remove(). And fix the improper isb free
action in txgbe_open() error handling path.
Fixes: aefd013624a1 ("net: txgbe: use irq_domain for interrupt controller")
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions