From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/7] net/cxgbe: query firmware for filter resources Date: Wed, 13 Jun 2018 18:59:27 +0200 Message-ID: <12849424.ZYKo8dt3dJ@xps> References: <8334e31d-da73-0d55-ba1f-3b91102048e1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shaguna@chelsio.com, kumaras@chelsio.com, indranil@chelsio.com, nirranjan@chelsio.com, Hemant Agrawal To: Ferruh Yigit , Rahul Lakkireddy 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) In-Reply-To: <8334e31d-da73-0d55-ba1f-3b91102048e1@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.