Re: [dpdk-dev] [PATCH v2] eal/arm: remove irrelevant code

2021-07-05 Thread David Marchand
On Fri, Jun 11, 2021 at 4:42 PM Ruifeng Wang wrote: > > Data types Elf32_auxv_t and Elf64_auxv_t are used by OS Linux > auxiliary vector read, and not used by arch specific cpu flag > API implementations. Hence remove them from Arm file. > > Reported-by: James Grant > Signed-off-by: Ruifeng Wang

[dpdk-dev] [PATCH v2] eal/arm: remove irrelevant code

2021-06-11 Thread Ruifeng Wang
Data types Elf32_auxv_t and Elf64_auxv_t are used by OS Linux auxiliary vector read, and not used by arch specific cpu flag API implementations. Hence remove them from Arm file. Reported-by: James Grant Signed-off-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli --- v2: Update commit message