mbox series

[0/2] bugfix for SVE compile

Message ID 1624849071-56826-1-git-send-email-fengchengwen@huawei.com (mailing list archive)
Headers
Series bugfix for SVE compile |

Message

Chengwen Feng June 28, 2021, 2:57 a.m. UTC
  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 with gcc8.3

 config/arm/meson.build         |  6 ++++++
 drivers/net/hns3/hns3_rxtx.c   |  2 +-
 drivers/net/hns3/meson.build   | 20 +++++++++++++++++++-
 lib/eal/arm/include/rte_vect.h |  2 +-
 lib/lpm/rte_lpm.h              |  2 +-
 5 files changed, 28 insertions(+), 4 deletions(-)
  

Comments

Chengwen Feng July 2, 2021, 2:15 p.m. UTC | #1
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 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 with gcc8.3
> 
>  config/arm/meson.build         |  6 ++++++
>  drivers/net/hns3/hns3_rxtx.c   |  2 +-
>  drivers/net/hns3/meson.build   | 20 +++++++++++++++++++-
>  lib/eal/arm/include/rte_vect.h |  2 +-
>  lib/lpm/rte_lpm.h              |  2 +-
>  5 files changed, 28 insertions(+), 4 deletions(-)
>
  
Thomas Monjalon July 9, 2021, 8:26 p.m. UTC | #2
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 gcc8.3
>   net/hns3: fix SVE code compile error with gcc8.3

Applied with proposed improvement, thanks.