[ovs-dev] [PATCH v2 0/3] Fix issues and enable Travis CI on arm

Lance Yang Lance.Yang at arm.com
Fri Dec 6 03:26:10 UTC 2019


To enable Travis CI on arm, these patches fix some issues and modify shell
scripts to support multi-arch CPU. These patches only enable part of the
travis jobs for arm. The other jobs will be enabled after related issues
are fixed. Regarding the patches to enable ppc64le builds on Travis CI
are under review, some codes or conflicts may need to be merged after
review.

Changes since v1:
- move the initialization code for pmd_perf_stats to an appropriate location
- remove cache split scripts
- merge two patches into a single one
- modify commit message to describe the issue more clearly

Lance Yang (3):
  [ovs-dev] [PATCH 1/3] dpif-netdev-perf: Fix using of unitialized last_tsc
  [ovs-dev] [PATCH 2/3] travis: Move x86-only addon packages to linux-prepare.sh
  [ovs-dev] [PATCH 3/3] travis: Enable OvS Travis CI for arm

 .travis.yml              | 20 ++++++++++++++++++--
 .travis/linux-build.sh   | 16 ++++++++++++++--
 .travis/linux-prepare.sh |  3 ++-
 lib/dpif-netdev-perf.c   |  2 +-
 4 files changed, 35 insertions(+), 6 deletions(-)

-- 
2.7.4



More information about the dev mailing list