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 8E430A0557; Sat, 22 Feb 2020 15:17:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 590031DBD; Sat, 22 Feb 2020 15:17:03 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 12859B62 for ; Sat, 22 Feb 2020 15:17:02 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 8D1472D7; Sat, 22 Feb 2020 09:17:00 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 22 Feb 2020 09:17:00 -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=8h+R20rXrHR98xCWJawWHIDhQ736MNZekfVl9srzD8c=; b=SxSE82M6VSOt T1BoHW4npXThvGm5Z44wlLetSdnINhAg9LJXwkrcnLHZqa7vgXpzYIJUgqNHK1Bh Ox1u+o9GtrpwJpJq0yK+0jAUnFD3YJ11xm8BtriQYjqCsIPaZbsI5CqKiBYPOSvf SHKexGHkf5bgpcNs2Xlq6b734tBBM0M= 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=8h+R20rXrHR98xCWJawWHIDhQ736MNZekfVl9srzD 8c=; b=dBbfYoDYUK2CIUq/sYHmr7OhJi+e/uNfd+lJl+nMX4jcXIckCCwP8fTyJ 8yiLfwBZIscZj8okBhcocp+wjtd3HwB5Htlar2tQx55M+fzTjSm29mtK9FRGDoUO 015E7Zx/e+6d3++FmvL1hBbvTFT+/MI9SWv5uE4qK0oXwLcFFGaPIN2Jf2sLhNN/ vWbLKvnx46PpbReHfVBgAaa834VxW+AF9A+NOxN++Y50ddERW/q1KiqmwKVZ6ekJ 8OD5JJtIkQBDM9pMBtBO7KL0RVAOkLfms1MfXaK+qJQFLPP2aRs6jnq9+DBXbsCP WBAfZVqMBM641Hs9EdWwgz83x+X2w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkeeigdeifecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 589C63060BE4; Sat, 22 Feb 2020 09:16:59 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Sat, 22 Feb 2020 15:16:57 +0100 Message-ID: <2032373.C4sosBPzcN@xps> In-Reply-To: <20191204155519.7295-4-stephen@networkplumber.org> References: <20191204155519.7295-1-stephen@networkplumber.org> <20191204155519.7295-4-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 3/5] devtools: add SPDX tag to load-devel-config 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" 04/12/2019 16:55, Stephen Hemminger: > Trivial file was missing any license. > > Signed-off-by: Stephen Hemminger Acked-by: Thomas Monjalon Applied, thanks