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 C36EFA0556; Thu, 20 Feb 2020 12:03:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6EE6E1BFF7; Thu, 20 Feb 2020 12:03:44 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6766F1BFF6 for ; Thu, 20 Feb 2020 12:03:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 04769215B2; Thu, 20 Feb 2020 06:03:43 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Feb 2020 06:03:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=TGmU/ZWOTl6Rmj9vA8SbhGgiUixjl2KWqBynY9wfoDU=; b=ZpAbfQKUFhhd 2JrixuC8dL0hYtqY1ZDV7pDClRN6YNTAXhGScChgn2e4LArk5env7lrxijUdwyBu svsn087PnDKqIAq5ZQ5b0nmcs2U4kQDmDE7K/FWeAaS+ouJBjVF1KeyWmyynKs9T j21k/Yy24edOiJDC584km3PsZHPQEn0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=TGmU/ZWOTl6Rmj9vA8SbhGgiUixjl2KWqBynY9wfo DU=; b=IYtLVvPyAumQ4r1A/HQJES5qz5oIpxBCobufd4u/q7FU7jRQVPu8fQgrZ arB3Le7V8TLESImkUcXmUPBAjOnOcABRD7UD0AVsGZwYqIWpAHcwd/bt87o42MzS mwDzVGQ596sENwndJJMAM0lu3uN75kC+KfuZ48GaTSbPVPjFI3P2wKvP7zgNmiOf EKU+7YkYomJbpv/PtPFXI7dRRLFBmwxdjWQf+pmoFnePtvMo5xNB4drFjIFOhMQp 7WDR347PNlsr056AVcYrcRAMJGHR5fOR24uuUJWySKTeGyhSSZbHbFZqhEsNZ2I5 E6DPAj//akDb1KYElKO/UVc4f3bng== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkedvgddvgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepthhrrghvihhsqdgtihdrtghomhenucfkphepjeejrddufeegrddvtdefrddu keegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepth hhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 407E73060D1A; Thu, 20 Feb 2020 06:03:42 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: aconole@redhat.com, dev@dpdk.org, Michael Santana Date: Thu, 20 Feb 2020 12:03:40 +0100 Message-ID: <6771332.6fTUFtlzNn@xps> In-Reply-To: <20200219194131.29417-3-david.marchand@redhat.com> References: <20200219194131.29417-1-david.marchand@redhat.com> <20200219194131.29417-3-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/4] ci: fix Travis config warnings 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" 19/02/2020 20:41, David Marchand: > Reading https://config.travis-ci.com/ and using > https://config.travis-ci.com/explore to check changes, we can cleanup > some warnings reported by the config validation options in Travis. For documentation purpose, would be good to describe issues in the commit log.