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 AB073A0C58; Fri, 5 Nov 2021 17:57:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A27040E5A; Fri, 5 Nov 2021 17:57:18 +0100 (CET) Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) by mails.dpdk.org (Postfix) with ESMTP id E5CA740151 for ; Fri, 5 Nov 2021 17:57:16 +0100 (CET) Received: by mail-il1-f178.google.com with SMTP id l19so10170215ilk.0 for ; Fri, 05 Nov 2021 09:57:16 -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=RDixJzzA3sM+BumP8N1tOUyiOlPpk+qzx9qyYpnlBMg=; b=FbN7DyvmnM2G7PpKhINWwa9mQjjgWmxuY2QIk/SC1Go6B/vSDlutpX6+W6cIhrAZ6P 09OEOp1Sw0dTwx+9L+kD5HjbHhIxsYZQmwlP/7zCHaEisUmd6v/GvPHfr/tlsQr/j6UV ZnQqOVmg5FBuugM+1DdKWh2PI6ZTwfW0twzlg= 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=RDixJzzA3sM+BumP8N1tOUyiOlPpk+qzx9qyYpnlBMg=; b=scg88/Z6l/Kd29kXmVlxsKD9OKGrUzHlv/ymSHVG67NDWDNdRXBNmX7Yz/mpAFYfZi irrGeRpiRX/RVtrGrlHIu2nzbYj3fvl+toxtSL3lH1fBKJb15fPyR9sdotnKXoBJDjB0 5MfCytYEnyM/e50nlKO+JzWzR2aoe50FMoRd5mPf/SnTPmpLGMFNe4Ts+DIFWWlfiMwf 28e7uE+34mpYA5lP4cJAoscCxm1pAfuUhaTeUt5niuK+bW2pVCrrmVY0iBA/GstX9Ppo bkz3z1OhEI+hFOuwzMj4aPmisUbNbOFCJhY7rLW73LKDj+roacD5oYwOTlGWgBtLaV3E +oFA== X-Gm-Message-State: AOAM530foz/s2nNw7LGh/wpk/4O6XQI2Ojstj5Ay4rGF1rQTPPQSIVCX MssBg98+rQPpYKD5TzUPlTCkLtOQ/CZhTfMF77B5I3otI0Y= X-Google-Smtp-Source: ABdhPJzdkMu/LLFFV1EjzLZqqWR87Lpw1WD2aZc3fFt6fAgJQFyOJmKmp3kdKDyHaJG0mfI8jeEtXdJPpL55u2n1Y5s= X-Received: by 2002:a92:ca47:: with SMTP id q7mr20200741ilo.63.1636131436260; Fri, 05 Nov 2021 09:57:16 -0700 (PDT) MIME-Version: 1.0 References: <20211103005251.25524-1-ajit.khaparde@broadcom.com> <20211104215846.58672-1-ajit.khaparde@broadcom.com> In-Reply-To: From: Ajit Khaparde Date: Fri, 5 Nov 2021 09:57:00 -0700 Message-ID: To: Ferruh Yigit Cc: dpdk-dev , Thomas Monjalon , David Marchand Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 00/22] fixes and enhancements to Truflow 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 4:10 AM Ferruh Yigit wrote: > > On 11/4/2021 9:58 PM, Ajit Khaparde wrote: > > Enhancements include: > > * Scaling numbers on Thor > > * Inner IP header support for GRE tunnel flows > > * Enable wildcard match for ingress flows > > * Add clear on read for flow stats on Thor > > * Add nat support for dest IP and port combination > > * Remove 2-slice WC support > > * Add support for socket redirect feature > > * Add new API TruFlow get SRAM resources > > * Remove accumulation of stats devargs argument > > * Add TruFlow and AFM SRAM partitioning support > > > > V2: > > * Compilation fixes > > * Remove 2-slice WC support > > * Add support for socket redirect feature > > * Add new API TruFlow get SRAM resources > > * Remove accumulation of stats devargs argument > > * Add TruFlow and AFM SRAM partitioning support > > > > V3: > > * Added one more patch (use enum for bank ID) > > > > V4: > > * Fixed typos in patch 2/20 > > * Fix checkpatch warnings > > * Updated commit logs > > * Rebased the patches to latest dpdk-next-net > > > > V5: > > * Split couple of patches into cleanup and code change patch > > * Fixed typo in some patches > > * Address review comments > > * Rebased patches to latest dpdk-next-net > > > > Ajit Khaparde (2): > > net/bnxt: remove unused functions > > net/bnxt: enable wildcard match for ingress flows > > > > Farah Smith (1): > > net/bnxt: add clear on read support > > > > Jay Ding (5): > > net/bnxt: get TruFlow version > > net/bnxt: add new TruFlow API to get SRAM resources > > net/bnxt: add TruFlow and AFM SRAM partitioning support > > net/bnxt: add Tx TruFlow table config for P4 device > > net/bnxt: use enum for bank ID > > > > Kishore Padmanabha (11): > > net/bnxt: add NAT support for dest IP and port combination > > net/bnxt: add support for multi root capability > > net/bnxt: fix out of bounds issue in hash list > > net/bnxt: add capability option for socket redirect > > net/bnxt: address ISO C90 compilation error > > net/bnxt: support inner IP header for GRE tunnel flows > > net/bnxt: remove devargs for stats accumulation > > net/bnxt: update log messages in TruFlow path > > net/bnxt: add support for socket direct feature > > net/bnxt: modify VF representor alloc sequence > > net/bnxt: check mismatch of control and physical port > > > > Mike Baucom (1): > > net/bnxt: remove 2 slice wildcard entries > > > > Shahaji Bhosle (2): > > net/bnxt: increase flow scale for Thor > > net/bnxt: fix clang compiler warnings > > > > Hi Ajit, > > It would be good to updated the release notes for the above changes, > but -rc2 is a day away and I don't want to block the set for this. > > Can you please send the documentation update separately? > If it comes before next-net merged, I can squash it. Hi Ferruh, Done. Please let me know if you can pick it straight from patchwork. Otherwise I can merge in the subtree and you can pick from there. Please let me know. Thanks Ajit