Re: [dpdk-dev] [PATCH 0/2] bugfix for SVE compile

2021-07-09 Thread Thomas Monjalon
28/06/2021 04:57, Chengwen Feng: > This patch set contains two bugfixes for SVE compile. > Note: > 1) Because 2/2 patch needs backport to 20.11 so we separate it. > 2) These two patches already acked by ARM guys from previous threads. > > Chengwen Feng (2): > build: fix SVE compile error with gc

Re: [dpdk-dev] [PATCH 0/2] bugfix for SVE compile

2021-07-02 Thread fengchengwen
Hi, Thomas Please review this patch set, thanks. PS: this patch set already reviewed by ARM guys, and the CI has some errors, but it seem not related to this patch set. On 2021/6/28 10:57, Chengwen Feng wrote: > This patch set contains two bugfixes for SVE compile. > Note: > 1) Because 2/2 patc

[dpdk-dev] [PATCH 0/2] bugfix for SVE compile

2021-06-27 Thread Chengwen Feng
This patch set contains two bugfixes for SVE compile. Note: 1) Because 2/2 patch needs backport to 20.11 so we separate it. 2) These two patches already acked by ARM guys from previous threads. Chengwen Feng (2): build: fix SVE compile error with gcc8.3 net/hns3: fix SVE code compile error wit