From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97E9EA04FF; Tue, 14 Jan 2020 15:03:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 609BD1C0CB; Tue, 14 Jan 2020 15:03:43 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 96A241BFEC for ; Tue, 14 Jan 2020 15:03:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579010621; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TOOwDYna7mPsqM8eZHEtx3S7YKiKmiDGekl5tIum5Wc=; b=aMRf0W/IXL911fHfpND2LXjKsBH7mzU8sbjOhW+pRJcclBxZvRSnL8vpR7nA4NthlesxtN iLu0lJSUn+CvsVAstISwdpWJBuy0jt2l/UM/D+t8yjXm2Oo8LJJkVi2ba523HC6LmCnaFQ a0n29DXByYkulTDpFW06DawZt3BXQmA= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-130-TpzFq9LoNnqrGeO2uOoYcA-1; Tue, 14 Jan 2020 09:03:40 -0500 Received: by mail-vk1-f199.google.com with SMTP id i123so5783464vkg.8 for ; Tue, 14 Jan 2020 06:03:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TOOwDYna7mPsqM8eZHEtx3S7YKiKmiDGekl5tIum5Wc=; b=K5jkF6mCaDPcGkhytp73Xm3pKqAokaMySOVoTxpjiDxZdT2jz0VFC/2Br87rBDiseb 7PVOBwcsC/VKqD5cC15sgORVxjcwAqSLdaylNAFTTZZhZH+AhpiVMcpUbpQqB3R4S+6n TXOzEEjbV4hXCISY4tq+6WHdFLD9U2+CeauhGtrufa7FPP73732GgJoe6g0aiDcGQEVe gCZpxjGgC7z1A1ehMoSZgqUOXNU08oNVdd0jMtDklrRKsTI/4OHB7Ica6EPc5cGUoFXS vDXO65WEYGCzrk0TBiGwlVZ76R7UUIIksN5yn3YQ1bvcyMO2Ek0iuqUHtOeo/I3RrKut Dm5A== X-Gm-Message-State: APjAAAVFQcsJfCbwXpCrqFdgQqw64tBE+GFmKClvMzc1dq+0ZWWKn5Xm 0wqAYp4KkIXvmkCm7gmp7evOvFL4vWWOTt4gvDToQ48YuvCjA+/1FTNbleMep4mWWKaMJb7ZGkn eFFKHDCRqIQD4JCKeBRk= X-Received: by 2002:a1f:5385:: with SMTP id h127mr10712284vkb.56.1579010619363; Tue, 14 Jan 2020 06:03:39 -0800 (PST) X-Google-Smtp-Source: APXvYqwD84WsRseOUd+q/Bukf3C5Gz3NspiNRQt356jV/ywndTsOgSL8wZShQEbe0zFxakElN8++WwHixx/dyimVvKw= X-Received: by 2002:a1f:5385:: with SMTP id h127mr10712254vkb.56.1579010618926; Tue, 14 Jan 2020 06:03:38 -0800 (PST) MIME-Version: 1.0 References: <20191218053902.193417-1-ruifeng.wang@arm.com> <20200113062606.93249-1-ruifeng.wang@arm.com> In-Reply-To: <20200113062606.93249-1-ruifeng.wang@arm.com> From: David Marchand Date: Tue, 14 Jan 2020 15:03:27 +0100 Message-ID: To: Ruifeng Wang Cc: Aaron Conole , Michael Santana , Thomas Monjalon , "Yigit, Ferruh" , Andrew Rybchenko , dev , Gavin Hu , Honnappa Nagarahalli , nd X-MC-Unique: TpzFq9LoNnqrGeO2uOoYcA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v5 0/2] add travis ci support for native aarch64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Jan 13, 2020 at 7:26 AM Ruifeng Wang wrote: > > This patch set is to enable native aarch64 build in Travis CI. > It leverages Travis CI multi arch support. > > As the first step, compilation jobs are added. > Unit test is not added for now due to service limitation. We are > planning to run unit test with no-huge in future. Plan is to > enable the testing for whatever works today and work on fixing > the remaining test cases. Series applied, thanks. -- David Marchand