commit | 4da005cf1e30897520106114a8ce11a5aa558497 | [log] [tgz] |
---|---|---|
author | Shahed Shaikh <shahed.shaikh@qlogic.com> | Wed Jun 11 14:09:11 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 11 15:44:29 2014 -0700 |
tree | eb6a1cdb2afbfa0139ffec9460a7681091fb3d29 | |
parent | efd0f11d85e16d375dddeb77e8e78f43c67c5b13 [diff] |
qlcnic: Pre-allocate DMA buffer used for minidump collection Pre-allocate the physically contiguous DMA buffer used for minidump collection at driver load time, rather than at run time, to minimize allocation failures. Driver will allocate the buffer at load time if PEX DMA support capability is indicated by the adapter. Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>