From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id EB0011B86F for ; Thu, 1 Feb 2018 02:50:42 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 84D7520CEF; Wed, 31 Jan 2018 20:50:42 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 20:50:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=N2N/fgtn7cwzwDeDA35rQBjA6a 8I+W5+shklkDbtaw4=; b=rrVa3eAaaLDkTcQ16Qj3KdAxxKb3y9QhZFmgwI5dtc C6TrC7PbFfN9lrb5Dk0T1V39n0/bkf1fq5AdVQBHNjCc1AdKhbe+PCFKSDw+/QX/ c4oi0fJofRKS87mYp8NIJpXRWVmelZlnHdOeFecEvyEdXt6FMPR69q+1UJGURXTU E= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=N2N/fg tn7cwzwDeDA35rQBjA6a8I+W5+shklkDbtaw4=; b=DPSBKeRz/AeKcl5gDiCpuu Ta+3YBGz23zHKSo8mrA6I2NQYNrzqxZMb6rcyTvExKhUNIID/U1c1iu3OxGz3jYu hmukZpSRz7F8u0vmlobc6QV1aT7sYZ00bVvvvPfx5JyXEOnLGNdo8kzO5bEJWkua UqC8/G1XBLw1QIAeuV3GliIyT1aR0ABxg5gDVc7GF+8alkP9L4D42Oxwm5gV/heG N98WGLwBj5jZ+gc1K7IhP2gbP56PYpb39RdznqxXy9cQTA4zZkKaIeoSkvltoL5l 3wJQIhvKYFRz10uxqMJAWTAvLSBqWnrxAvt9PEasSojSpU9Mgbgb4G2ytt6qcQVg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 380BA247FF; Wed, 31 Jan 2018 20:50:42 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, "Liang, Ma" , Peter Mccarthy Date: Thu, 01 Feb 2018 02:49:54 +0100 Message-ID: <3538573.PFU6MLrSs7@xps> In-Reply-To: <20180123141715.GB9466@sivswdev01.ir.intel.com> References: <20180123141133.77599-1-bruce.richardson@intel.com> <20180123141715.GB9466@sivswdev01.ir.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] event/opdl: fix license header and SPDX tags 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: , X-List-Received-Date: Thu, 01 Feb 2018 01:50:43 -0000 23/01/2018 15:17, Liang, Ma: > On 23 Jan 14:11, Bruce Richardson wrote: > > This patch ensures that the OPDL files all contain correct SPDX tags. > > The following changes were made to achieve this: > > * replace license text with SPDX tag > > * correct occurances where SPDX tag was not on first line of file > > * ensure license years were correct > > > > Fixes: 4236ce9bf5bf ("event/opdl: add OPDL ring infrastructure library") > > Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") > > Fixes: d548ef513cd7 ("event/opdl: add unit tests") > > > > Signed-off-by: Bruce Richardson > > --- > Many thanks Bruce > Acked-by: Liang Ma Applied, thanks