Skip to content
Commit a92ac140 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents 9942895b 7494f980
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment