From: David S. Miller Date: Wed, 14 Feb 2018 20:01:52 +0000 (-0500) Subject: Merge branch 'cxgb4-speed-up-reading-on-chip-memory' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a92ac140fc30f5e8fc407d75de44e0bce7f59ab6;p=linux.git 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 --- a92ac140fc30f5e8fc407d75de44e0bce7f59ab6