mbox series

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

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

Message

Chengwen Feng May 13, 2021, 1:08 p.m. UTC
  This patch set contains two bugfixes for Kunpeng SVE compile.

---
v4:
* fix compile option combine problem
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       | 27 +++++++++++++++++++++++++--
 drivers/net/hns3/hns3_rxtx.c |  2 +-
 drivers/net/hns3/meson.build | 13 +++++++++++++
 3 files changed, 39 insertions(+), 3 deletions(-)