commit | 8a15ad1fb14d67450742cf975a76e744b3189f4d | [log] [tgz] |
---|---|---|
author | Amit Kumar Salecha <amit.salecha@qlogic.com> | Tue Jun 22 03:19:01 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 23 13:16:30 2010 -0700 |
tree | d64402cdeec98e3838d8c73924db199a294ba845 | |
parent | 42f65cbad4168958dff8a307bfe4b528409951d3 [diff] |
qlcnic: release device resources during interface down Previously we were allocating device resources during probe and release them during remove. Now alloc during interface up and release in interface down. This helps in device performance, as it doesn't need to keep track of inactive resources. Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>