mbox

[v8,0/2] bugfix for Kunpeng SVE compile

Message ID 1621862602-51782-1-git-send-email-fengchengwen@huawei.com (mailing list archive)
Headers

Message

fengchengwen May 24, 2021, 1:23 p.m. UTC
  This patch set contains two bugfixes for Kunpeng SVE compile.

---
v8:
* rm config/arm/meson.build from 2/2 patch which add in v7
v7:
* reuse CC_SVE_ACLE_SUPPORT macro in 2/2 patch
v6:
* fix compile error with gcc8.3 and thunder2 of 2/2 patch
v5:
* make sure 'march_feature' parsed depend on 'march_base'
* only the kunpeng930 use the new option
v4:
* fix compile option combine problem of 1/2 patch
v3:
* fix checkpatch error of 1/2 patch
* modify comments of 1/2 patch
v2:
* support select best -march parameter for kunpeng soc

Chengwen Feng (2):
  config/arm: select most suitable -march for kunpeng soc
  net/hns3: refactor SVE code compile method

 config/arm/meson.build       | 31 +++++++++++++++++++++++++++++--
 drivers/net/hns3/hns3_rxtx.c |  2 +-
 drivers/net/hns3/meson.build | 20 +++++++++++++++++++-
 3 files changed, 49 insertions(+), 4 deletions(-)