From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F03521EFF5 for ; Wed, 13 Jun 2018 18:59:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7071821B8F; Wed, 13 Jun 2018 12:59:29 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 13 Jun 2018 12:59:29 -0400 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=nSTtfF5Gc9BnJy036UdZuWIkzD YzIxGZE7TNX2jx0TQ=; b=ikqUR+oSQN1MkBLt0/KtW0X8NXwxEOd1YMNnYitBGu s5VG9vD11uMyFERErs2P+G68VQWRF2qvYvYP+tvBtRyPJofdiB7W88iH1rLcbg2r t1T3yb9EKLgl94L4345Bnx+5OAKDX7JAGnI647g56pF8l5FLvEq+GA5un0lBiG8p Y= 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=fm3; bh=nSTtfF 5Gc9BnJy036UdZuWIkzDYzIxGZE7TNX2jx0TQ=; b=Br8Qy35aXum8wqhvh4dVYD ruxsAr6jAwZaHAZtDmKyMxJZMBGjqi1PwAFmykGMZIzZn6Yn8oLSmgwRr+3Z46uU kjs3lB27IfgFypSCrVvWt3Kc7JPuEhyxKqcynRj0VnxUzYLL0xmwzqrvZMGYtzZG E7cSd4pR0pExfxpekexVDto4DVZiE4lN0xD58AdEiFH9oChBtx8cboHXsdPN+BS9 zKYZTVtev43T5ZrKBY1fc7yAMhkwIybrNKFQlYrnHMXc2hPnLK5GsqXqhhkrVQAY Vb3+SChxIkOm5o8CWgkJOyvJnPpWuWo2A4Y+cYM/TYSM2k8YNsCNDYB6qQKipzOA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: 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 42B1B10252; Wed, 13 Jun 2018 12:59:28 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit , Rahul Lakkireddy Cc: dev@dpdk.org, shaguna@chelsio.com, kumaras@chelsio.com, indranil@chelsio.com, nirranjan@chelsio.com, Hemant Agrawal Date: Wed, 13 Jun 2018 18:59:27 +0200 Message-ID: <12849424.ZYKo8dt3dJ@xps> In-Reply-To: <8334e31d-da73-0d55-ba1f-3b91102048e1@intel.com> References: <8334e31d-da73-0d55-ba1f-3b91102048e1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/7] net/cxgbe: query firmware for filter resources 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: Wed, 13 Jun 2018 16:59:30 -0000 13/06/2018 18:41, Ferruh Yigit: > On 6/8/2018 6:58 PM, Rahul Lakkireddy wrote: > > diff --git a/drivers/net/cxgbe/cxgbe_filter.h b/drivers/net/cxgbe/cxgbe_filter.h > > new file mode 100644 > > index 000000000..d69c79e80 > > --- /dev/null > > +++ b/drivers/net/cxgbe/cxgbe_filter.h > > @@ -0,0 +1,97 @@ > > +/* SPDX-License-Identifier: BSD-3-Clause > > + * Copyright(c) 2014-2018 Chelsio Communications. > > + * All rights reserved. > > + */ > > + > > Hi Rahul, > > This is a new file and copyright starts from 2014, is this intentional? > > And @Thomas, @Hemant, are we allowed to have copyright start date in the past > for new files? I prefer having accurate copyright year because it is a quick hint about how old the file is. But I think there is no strong legal consequence.