Re: [dpdk-dev] [PATCH v3 3/3] raw/ifpga_rawdev: fix the clang compiling issue

2018-05-20 Thread Thomas Monjalon
17/05/2018 03:47, Gavin Hu: > If the subject changes to raw/ifpga, it will get a Wrong headline prefix(can > be ignored?) warning when running git-log-fixes.h Yes, this warning can be ignored.

Re: [dpdk-dev] [PATCH v3 3/3] raw/ifpga_rawdev: fix the clang compiling issue

2018-05-16 Thread Gavin Hu
Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 3/3] raw/ifpga_rawdev: fix the clang compiling issue -Original Message- > Date: Wed, 16 May 2018 14:08:02 +0800 > From: Gavin Hu > To: dev@dpdk.org > CC: gavin hu > Subject: [dpdk-dev] [PATCH v3 3/3] raw/ifpga_rawdev

Re: [dpdk-dev] [PATCH v3 3/3] raw/ifpga_rawdev: fix the clang compiling issue

2018-05-15 Thread Jerin Jacob
-Original Message- > Date: Wed, 16 May 2018 14:08:02 +0800 > From: Gavin Hu > To: dev@dpdk.org > CC: gavin hu > Subject: [dpdk-dev] [PATCH v3 3/3] raw/ifpga_rawdev: fix the clang > compiling issue > X-Mailer: git-send-email 2.17.0 > > From: gavin hu >

[dpdk-dev] [PATCH v3 3/3] raw/ifpga_rawdev: fix the clang compiling issue

2018-05-15 Thread Gavin Hu
From: gavin hu The patch fixes the compile issue with clang on ARM64. Newly introduced #pragma pack(1) in the header file caused comipiling issues for the files who included it. In file included from ~/dpdk/drivers/raw/ifpga_rawdev/base/ ifpga_fme_dperf.c:5: In file included from ~/dpdk/drivers