From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 294D1A0C56; Fri, 5 Nov 2021 19:41:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E173240DFD; Fri, 5 Nov 2021 19:41:31 +0100 (CET) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by mails.dpdk.org (Postfix) with ESMTP id CC1C940151 for ; Fri, 5 Nov 2021 19:41:30 +0100 (CET) Received: by mail-io1-f46.google.com with SMTP id p193so11754340iod.8 for ; Fri, 05 Nov 2021 11:41:30 -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=BEq89iT+ZS58BsLpll0aWrWFrgFomAxiyTKi9GoV1ns=; b=T4qzEYG1OKJllbjbGe0zvy0bfeVDDOe1Enx8Gwb17MRc6VlxYo8J017lvg4lQZNBuR WmpqL4L+HsXeD8vYP199zT6GfnICO4YkdSwQqviap6W/Ar15WyNQwuRfwN4NKtcqMyL6 I1FC7Tim70pjWkm8WSV0JoN1vd0zYHbN7ha+s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BEq89iT+ZS58BsLpll0aWrWFrgFomAxiyTKi9GoV1ns=; b=nMHfENPdaepgP6m7GrFvhdePtntod5IfCG0HvhxkB16T6EXGjftv+lndkuLh4f/yIU kVXT4pj7v63ySxwOsOXRz6E+NQ5oWWpG5p6SdaVosY2lSuE3wCa/Y5ugslJWP6RTpPqh +oaIVtndOVfPcC0i9U9szI8exoi3S9mytq9bhqZ4C9H7/Ym267ObQkKbf+KtLhwVdPbB ywHnFMuu1FtTAOE0/Xo8gmgqgxHjMTFTOD3xOuOni2kKYRgkBHTRC/rKxv5KTQhfYdY4 k9PPTy5Pgn09xtelvSM4PXJi0QOreAWyrmTs+DQ6HR2Tt0e0nMVmIo2bCSBPDFQtGwJR 3r6A== X-Gm-Message-State: AOAM533Ek5MrYORJQ82sj1gnMVIRYF/Hrb6C9t4BXg7l9bMCgsW20XOu u5cAzQOa0dStJ6plrHGspsnyDmlY/sIE/vD98/apmg== X-Google-Smtp-Source: ABdhPJzoy2y3Dq3FBm86NGJ7aw6vcpLzNzw2eIjth7t3FKXVRMkrCDXC+CArhCisAHSTUlPj21thoJ4Kmsdc47aypsE= X-Received: by 2002:a02:954d:: with SMTP id y71mr10147085jah.83.1636137690191; Fri, 05 Nov 2021 11:41:30 -0700 (PDT) MIME-Version: 1.0 References: <20211105165531.15368-1-ajit.khaparde@broadcom.com> In-Reply-To: From: Ajit Khaparde Date: Fri, 5 Nov 2021 11:41:14 -0700 Message-ID: To: Ferruh Yigit Cc: dpdk-dev , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: update release notes for bnxt PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Fri, Nov 5, 2021 at 11:38 AM Ferruh Yigit wrote: > > On 11/5/2021 6:22 PM, Ajit Khaparde wrote: > > On Fri, Nov 5, 2021 at 11:14 AM Ferruh Yigit wrote: > >> > >> On 11/5/2021 4:55 PM, Ajit Khaparde wrote: > >>> Update release notes for new functionality added to the bnxt PMD. > >>> > >>> Signed-off-by: Ajit Khaparde > >>> --- > >>> doc/guides/rel_notes/release_21_11.rst | 9 ++++++++- > >>> 1 file changed, 8 insertions(+), 1 deletion(-) > >>> > >>> diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst > >>> index 3367a15c85..d8b9531af1 100644 > >>> --- a/doc/guides/rel_notes/release_21_11.rst > >>> +++ b/doc/guides/rel_notes/release_21_11.rst > >>> @@ -152,7 +152,14 @@ New Features > >>> > >>> * Added flow offload support for Thor. > >>> * Implement support for tunnel offload. > >>> - * Updated HWRM API to version 1.10.2.44 > >>> + * Updated HWRM API to version 1.10.2.68. > >>> + * Updated support for RTE_FLOW_ACTION_TYPE_RSS. > >> > >> I am not sure which commit this update corresponds to, can you please > >> share the commit that this update should go? > > I think you are looking for this - > > 239695f754cb ("net/bnxt: enhance RSS action support") > > > > Ahh, that is pre -rc1, and not related to the latest based code series either. > > Since original commit is part of -rc1, that can't be squashed of course, can > you please send a separate patch for it, with proper fixes tag etc? Sure. I will send a separate patch for that. Do you want me to respin a new patch for the remaining? Or you can remove the line and squash? > > Thanks, > ferruh