Re: [dpdk-dev] [PATCH v2] eal: ignore alignment warnings for x86 vector

2020-04-29 Thread Wang, Haiyue
> -Original Message- > From: Kevin Traynor > Sent: Wednesday, April 29, 2020 16:41 > To: Wang, Haiyue ; dev@dpdk.org; Richardson, Bruce > ; > Ananyev, Konstantin ; Stokes, Ian > > Subject: Re: [dpdk-dev] [PATCH v2] eal: ignore alignment warnings for x86 > v

Re: [dpdk-dev] [PATCH v2] eal: ignore alignment warnings for x86 vector

2020-04-29 Thread Kevin Traynor
On 29/04/2020 07:49, Haiyue Wang wrote: > There several alignment warnings when including rte_memcpy header file > externally like OVS for x86. > > Signed-off-by: Haiyue Wang > --- > v2: Use __GUNC__ macro to apply for suppressing the warning. > --- > lib/librte_eal/x86/include/rte_memcpy.h | 4

Re: [dpdk-dev] [PATCH v2] eal: ignore alignment warnings for x86 vector

2020-04-29 Thread Wang, Haiyue
Dropped this patch, it is better to let the application to decide the warning level. BR, Haiyue > -Original Message- > From: Wang, Haiyue > Sent: Wednesday, April 29, 2020 14:49 > To: dev@dpdk.org; Richardson, Bruce ; Ananyev, > Konstantin > ; Stokes, Ian > Cc: Wang, Haiyue > Subject:

[dpdk-dev] [PATCH v2] eal: ignore alignment warnings for x86 vector

2020-04-29 Thread Haiyue Wang
There several alignment warnings when including rte_memcpy header file externally like OVS for x86. Signed-off-by: Haiyue Wang --- v2: Use __GUNC__ macro to apply for suppressing the warning. --- lib/librte_eal/x86/include/rte_memcpy.h | 4 1 file changed, 4 insertions(+) diff --git a/lib