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 EA4F7A0487 for ; Mon, 29 Jul 2019 22:50:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 47F481BF1A; Mon, 29 Jul 2019 22:50:35 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 2E2A81BF05 for ; Mon, 29 Jul 2019 22:50:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B989021FE8; Mon, 29 Jul 2019 16:50:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 29 Jul 2019 16:50:33 -0400 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=D5auKICyhQ/loIMBWh7lai0ZgFIyZ7DMq3Ow+Jkt9n0=; b=Pv/UeN4945xL OEi/6T22s9KSKqKKzijnZMH9lfn8G92MwjuMSW8nj9uptNS9gB1y2fWYR2T+XtXD AxHK93ennT296S2o2LcJ6r94vhkki8+mD80j/dfmmHuYfHer3qrmOLwM1Oi8oD2B oTRQklYvnDuZgvhImDOCSLb7QlHo/HA= 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=fm3; bh=D5auKICyhQ/loIMBWh7lai0ZgFIyZ7DMq3Ow+Jkt9 n0=; b=r9mC81nTFQucPjSKiReuGxJH6Z5sHqXgksJ8asJ7Ba3TVRZoDOFjpYbtW 1VoYSDHjUiPKC9X0HhMigfdnx8TOmhdS7yAmMr2D6QzTjf3/WI0Yu3IVRV+AHgDi PqqG3Jk9EMZxxGqrOXGLwHmzQXRbcxDq7JdVIy2YFFgX1UWmSNUUIveBTpis3LQL PmGUiLjVw4m9ryqZEvJeELnMeH8KNbJWFUp0wDy1vlttD4nhWbNNv2KuDXBQXdO3 Kmyf1eKBsH0Cjdfo750f1PZhWlNf8ARrqMJcwxfaHvnN+eXHRShOK4IN8SflNsVM 4wINg4fRsB55XuQDTnx1Y07jvoT/Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrledugdduheegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 A7C9080059; Mon, 29 Jul 2019 16:50:32 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org Date: Mon, 29 Jul 2019 22:50:31 +0200 Message-ID: <1937687.us5BPBd6uD@xps> In-Reply-To: <20190729073314.10103-1-hemant.agrawal@nxp.com> References: <20190729073314.10103-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: change license to SPDX format 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" 29/07/2019 09:33, Hemant Agrawal: > Signed-off-by: Hemant Agrawal > --- > lib/librte_eal/common/eal_common_bus.c | 32 ++----------------------- > lib/librte_eal/common/include/rte_bus.h | 32 ++----------------------- > 2 files changed, 4 insertions(+), 60 deletions(-) Applied, thanks