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 11BEFA0C48; Thu, 8 Jul 2021 16:38:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CAD2940696; Thu, 8 Jul 2021 16:38:07 +0200 (CEST) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mails.dpdk.org (Postfix) with ESMTP id 22ED64014F for ; Thu, 8 Jul 2021 16:38:07 +0200 (CEST) Received: by mail-qv1-f45.google.com with SMTP id g14so2887541qvo.7 for ; Thu, 08 Jul 2021 07:38:07 -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=aWATikn3icJOXQltX5X58n1Ro0UHS6+2+uczudA2v+M=; b=E+lrZDBpqtuq/NYSYnYbqG+FvyWzON/zbT6iG/jSRHivv4jSOm9Ei5DdhyKyfhvWP2 VFCAnP1ot9ge2VFgWSemoJtalwn4u86tUQF/mS1MjD3UBjB25vkHb/c0zFERZZGTS2E6 R1+NFEixwKUewBghbsYi7CbYQBPXU9pVRP0ek= 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=aWATikn3icJOXQltX5X58n1Ro0UHS6+2+uczudA2v+M=; b=NbdbS5PH9WP5vttDbLTZQ23i2jZIp7XuxVz3nN1tWMc37xAEE1fLlFYW2KEiFw9hLF kcmoh7IxQ2IWN65dxFIh+41t3eEUspmIvc2i2ofQ24m6mmmZNz5WhfdS3HyX/elF7tWB Oms17jodryxKdFntRCqj+0DYwk/CxCLAqDYjtL8vVowloFh3JrMsrX30MEjO+4Rv8pJm tdWydNg8KvpIeho3xjmEjyEZNcQXVAYfsmsXa4jZaBmNN5+CJZXaDBET9Mw+71rjIO7H VlKHXhbJfG1Nl1QNieW2AXbKPS+oGGrT2CVW5VC1TdwuFzzhDl7jI1DtVjL+uXImwXIk 16rg== X-Gm-Message-State: AOAM5320aYC8WOso3Df5nIe25WVuJhLOUASV4fc4No9EcQpPjJNqRAYT g8rODDgNcUMPI1CG+k1WnSWUGwNG8XgCwLnULxPZJo51S9GZgA== X-Google-Smtp-Source: ABdhPJznJ76wITSVByzlEy6JMYtCXYIr6585ZUBwiuwd3iiqinUQQS/mNSCci564JEC8v26PkmrtBWdBKoZBKL/e9W0= X-Received: by 2002:a0c:fbc6:: with SMTP id n6mr29743534qvp.35.1625755086296; Thu, 08 Jul 2021 07:38:06 -0700 (PDT) MIME-Version: 1.0 References: <20210530085929.29695-1-venkatkumar.duvvuru@broadcom.com> <1814310.zngqRPinQa@thomas> <2781052.SzDzHaeyhB@thomas> In-Reply-To: <2781052.SzDzHaeyhB@thomas> From: Ajit Khaparde Date: Thu, 8 Jul 2021 07:37:50 -0700 Message-ID: To: Thomas Monjalon Cc: dpdk-dev , Venkat Duvvuru , Ferruh Yigit Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="0000000000006f514305c69d9a94" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH v2 00/58] enhancements to host based flow table management 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" --0000000000006f514305c69d9a94 Content-Type: text/plain; charset="UTF-8" On Thu, Jul 8, 2021 at 5:51 AM Thomas Monjalon wrote: > 08/07/2021 05:57, Ajit Khaparde: > > On Wed, Jul 7, 2021 at 1:43 AM Thomas Monjalon > wrote: > > > 15/06/2021 21:33, Ajit Khaparde: > > > > On Sat, Jun 12, 2021 at 5:06 PM Ajit Khaparde > > > > wrote: > > > > > > > > > > This patchset adds flow table management support for > > > > > Thor network adapter and introduces enhancements to > > > > > the existing flow table management functionality. > > > > > > > > > > v1->v2: > > > > > - Rebased against latest dpdk-next-net-brcm for-next-net branch. > > > > > - Fixed typo errors in some of the patches > > > > > - Address some issues encountered while applying patches > > > > > - Changed log levels for some log messages to debug > > > > > - Cleaned up some unused code > > > > > > > > Patchset applied to the for-next-net branch of dpdk-next-net-brcm. > > > > Thanks > > > > > > These 3 tools are returning errors: > > > > > > devtools/check-meson.py > > > devtools/check-spdx-tag.sh > > > devtools/check-doc-vs-code.sh > > > > > > 1/ The meson files have a new indent policy. > > > 2/ The SPDX tag is missing in some hcapi_cfa files. > > > 3/ devtools/parse-flow-support.sh must be updated with new bnxt path > > > > > > Please fix in dpdk-next-net-brcm. > > > > > Done and changes pushed to the for-next-net branch of > dpdk-next-net-brcm. > > There is still an issue with the third tool mentionned above: > > devtools/check-doc-vs-code.sh > rte_flow doc out of sync for bnxt > item any > item gre > item icmp > item icmp6 > action dec_ttl > action jump > action of_pop_vlan > action of_push_vlan > action of_set_vlan_pcp > action of_set_vlan_vid > action sample > action set_ipv4_dst > action set_ipv4_src > action set_tp_dst > action set_tp_src > > The file doc/guides/nics/features/bnxt.ini must be updated in each patch > adding a new support of an item or an action. > > I fixed all by making sure the below command passing: > git rebase -i --exec devtools/check-doc-vs-code.sh origin/main > Thanks. Let me know if you want me to fix anything else for the merge. --0000000000006f514305c69d9a94--