Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redefining memcpy as rte_memcpy has no performance gain on current compilers, and introduced bugs like this one where rte_memcpy() will be detected as referencing past the destination. Bugzilla ID: 1510 Fixes: 142778b ("net/ena: switch memcpy to optimized version") Cc: stable@dpdk.org Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Wathsala Vithanage <wathsala.vithanage@arm.com> Acked-by: Morten Brørup <mb@smartsharesystems.com> Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com> Acked-by: Shai Brandes <shaibran@amazon.com>
- Loading branch information