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 5692DA04DD; Wed, 21 Oct 2020 20:07:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC17F688E; Wed, 21 Oct 2020 20:07:27 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 809D158DF for ; Wed, 21 Oct 2020 20:07:26 +0200 (CEST) IronPort-SDR: YUsD++wFs0dIB1smR2KuYShWCzYJcQ9Z1IlTOn2GYnSKbo/tdCnyi8O84SkHweoTRsko6pC3k2 y1OUqIaPmWeg== X-IronPort-AV: E=McAfee;i="6000,8403,9780"; a="185080068" X-IronPort-AV: E=Sophos;i="5.77,401,1596524400"; d="scan'208";a="185080068" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2020 11:07:24 -0700 IronPort-SDR: T3Iu5WDT04K+bc1hHEjoACDLEDVcloCo/QctzlHYuFOEXrUhZBkkAOaHKr8P5vGefliguVHbgx U/C1Ohg+F6bQ== X-IronPort-AV: E=Sophos;i="5.77,401,1596524400"; d="scan'208";a="533630937" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.86.101]) ([10.251.86.101]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2020 11:07:22 -0700 To: Ajit Khaparde , dev@dpdk.org Cc: Peter Spreadborough , Jay Ding , Farah Smith References: <1602916089-18576-1-git-send-email-venkatkumar.duvvuru@broadcom.com> <20201020215538.59242-1-ajit.khaparde@broadcom.com> <20201020215538.59242-2-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: Date: Wed, 21 Oct 2020 19:07:17 +0100 MIME-Version: 1.0 In-Reply-To: <20201020215538.59242-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 v2 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/20/2020 10:55 PM, Ajit Khaparde wrote: > From: Peter Spreadborough > > - Moved P4 specific code under the P4 directory > - Added P45 skeleton code for SR to build on > - Add SR support in truflow core layer > Related to the patch title, as far as I know Stingray device support already added, what is this "core layer" that Stingray support added, can it be possible to detail it in the commit log? > Signed-off-by: Peter Spreadborough > Signed-off-by: Jay Ding > Reviewed-by: Farah Smith > Reviewed-by: Ajit Khaparde <...> > diff --git a/drivers/net/bnxt/tf_core/cfa_resource_types.h b/drivers/net/bnxt/tf_core/cfa_resource_types.h > index 19838c393..a62063b0e 100644 > --- a/drivers/net/bnxt/tf_core/cfa_resource_types.h > +++ b/drivers/net/bnxt/tf_core/cfa_resource_types.h > @@ -1,6 +1,13 @@ > -/* SPDX-License-Identifier: BSD-3-Clause > - * Copyright(c) 2019-2020 Broadcom > - * All rights reserved. > +/* > + * Copyright(c) 2001-2020, Broadcom. All rights reserved. The > + * term Broadcom refers to Broadcom Inc. and/or its subsidiaries. > + * Proprietary and Confidential Information. > + * > + * This source file is the property of Broadcom Corporation, and > + * may not be copied or distributed in any isomorphic form without > + * the prior written consent of Broadcom Corporation. > + * > + * DO NOT MODIFY!!! This file is automatically generated. > */ Can Broadcom provide a written consent to me to push this into the public repo? :) I assume license updated by mistake.