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 6A1B8A04DD; Wed, 21 Oct 2020 20:11:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 216EE688E; Wed, 21 Oct 2020 20:11:45 +0200 (CEST) Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by dpdk.org (Postfix) with ESMTP id B2BAF58DF for ; Wed, 21 Oct 2020 20:11:42 +0200 (CEST) Received: by mail-oi1-f196.google.com with SMTP id 16so3045368oix.9 for ; Wed, 21 Oct 2020 11:11:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GoBzMudEdBdNvGagdt80uDFYoSVxTzbiK8iN52BPfaE=; b=G5D2y9PjuxKoMLb/4Yd+uKlaRzbr4X2mUMeKiHzCLwvzpjJSf5wmY3I3U7k39Laxo1 X/ThQlCNPWzYCvDjr65oGdRnOEqMhrPxQSBpER9XRc9AX4ZgRWVxGsTyvqIlSWVVE9AX 7zXbRB9RFtweQMVob8WvUa/Vpny6NHQjddiQM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GoBzMudEdBdNvGagdt80uDFYoSVxTzbiK8iN52BPfaE=; b=ti2xncDmyUH7GH4LgptEh2iXtVSoC6TBGXXvn0K/P6XwpmzvIpfqCVI1XbiDbXTGVi BI8XOBIWN/rBtzIeX4YPQrvXqPKXDozW87brU185N5IKpQYP5WeF7tKOE9EDO8fiGuf5 zsVmdxAvCHovhFQZ+NChDMemg85vDVKm3XdyCVghtRX9WLuO2/u6I5ZpSU7ySSEAwNcJ OaW56S6eCJgeBhbEVhOPkZCEcAKNhSCRkd7FUsaegsXA8J8YgNF5DaQyLMK5p4JMn2Jr 1amB6/bNwzFTzGwMhws/3nbzDiaai6emYsg3kVrf9VKbucvd66QsdIst3QOgu+L7R78l O/Qg== X-Gm-Message-State: AOAM532rGSUR+cOtP/zFLvOuiwE7tqLyAdOOUyVXfRkhLOulkSPJQ7y+ 6e06OblRwCBRlV3CWpP9STTimeVE+0X80MfoWzffWg== X-Google-Smtp-Source: ABdhPJxqgFALZw6Op063vV5TYOT4tu0qXGbqpFAiB0h4OT43A/Im5W8PqYXlNHK50Q+OfKjbcQFrTc+pK4N7JEQevFI= X-Received: by 2002:aca:4bc2:: with SMTP id y185mr3169035oia.168.1603303900649; Wed, 21 Oct 2020 11:11:40 -0700 (PDT) MIME-Version: 1.0 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> In-Reply-To: From: Ajit Khaparde Date: Wed, 21 Oct 2020 11:11:24 -0700 Message-ID: To: Ferruh Yigit Cc: dpdk-dev , Peter Spreadborough , Jay Ding , Farah Smith Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 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. Apologize for the inconvenience. Thanks Ajit >