From: Rahul Lakkireddy <rahul.lakkire...@chelsio.com> Date: Wed, 14 Feb 2018 12:56:26 +0530
> 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. > > Thanks, > Rahul > > --- > v2: > - Dropped AVX CPU intrinsic instructions. > - Use readq() to read 64-bits at a time. This looks a lot better, much more portable. Series applied, thanks.