Re: [dpdk-dev] [PATCH 1/2] lib/eal: add amd epyc2 memcpy routine to eal

2021-08-30 Thread Aman Kumar
Hi Jerin, Thanks for your comments and suggestions. I will try to update this in V2. On Mon, Aug 23, 2021 at 8:51 PM Jerin Jacob wrote: > On Mon, Aug 23, 2021 at 2:14 PM Aman Kumar wrote: > > > > This patch provides rte_memcpy* calls optimized for > > AMD EPYC Gen2 platforms. This option is dis

Re: [dpdk-dev] [PATCH 1/2] lib/eal: add amd epyc2 memcpy routine to eal

2021-08-23 Thread Jerin Jacob
On Mon, Aug 23, 2021 at 2:14 PM Aman Kumar wrote: > > This patch provides rte_memcpy* calls optimized for > AMD EPYC Gen2 platforms. This option is disabled by > default and can be enabled by defining 'rte_memcpy_amdepyc2' Generic options should support all the architectures. Another more scalabl