On Fri, 27 Nov 2015 19:04:26 +0530 Jerin Jacob <jerin.jacob at caviumnetworks.com> wrote:
> v1..v2 > created common arm64 configs under common_arm64 file. > let each armv8 machine targets capture only the differences > between the common arm64 config. > > v2..v3 > Fix whitespace issue with git am > > Jerin Jacob (2): > config: arm64: create common arm64 configs under common_arm64 file > config: disable CONFIG_RTE_SCHED_VECTOR for arm > > config/common_arm64 | 49 > ++++++++++++++++++++++++++++ > config/defconfig_arm-armv7a-linuxapp-gcc | 1 + > config/defconfig_arm64-armv8a-linuxapp-gcc | 18 +--------- > config/defconfig_arm64-thunderx-linuxapp-gcc | 18 +--------- > config/defconfig_arm64-xgene1-linuxapp-gcc | 18 +--------- > 5 files changed, 53 insertions(+), 51 deletions(-) > create mode 100644 config/common_arm64 > Since the RTE_SCHED_VECTOR is lightly tested and doesn't provide really significant performance improvement, it should probably be disabled by default on all platforms.