mbox series

[ovs-dev,v1,0/4] Fix issues and enable Travis CI on arm

Message ID 1574237421-615-1-git-send-email-Lance.Yang@arm.com
Headers show
Series Fix issues and enable Travis CI on arm | expand

Message

Lance Yang Nov. 20, 2019, 8:10 a.m. UTC
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.

Lance Yang (4):
  [ovs-dev] [PATCH 1/4] dpif-netdev: Fix the pmd_perf_stats uninitalized
    issue
  [ovs-dev] [PATCH 2/4] travis: Move x86-only addon packages to
    linux-prepare.sh
  [ovs-dev] [PATCH 3/4] travis: split cache and set target for different
    archs
  [ovs-dev] [PATCH 4/4] travis: Enable OVS Travis CI for arm

 .travis.yml              | 20 ++++++++++++++++++--
 .travis/linux-build.sh   | 38 ++++++++++++++++++++++++++------------
 .travis/linux-prepare.sh | 12 ++++++++----
 lib/dpif-netdev-perf.c   |  1 +
 4 files changed, 53 insertions(+), 18 deletions(-)

Comments

Ben Pfaff Nov. 21, 2019, 5:41 p.m. UTC | #1
Hi Lance.  Thanks for sending all the patches.  In the future, please
just send them to either dev@openvswitch.org or ovs-dev@openvswitch.org,
not both.  They are the same list.