From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 570F5A0524;
	Tue, 28 Jul 2020 07:20:47 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id EFCE01BFF2;
	Tue, 28 Jul 2020 07:20:45 +0200 (CEST)
Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com
 [209.85.210.52]) by dpdk.org (Postfix) with ESMTP id AAEDA1BE8A
 for <dev@dpdk.org>; Tue, 28 Jul 2020 07:20:44 +0200 (CEST)
Received: by mail-ot1-f52.google.com with SMTP id 93so3872319otx.2
 for <dev@dpdk.org>; Mon, 27 Jul 2020 22:20:44 -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=q/M9Ki5Lk0Zw4eTTR4TpPaxVW5/E5myVFdosXYNEong=;
 b=Jy8qOJtVa5HWQaX/DIXV4jBmqA6iJ+TpBsVEFKkLTOOroN9WHhAWD6LmlT6ZRyIIbX
 hZCA4NKipo3NVRcJKt/6M9aZ1JjZHx6QMgARH5jpuR4byne1b8Cj6RUJcZ7Fi1f65h6d
 QVXpUjqYyssC74KcEwexaKCYTJehzI4VBQhiw=
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=q/M9Ki5Lk0Zw4eTTR4TpPaxVW5/E5myVFdosXYNEong=;
 b=bmOSC43Y66Xw84njb1aTwmhh+YgGs4ARrq98iKkH3cwohs9pJG34lLlQ1Kf1kqBlCw
 ZgjB29WRN7IQBFjLp6119+MxYVDkYCyx5o1MfyN5qJeRHNTlAes+fcMyoC0gBoUqgoXA
 +m8CK6igx2uie1TF2bpvCjDNhFUUonVTSD3dwSmEDr1PrIS7pN5NYY6bP5relX1SnpJE
 6iJJ5sMLRId/+aZktNUMbM3nwN2E69yNytSQG6WkXDVHh95ByIRKUEJ5r8eiEHMRH9k+
 DjM9xlQkaW5AQt3/t5/0m4imG6kwP6zDmJxh6vvd96mSUlRQnSu2sj0V//oVuHPtNx/U
 cKtQ==
X-Gm-Message-State: AOAM531dqK1Wg5DIKsM4VfLtwxcToMmUjSCRhhu92pbsOgdZyRuU6ZmY
 XcacIlAgDPxcc/4vLqS9twBZkXDK1Mu6QZidG+1qnA==
X-Google-Smtp-Source: ABdhPJw2y4HamkTLa5DEc1L1vqw9Omil/SBfuVhhVPBpQaw1TUqM1WASDV4v4CWTVgeFpThcwMFN2Cy7tQ3pVIbykVI=
X-Received: by 2002:a9d:3b1:: with SMTP id f46mr24904061otf.154.1595913643581; 
 Mon, 27 Jul 2020 22:20:43 -0700 (PDT)
MIME-Version: 1.0
References: <20200723115639.22357-1-somnath.kotur@broadcom.com>
 <20200724053235.71069-1-ajit.khaparde@broadcom.com>
 <CACZ4nhsZ3Xpam7bpQOLwio_YA2eC9cqU7w5Kgugw_t3LCpG+6A@mail.gmail.com>
 <b54296f6-c756-688f-6103-ce9b9cd1e358@intel.com>
In-Reply-To: <b54296f6-c756-688f-6103-ce9b9cd1e358@intel.com>
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: Mon, 27 Jul 2020 22:20:27 -0700
Message-ID: <CACZ4nht+F+XvmJ0_TvYCQTfUEwan3dmCNer9wRuRQsOetFtodQ@mail.gmail.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dpdk-dev <dev@dpdk.org>
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-dev] [PATCH v3 00/22] bnxt patches
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On Mon, Jul 27, 2020 at 3:42 AM Ferruh Yigit <ferruh.yigit@intel.com> wrote:

> On 7/24/2020 5:48 PM, Ajit Khaparde wrote:
> >
> >
> > On Thu, Jul 23, 2020 at 10:32 PM Ajit Khaparde <
> ajit.khaparde@broadcom.com
> > <mailto:ajit.khaparde@broadcom.com>> wrote:
> >
> >     Some fixes, cleanups and changes to augment pre-existing
> >     support in infrastructure
> >
> >     Please apply
> >
> >     v1->v2:
> >      - Fixed some typos in patch [9/20].
> >     v2->v3:
> >      - Fixed coding style issues in patch [15/20] to use __rte_attribute.
> >      - Updated commit messages.
> >      - Added a patch to fix a logic error [21/22].
> >      - Added a patch to fix compilation issue with -O and -g CFLAGS
> [22/22].
> >
> > Patchset applied to dpdk-next-net-brcm.
> >
>
> Hi Ajit,
>
> Is a release note update required for the changes in this set, since not
> all
> patches are fixes?
>
Most likely not.
We had to change the implementation of some of the code
to extend scalability and add support for more actions.
But I will go through the patches and update the doc if needed.

Thanks
Ajit


>
> If so can you please add release notes update and distribute it to the
> patches
> that adds the feature, instead of having a separate doc patch later?
>
> Thanks,
> ferruh
>
> >
> >
> >
> >     Ajit Khaparde (2):
> >       net/bnxt: fix if condition
> >       net/bnxt: fix build error with extra cflags
> >
> >     Kishore Padmanabha (7):
> >       net/bnxt: add access to nat global register
> >       net/bnxt: configure parif for offload miss rules
> >       net/bnxt: update nat template
> >       net/bnxt: configure parif for the egress rules
> >       net/bnxt: ignore VLAN priority mask
> >       net/bnxt: add egress template with VLAN tag match
> >       net/bnxt: add tcam table processing for search and alloc
> >
> >     Mike Baucom (9):
> >       net/bnxt: add shadow and search capability to tcam
> >       net/bnxt: modify ulp mapper to use tcam search
> >       net/bnxt: add tf hash API
> >       net/bnxt: modify tf shadow tcam to use tf hash
> >       net/bnxt: add shadow table capability with search
> >       net/bnxt: modify ulp mapper to use tbl search
> >       net/bnxt: modify shadow tcam and tbl reference count logic
> >       net/bnxt: add templates for search before alloc
> >       net/bnxt: enable shadow tables during session open
> >
> >     Somnath Kotur (1):
> >       net/bnxt: cleanup VF-representor dev ops
> >
> >     Venkat Duvvuru (3):
> >       net/bnxt: skip mark id injection into mbuf
> >       net/bnxt: fix port default rule create and destroy
> >       net/bnxt: delete VF FW rules on representor create
> >
>
> <...>
>
>