diff options
author | 2024-07-01 15:14:16 +0800 | |
---|---|---|
committer | 2024-07-02 16:07:04 +0200 | |
commit | 935124dd5883b5de68dc5a94f582480a10643dc9 (patch) | |
tree | e3cb63dc4367d55d04a06ba5c9747c36c1509788 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: txgbe: add extra handle for MSI/INTx into thread irq handle (diff) | |
download | linux-rng-935124dd5883b5de68dc5a94f582480a10643dc9.tar.xz linux-rng-935124dd5883b5de68dc5a94f582480a10643dc9.zip |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions