commit | a92ac140fc30f5e8fc407d75de44e0bce7f59ab6 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Feb 14 15:01:52 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 14 15:01:52 2018 -0500 |
tree | 262dd88933b7e899a7d22cd3e94077843ed2f989 | |
parent | 9942895b5ee4b0db53f32fbcb4a51360607aac1b [diff] | |
parent | 7494f980ca0503e3eec6f4ba508186d269b37e7f [diff] |
Merge branch 'cxgb4-speed-up-reading-on-chip-memory' Rahul Lakkireddy says: ==================== cxgb4: speed up reading on-chip memory This series of patches speed up reading on-chip memory (EDC and MC) by reading 64-bits at a time. Patch 1 reworks logic to read EDC and MC. Patch 2 adds logic to read EDC and MC 64-bits at a time. v2: - Dropped AVX CPU intrinsic instructions. - Use readq() to read 64-bits at a time. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>