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 42CEDA04DD; Thu, 22 Oct 2020 11:11:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1CF0FA946; Thu, 22 Oct 2020 11:11:23 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 39E5E5AAB for ; Thu, 22 Oct 2020 11:11:19 +0200 (CEST) IronPort-SDR: jv9t+CcFZIMmeV4hDR4IS9J5+4sp92iclkD9BIKKqSiv9N8q94jLGAH9VXPvHrsV6hdXkX36d5 T3g4TX3TwxlQ== X-IronPort-AV: E=McAfee;i="6000,8403,9781"; a="167594647" X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="167594647" 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; 22 Oct 2020 02:11:19 -0700 IronPort-SDR: xZpjt+J2vlQmpLr2I4uumtn4oqD7n3pT63LPTma9GinIlDN3d99T0RRxnxkM3Mg8aFhZxyNxax C6OrE3wLwiAA== X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="533883717" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.248.224]) ([10.213.248.224]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 02:11:17 -0700 To: Ajit Khaparde Cc: dpdk-dev , 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: <124c5909-dcc7-d21b-f2f9-14ab35d47c1e@intel.com> Date: Thu, 22 Oct 2020 10:11:14 +0100 MIME-Version: 1.0 In-Reply-To: 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/21/2020 7:11 PM, Ajit Khaparde wrote: > On Wed, Oct 21, 2020 at 11:07 AM Ferruh Yigit wrote: >> >> 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. > Ferruh, > Yes. That was an oversight. > Please upload to the files in the patch set public repo. > I will submit a change to clean it up in a follow on patch. Can it be possible to send a clean version and continue with it? I am OK to fix small code issues in the tree, or by incremental fixes and squash them, but not sure about doing same for above note. Thanks, ferruh > Apologize for the inconvenience. > > Thanks > Ajit > >>