Merge branch 'cxgb4-speed-up-reading-on-chip-memory'
authorDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2018 20:01:52 +0000 (15:01 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Feb 2018 20:01:52 +0000 (15:01 -0500)
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>

Trivial merge