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 E233BA0C56; Fri, 5 Nov 2021 19:48:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4DB940DFD; Fri, 5 Nov 2021 19:48:44 +0100 (CET) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by mails.dpdk.org (Postfix) with ESMTP id 7E97140151 for ; Fri, 5 Nov 2021 19:48:43 +0100 (CET) Received: by mail-il1-f174.google.com with SMTP id i9so10382566ilu.8 for ; Fri, 05 Nov 2021 11:48:43 -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=lnKWr3Fx9qt5CTDRr5VyNxqY6hv5/WurtfGgWJSXyZQ=; b=GzSgYc47/LMFgr2oDQ866nKi1dZ5GrycaVHDrnwTefkFlzi1xmmVevRv9iTl3/roDO r+vhm/fdEroa+HVMjxFZMyf/m/toMTVWQEHXgG+m8GlU3W5A4OR5fitm51ZxyV/QgRbX rN6MaLLTvpFVPh1tnbx7A6284RU4YinTcO/PQ= 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=lnKWr3Fx9qt5CTDRr5VyNxqY6hv5/WurtfGgWJSXyZQ=; b=zuPvL3kLTol4EXyftPzlD7g4NPZ5cAOCBvfAILKkxElFmHlH6oyCVQq636kvh9GbkD lkj4Hr6jKP8mzj15xnZuJagkKEUwgo0m7cuB+GsfovWbF8tSIGC8ATNpTI1NaepysXIs NQ+b3Pik54vTrS+EOO7baB1pVEwH71kYIe8UrxkaUZ92xqu4PvX17K3+2i9jfJTOChkv SDi0MTaRRKBRcKCNWngtnmntbkfMYJmkEB/LdYGdNaoHmQaJU9XXxXROsV7LvptQz/SX dy1fJobaV05dg877yf0oiy+ve2EK/S21YTYB/1NhPN67QRfuOqy981OUcVZ+Lwsqh5Ne UOgg== X-Gm-Message-State: AOAM530DDc1dZRahF0DEaXDfBQyl/q34RxQmak5v+xkgCBhMCiGdTdbd D84IafjdBjBnlPZ4CyqyCo7YwkKXWI4Jsq0gtq2TdA3qIoL1zQ== X-Google-Smtp-Source: ABdhPJyVAbCasUrQolLMDU9zexZPQyRoFjnWrbVvp4n2bXJoTvVCDNnUScXDD6Xr/oNj9p4LPsSjrqm+3jNutDpsaP0= X-Received: by 2002:a92:d5c1:: with SMTP id d1mr16618556ilq.311.1636138122862; Fri, 05 Nov 2021 11:48:42 -0700 (PDT) MIME-Version: 1.0 References: <20211105165531.15368-1-ajit.khaparde@broadcom.com> <1a88465f-39f5-80b7-9f4f-c9ba94fe1514@intel.com> In-Reply-To: <1a88465f-39f5-80b7-9f4f-c9ba94fe1514@intel.com> From: Ajit Khaparde Date: Fri, 5 Nov 2021 11:48:26 -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:42 AM Ferruh Yigit wrote: > > On 11/5/2021 6:41 PM, Ajit Khaparde wrote: > > 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? > > Except 'RTE_FLOW_ACTION_TYPE_RSS' update, Sent a patch [1] for this. Added the entry at the end of the list. Hopefully it will apply cleanly. Thanks [1] https://patchwork.dpdk.org/project/dpdk/patch/20211105184634.20546-1-ajit.khaparde@broadcom.com/ > Squashed into relevant commits in next-net, thanks. >