Re: [dpdk-dev] [PATCH v2 2/2] app/crypto-perf: fix memcpy source

2018-05-17 Thread De Lara Guarch, Pablo
org > Subject: [dpdk-dev] [PATCH v2 2/2] app/crypto-perf: fix memcpy source > > Since arm64 was using plain memcpy for rte_memcpy, gcc 8.1, could detect size > was more than source address range. In this case, the source was wrong. > > /export/dpdk.org/test/test/test_cryptodev.c: In f

Re: [dpdk-dev] [PATCH v2 2/2] app/crypto-perf: fix memcpy source

2018-05-16 Thread De Lara Guarch, Pablo
org > Subject: [dpdk-dev] [PATCH v2 2/2] app/crypto-perf: fix memcpy source > > Since arm64 was using plain memcpy for rte_memcpy, gcc 8.1, could detect size > was more than source address range. In this case, the source was wrong. > > /export/dpdk.org/test/test/test_cryptodev.c: In f

Re: [dpdk-dev] [PATCH v2 2/2] app/crypto-perf: fix memcpy source

2018-05-16 Thread Andy Green
On 05/16/2018 08:28 PM, Jerin Jacob wrote: Since arm64 was using plain memcpy for rte_memcpy, gcc 8.1, could detect size was more than source address range. In this case, the source was wrong. /export/dpdk.org/test/test/test_cryptodev.c: In function 'test_multi_session_random_usage': /export/d

[dpdk-dev] [PATCH v2 2/2] app/crypto-perf: fix memcpy source

2018-05-16 Thread Jerin Jacob
Since arm64 was using plain memcpy for rte_memcpy, gcc 8.1, could detect size was more than source address range. In this case, the source was wrong. /export/dpdk.org/test/test/test_cryptodev.c: In function 'test_multi_session_random_usage': /export/dpdk.org/build/include/rte_memcpy_64.h:364:29: e