On Wed, Mar 29, 2023 at 05:16:58PM +0800, Leyi Rong wrote: > In rte_memcpy_aligned(), one redundant round is taken in the 64 bytes > block copy loops if the size is a multiple of 64. So, let the catch-up > copy the last 64 bytes in this case. > > Suggested-by: Morten Brørup <m...@smartsharesystems.com> > Signed-off-by: Leyi Rong <leyi.r...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Thanks for doing the fix for this.