commit | 94d9de3cf7b7902253e65d7aef30f2db051c1ac6 | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Tue Feb 25 16:04:26 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 26 15:27:50 2014 -0500 |
tree | 0a543a0f2f3717659320a29201ac14f6ecf25c6b | |
parent | ff2ad3071f56697920a7154ca301fd45d17d57d2 [diff] |
bnx2x: save RAM in kdump kernel by disabling TPA When running in a kdump kernel, disable TPA. This saves memory, which tends to be scarce in kdump. TPA, being a receive acceleration, is unlikely to be useful for kdump, whose purpose is to send the memory image out. This saves additional 5 MB in the kdump environment. Signed-off-by: Michal Schmidt <mschmidt@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>