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 4A1CBA04DE; Fri, 23 Oct 2020 12:54:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 28377A956; Fri, 23 Oct 2020 12:54:44 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 4141A9AF1 for ; Fri, 23 Oct 2020 12:54:41 +0200 (CEST) IronPort-SDR: 6kew6zRaXQYzoapbhzr2FacouXnT22doBV8nbJXS4O+0ooVR7/SvAJfCa6MaiH6B3qmJZA+6if U4t1BfuIvRrA== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="164163666" X-IronPort-AV: E=Sophos;i="5.77,408,1596524400"; d="scan'208";a="164163666" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 03:54:35 -0700 IronPort-SDR: IIfvQFRz3NPKG8jxkK+cU/aSgscDGivCkcRuzdjLcYGCSd6VogWObNcODPBHI03jCqDL7g02XZ o4Q4T7RAFl9A== X-IronPort-AV: E=Sophos;i="5.77,408,1596524400"; d="scan'208";a="534356993" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.253]) ([10.213.224.253]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 03:54:33 -0700 To: Ajit Khaparde , dev@dpdk.org Cc: Peter Spreadborough , Jay Ding , Farah Smith References: <20201020215538.59242-1-ajit.khaparde@broadcom.com> <20201022220542.84166-2-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <744aee57-444c-2a3b-aff6-2f74c2c4f7c2@intel.com> Date: Fri, 23 Oct 2020 11:54:30 +0100 MIME-Version: 1.0 In-Reply-To: <20201022220542.84166-2-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 01/11] net/bnxt: add stingray support to core layer 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" On 10/22/2020 11:05 PM, Ajit Khaparde wrote: > diff --git a/drivers/net/bnxt/tf_core/cfa_resource_types.h b/drivers/net/bnxt/tf_core/cfa_resource_types.h > index 19838c393d..412204f7ed 100644 > --- a/drivers/net/bnxt/tf_core/cfa_resource_types.h > +++ b/drivers/net/bnxt/tf_core/cfa_resource_types.h > @@ -1,5 +1,5 @@ > /* SPDX-License-Identifier: BSD-3-Clause > - * Copyright(c) 2019-2020 Broadcom > + * Copyright(c) 2014-2018 Broadcom > * All rights reserved. > */ Is this intentional, pulling back the copyright years, should I fix in the tree?