DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>,
	Ferruh Yigit <ferruh.yigit@amd.com>,
	 Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
	dev@dpdk.org,  Stephen Hemminger <stephen@networkplumber.org>,
	david.marchand@redhat.com
Subject: Re: [PATCH v6 00/47] TruFlow update for Thor2
Date: Mon, 28 Oct 2024 22:02:22 +0530	[thread overview]
Message-ID: <CAHHeUGVccE+8B5DbGN6PxRCDGk8vx2h3GBu-6r2ts3qzagw9=w@mail.gmail.com> (raw)
In-Reply-To: <3636333.hUukIMtRk4@thomas>

[-- Attachment #1: Type: text/plain, Size: 5807 bytes --]

On Mon, Oct 28, 2024 at 6:28 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 24/10/2024 07:26, Ajit Khaparde:
> > On Mon, Oct 21, 2024 at 1:14 AM Sriharsha Basavapatna
> > <sriharsha.basavapatna@broadcom.com> wrote:
> > >
> > > This patch series introduces TruFlow functionality for Broadcom Thor2 NIC.
> > >
> > > TruFlow(TF) is the software library that exposes CFA HW resources to
> > > upper layer protocols or applications. This patch series implements the
> > > tfc (tf_core) and the tf_ulp libraries as a part of the bnxt PMD,
> > > so that upper layer APIs such as rte_flow can access the hardware.
> >
> > Patchset applied to dpdk-next-net-brcm for-next-net branch.
> > Along the way, I fixed up some commit logs,
> > checkpatch errors, spelling errors, long lines and EOF errors -
> > wherever possible.
> > Some of the patches are auto generated and could not be modified.
> > The autogen scripts are being updated to fix them for the next round
> > of submissions.
>
> There are still too many issues.
> Please could you fix these warnings before we can merge?
>
>
> +drivers/net/bnxt/tf_core/v3/tfc_global_id.c: duplicated include: tfc.h
> +drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c: duplicated include: bnxt.h
> +drivers/net/bnxt/tf_core/v3/tfc_tcam.c: duplicated include: tfc.h
> Missing 'Fixes' tag:
>         net/bnxt: tf_core: fix slice count in case of HA entry move
>         net/bnxt: tf_ulp: fixed parent child db counters
> Is it candidate for Cc: stable@dpdk.org backport?
>         net/bnxt: fix issue reading sff8436 sfp eeproms
>         net/bnxt: tf_core: fix wc tcam multi slice delete issue
>         net/bnxt: tf_core: tcam manager data corruption
>         net/bnxt: tf_core: Thor TF EM key size check
> Wrong tag order:
>         net/bnxt: tf_core: fix wc tcam multi slice delete issue (Signed-off-by:)
> Contributor name/email mismatch with .mailmap:
>         Peter Morrow <peter@graphiant.com> is unknown in .mailmap
>
> Writing to stdout or stderr
>
> Do not use variadic argument pack in macros
>
> Prefer RTE_LOG_LINE/RTE_LOG_DP_LINE
>
> Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx
>
> Using __builtin helpers for bit count operations
>
> Error parsing drivers/net/bnxt/tf_core/v3/meson.build:15, got some tabulation
> Error: Missing trailing "," in list at drivers/net/bnxt/tf_core/v3/meson.build:33
> Error parsing drivers/net/bnxt/hcapi/cfa_v3/meson.build:10, got some tabulation
> Error parsing drivers/net/bnxt/tf_ulp/meson.build:27, got some tabulation
> Error parsing drivers/net/bnxt/tf_ulp/generic_templates/meson.build:6, got some tabulation
>
> rte_flow doc out of sync for bnxt
>         item geneve
>         item vxlan_gpe
>         action set_ipv6_dst
>         action set_ipv6_src
>         action set_ttl
>
>
> WARNING:TYPO_SPELLING: 'pupose' may be misspelled - perhaps 'purpose'?
> #6584: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/host/cfa_bld_mpcops.h:72:
> + * optional and can be filled with a null pointer. The pupose of these hooks
>                                                         ^^^^^^
>
> WARNING:TYPO_SPELLING: 'Foward' may be misspelled - perhaps 'Forward'?
> #7219: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70/cfa_bld_p70_defs.h:103:
> +       /** Set to statistic to Foward packet count(64b)/Foward byte
>                                 ^^^^^^
>
> WARNING:TYPO_SPELLING: 'Foward' may be misspelled - perhaps 'Forward'?
> #7219: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70/cfa_bld_p70_defs.h:103:
> +       /** Set to statistic to Foward packet count(64b)/Foward byte
>                                                          ^^^^^^
>
> WARNING:TYPO_SPELLING: 'modfication' may be misspelled - perhaps 'modification'?
> #7389: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70/cfa_bld_p70_defs.h:273:
> +               /** Set to true to enable modfication
>                                           ^^^^^^^^^^^
>
> WARNING:TYPO_SPELLING: 'Conifiguration' may be misspelled - perhaps 'Configuration'?
> #11468: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70/cfa_p70_hw.h:1531:
> + * Mirror Destination 1 Sampling Conifiguration.
>                                   ^^^^^^^^^^^^^^
>
> WARNING:TYPO_SPELLING: 'wit' may be misspelled - perhaps 'with'?
> #14002: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70/cfa_p70_hw.h:4065:
> +       /* Add one VLAN tag remap wit inner VLAN Tag PRI field. */
>                                   ^^^
> WARNING:TYPO_SPELLING: 'inluding' may be misspelled - perhaps 'including'?
> #14325: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70/cfa_p70_mpc_structs.h:96:
> +        * cases (inluding EM_INSERT bucket writes), the OPTION field is set by
>                   ^^^^^^^^
>
> WARNING:TYPO_SPELLING: 'explicity' may be misspelled - perhaps 'explicitly'?
> #15271: FILE: drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70/cfa_p70_mpc_structs.h:1042:
> + * wishes to explicity delete the matching entry. * REPLACE=1:
>               ^^^^^^^^^
>
> WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'?
> #50280: FILE: drivers/net/bnxt/tf_core/v3/tfo.c:18:
> +       bool ts_is_bs_owner; /**< Backing store alloced by this instance (PF) */
>                                                 ^^^^^^^
>
> WARNING:TYPO_SPELLING: 'paranthesis' may be misspelled - perhaps 'parenthesis'?
> #20:
>         paranthesis.
>         ^^^^^^^^^^^
>
> WARNING:TYPO_SPELLING: 'firmwware' may be misspelled - perhaps 'firmware'?
> #3466: FILE: drivers/net/bnxt/tf_ulp/bnxt_ulp_utils.h:967:
> + * the firmwware.
>
>

Hi Thomas,

We will take a look and fix them.

Thanks,
-Harsha
>

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4236 bytes --]

      reply	other threads:[~2024-10-28 16:32 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21  8:25 Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 01/47] net/bnxt: tf_core: fix wc tcam multi slice delete issue Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 02/47] net/bnxt: tf_core: tcam manager data corruption Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 03/47] net/bnxt: tf_core: External EM support cleanup Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 04/47] net/bnxt: tf_core: Thor TF EM key size check Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 05/47] net/bnxt: tf_core: flow scale improvement Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 06/47] net/bnxt: tf_core: TF support flow scale query Sriharsha Basavapatna
2024-10-21 16:09   ` Stephen Hemminger
2024-10-22 16:12     ` Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 07/47] net/bnxt: tf_core: fix slice count in case of HA entry move Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 08/47] net/bnxt: tf_core: convert priority based TCAM manager to dynamic allocation Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 09/47] net/bnxt: tf_core: remove dead AFM code from session-based priority TCAM mgr Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 10/47] net/bnxt: tf_core: remove dead " Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 11/47] net/bnxt: tfc: support tf-core for Thor2 Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 12/47] net/bnxt: tf_ulp: add vxlan-gpe base support Sriharsha Basavapatna
2024-10-21 15:54   ` Stephen Hemminger
2024-10-22 16:07     ` Sriharsha Basavapatna
2024-10-22 21:32       ` Ajit Khaparde
2024-10-23  0:44         ` Stephen Hemminger
2024-10-21  8:25 ` [PATCH v6 13/47] net/bnxt: tf_ulp: add custom l2 etype tunnel support Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 14/47] net/bnxt: tf_ulp: add support for vf to vf flow offload Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 15/47] net/bnxt: tf_ulp: Wh+ mirroring support Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 16/47] net/bnxt: tf_ulp: miscellaneous fixes Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 17/47] net/bnxt: tf_ulp: support for Thor2 ulp layer Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 18/47] net/bnxt: tf_ulp: add support for overlapping flows Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 19/47] net/bnxt: tf_ulp: convert recipe table to dynamic memory Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 20/47] net/bnxt: tf_ulp: add feature bit support Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 21/47] net/bnxt: tf_ulp: add action read and clear support Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 22/47] net/bnxt: tf_ulp: update template files Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 23/47] net/bnxt: tf_ulp: VFR updates for Thor 2 Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 24/47] net/bnxt: tf_ulp: add support for tunnel flow stats Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 25/47] net/bnxt: tf_ulp: update template files Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 26/47] net/bnxt: tf_ulp: enable recipe id generation Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 27/47] net/bnxt: tf_ulp: fixed parent child db counters Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 28/47] net/bnxt: tf_ulp: modify return values to adhere to C coding standard Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 29/47] net/bnxt: tf_ulp: update template files Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 30/47] net/bnxt: tf_ulp: add mask defaults when mask is not specified Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 31/47] net/bnxt: tf_ulp: add jump action support Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 32/47] net/bnxt: tf_ulp: add support for flow priority Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 33/47] net/bnxt: tf_ulp: support for dynamic tunnel ports Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 34/47] net/bnxt: tf_ulp: add rte_mtr support for Thor2 Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 35/47] net/bnxt: tf_ulp: TF support flow scale query Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 36/47] net/bnxt: tf_ulp: add support for rss flow query to ULP Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 37/47] net/bnxt: tf_ulp: add track type feature to tables Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 38/47] net/bnxt: tf_ulp: inline utility functions and use likely/unlikely Sriharsha Basavapatna
2024-10-21  8:25 ` [PATCH v6 39/47] net/bnxt: tf_ulp: switch ulp to use rte crc32 hash Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 40/47] net/bnxt: tf_ulp: update template files Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 41/47] net/bnxt: tf_ulp: support a few generic template items Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 42/47] net/bnxt: tf_ulp: TFC support flow scale query for Thor2 Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 43/47] net/bnxt: tf_ulp: update template files Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 44/47] net/bnxt: tf_ulp: enable support for truflow feature configuration Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 45/47] net/bnxt: tf_ulp: support a few feature extensions Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 46/47] net/bnxt: tf_ulp: update template files Sriharsha Basavapatna
2024-10-21  8:26 ` [PATCH v6 47/47] net/bnxt: tf_ulp: add stats cache for thor2 Sriharsha Basavapatna
2024-10-24  5:26 ` [PATCH v6 00/47] TruFlow update for Thor2 Ajit Khaparde
2024-10-28 12:58   ` Thomas Monjalon
2024-10-28 16:32     ` Sriharsha Basavapatna [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHHeUGVccE+8B5DbGN6PxRCDGk8vx2h3GBu-6r2ts3qzagw9=w@mail.gmail.com' \
    --to=sriharsha.basavapatna@broadcom.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=stephen@networkplumber.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).