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 3690EA0521; Tue, 3 Nov 2020 13:45:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 741A7C9E7; Tue, 3 Nov 2020 13:45:05 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 69229C9CC for ; Tue, 3 Nov 2020 13:45:04 +0100 (CET) IronPort-SDR: PSYN0yghnU6DtsSRZiGap3iFBSzuz58Y+VqRhABTMREdd9y53CsG+q3tej2ru80SIBm+kono0l Z04ugPi3D90w== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="169150559" X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="169150559" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 04:45:02 -0800 IronPort-SDR: YspSdF/1YZ+V9ks5qZSQyt/WcqvGi2o8IIhi0r/NNOgFa+xlri7q00flLCNEXPPfhddBQqW/yf 0UzutI3N4K9g== X-IronPort-AV: E=Sophos;i="5.77,448,1596524400"; d="scan'208";a="538479403" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.218.178]) ([10.213.218.178]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 04:45:01 -0800 To: Andrew Boyer , dev@dpdk.org Cc: cardigliano@ntop.org References: <20201102183527.69209-1-aboyer@pensando.io> <20201102183527.69209-4-aboyer@pensando.io> From: Ferruh Yigit Message-ID: Date: Tue, 3 Nov 2020 12:44:57 +0000 MIME-Version: 1.0 In-Reply-To: <20201102183527.69209-4-aboyer@pensando.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 3/8] ionic: update ionic_if.h to the latest version 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 11/2/2020 6:35 PM, Andrew Boyer wrote: > This file contains the firmware interface definitions. > Is the version number stored somewhere for documentation? > Signed-off-by: Andrew Boyer > --- > drivers/net/ionic/ionic_if.h | 1349 ++++++++++++++++++++++---------- > drivers/net/ionic/ionic_regs.h | 3 - > 2 files changed, 933 insertions(+), 419 deletions(-) > > diff --git a/drivers/net/ionic/ionic_if.h b/drivers/net/ionic/ionic_if.h > index f83c8711b..fe6b52b17 100644 > --- a/drivers/net/ionic/ionic_if.h > +++ b/drivers/net/ionic/ionic_if.h > @@ -1,17 +1,15 @@ > -/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB OR BSD-3-Clause */ > -/* Copyright (c) 2017-2019 Pensando Systems, Inc. All rights reserved. */ > +/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB OR BSD-2-Clause */ > +/* Copyright (c) 2017-2020 Pensando Systems, Inc. All rights reserved. */ This is changing the license, for any specific reason?