From patchwork Wed Nov 20 08:10:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lance Yang X-Patchwork-Id: 1197961 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47HwP33KxZz9sPT for ; Wed, 20 Nov 2019 19:10:46 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3FC6F87928; Wed, 20 Nov 2019 08:10:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dBxt1UVxHiZx; Wed, 20 Nov 2019 08:10:43 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id 5B2A986ECA; Wed, 20 Nov 2019 08:10:43 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 3FCFCC1DC9; Wed, 20 Nov 2019 08:10:43 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 68A22C18DA; Wed, 20 Nov 2019 08:10:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 51A678764F; Wed, 20 Nov 2019 08:10:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2c31wzEFEmFN; Wed, 20 Nov 2019 08:10:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by whitealder.osuosl.org (Postfix) with ESMTP id 987B586ECA; Wed, 20 Nov 2019 08:10:40 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D25401FB; Wed, 20 Nov 2019 00:10:39 -0800 (PST) Received: from nfv-demo01.shanghai.arm.com (nfv-demo01.shanghai.arm.com [10.169.41.196]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D51A33F52E; Wed, 20 Nov 2019 00:13:40 -0800 (PST) From: Lance Yang To: dev@openvswitch.org, ovs-dev@openvswitch.org Date: Wed, 20 Nov 2019 16:10:17 +0800 Message-Id: <1574237421-615-1-git-send-email-Lance.Yang@arm.com> X-Mailer: git-send-email 2.7.4 Cc: nd@arm.com Subject: [ovs-dev] [PATCH v1 0/4] Fix issues and enable Travis CI on arm X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" 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(-)