From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF619A0546; Fri, 19 Feb 2021 14:27:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C0C6160924; Fri, 19 Feb 2021 14:27:37 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id B3A5A16091E for ; Fri, 19 Feb 2021 14:27:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613741255; 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=YaDGeznvvcnWXZXIb0zuDq0ksgDTgYQqBOwcyG/ZN7Y=; b=Cwy4s3zi0qgXcqAIxGqBFPyZPGiMyd1ShTbW8cfMf51EebKrQT3mc3xyMrMIRBzGV3PA1R 1vxghdYwwobQzAfw6+RzUOaxcG40GaUvT5lDoCMT0lq8m4SNUlwklCsOJ6EUXR+M5G0wpV UwS2pEf1pxyNFNYe2Ou7UmLzHtMHYyM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-9-qOZPKeH0NUuAVGlQtDbF3w-1; Fri, 19 Feb 2021 08:27:33 -0500 X-MC-Unique: qOZPKeH0NUuAVGlQtDbF3w-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CEE966EE35; Fri, 19 Feb 2021 13:27:31 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-114-166.rdu2.redhat.com [10.10.114.166]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D737610016F9; Fri, 19 Feb 2021 13:27:26 +0000 (UTC) From: Aaron Conole To: Juraj =?utf-8?Q?Linke=C5=A1?= Cc: thomas@monjalon.net, david.marchand@redhat.com, maicolgabriel@hotmail.com, dev@dpdk.org, Ruifeng.Wang@arm.com, Honnappa.Nagarahalli@arm.com References: <1613554953-14736-1-git-send-email-juraj.linkes@pantheon.tech> <1613720062-19647-1-git-send-email-juraj.linkes@pantheon.tech> Date: Fri, 19 Feb 2021 08:27:25 -0500 In-Reply-To: <1613720062-19647-1-git-send-email-juraj.linkes@pantheon.tech> ("Juraj \=\?utf-8\?Q\?Linke\=C5\=A1\=22's\?\= message of "Fri, 19 Feb 2021 08:34:22 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] ci: update arm64 Travis jobs to Graviton2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Juraj Linke=C5=A1 writes: > Instead of using the older platform, use only the newer Graviton2 > environment in Travis CI. Can you expand on this a bit. Why should we need to use the newer environment? What problems will occur by using the older environment? I'm not against the change, but I don't understand it. > Signed-off-by: Juraj Linke=C5=A1 > ---