commit | be339aee634d5cb98a8df8d6febe04002ec497f3 | [log] [tgz] |
---|---|---|
author | Dhananjay Phadke <dhananjay@netxen.com> | Fri May 08 22:02:28 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat May 09 13:13:36 2009 -0700 |
tree | afca65306a28220adb2e24d0f0cbdfe19501b4af | |
parent | 7a2469ce4d8984722d65628969ad6f8b09da136f [diff] |
netxen: fix irq tear down and msix leak. o Fix the order of irq and hardware context teardown. Also synchronize the interrupt in dev close() before releasing tx buffers. o Fix possible msi-x vector leak if available vectors are less than requested. o Request multiple msix vectors only if hardware supports multiple rx queues. Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com> Signed-off-by: David S. Miller <davem@davemloft.net>