automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>
Subject: |WARNING| pw129061 [PATCH v4 02/11] net/bnxt: update bnxt hsi structure
Date: Wed, 28 Jun 2023 18:32:25 +0200 (CEST)	[thread overview]
Message-ID: <20230628163225.1FF2E120922@dpdk.org> (raw)
In-Reply-To: <20230628162927.92858-3-ajit.khaparde@broadcom.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/129061

_coding style issues_


WARNING:TYPO_SPELLING: 'hsi' may be misspelled - perhaps 'his'?
#60: 
Subject: [PATCH v4 02/11] net/bnxt: update bnxt hsi structure

WARNING:TYPO_SPELLING: 'hsi' may be misspelled - perhaps 'his'?
#83: 
Sync hsi structure to latest revision.

WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#1087: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12194:
+	#define HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_ID_HW_DOORBELL_RECOVERY_READ_ERROR \

WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#1090: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12197:
+		HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_ID_HW_DOORBELL_RECOVERY_READ_ERROR

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#1116: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12223:
+	#define HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_DATA1_READ_ERROR_FLAGS_MASK \

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#1118: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12225:
+	#define HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_DATA1_READ_ERROR_FLAGS_SFT \

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#1124: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12231:
+	#define HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_DATA1_READ_ERROR_FLAGS_SQ_ERR \

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#1130: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12237:
+	#define HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_DATA1_READ_ERROR_FLAGS_RQ_ERR \

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#1136: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12243:
+	#define HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_DATA1_READ_ERROR_FLAGS_SRQ_ERR \

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#1142: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:12249:
+	#define HWRM_ASYNC_EVENT_CMPL_HW_DOORBELL_RECOVERY_READ_ERROR_EVENT_DATA1_READ_ERROR_FLAGS_CQ_ERR \

WARNING:TYPO_SPELLING: 'responseD' may be misspelled - perhaps 'responded'?
#2410: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:22001:
+	 * PHC timestamp value when PTM responseD request is received

WARNING:LONG_LINE_COMMENT: line length of 278 exceeds 100 columns
#2497: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:22879:
+/* Common structure to cast QPC split entries. This casting is required in the following HWRM command inputs/outputs if the backing store type is QPC. 1. hwrm_func_backing_store_cfg_v2_input 2. hwrm_func_backing_store_qcfg_v2_output 3. hwrm_func_backing_store_qcaps_v2_output */

WARNING:LONG_LINE_COMMENT: line length of 278 exceeds 100 columns
#2507: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:22889:
+/* Common structure to cast SRQ split entries. This casting is required in the following HWRM command inputs/outputs if the backing store type is SRQ. 1. hwrm_func_backing_store_cfg_v2_input 2. hwrm_func_backing_store_qcfg_v2_output 3. hwrm_func_backing_store_qcaps_v2_output */

WARNING:LONG_LINE_COMMENT: line length of 276 exceeds 100 columns
#2516: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:22898:
+/* Common structure to cast CQ split entries. This casting is required in the following HWRM command inputs/outputs if the backing store type is CQ. 1. hwrm_func_backing_store_cfg_v2_input 2. hwrm_func_backing_store_qcfg_v2_output 3. hwrm_func_backing_store_qcaps_v2_output */

WARNING:LONG_LINE_COMMENT: line length of 280 exceeds 100 columns
#2525: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:22907:
+/* Common structure to cast VNIC split entries. This casting is required in the following HWRM command inputs/outputs if the backing store type is VNIC. 1. hwrm_func_backing_store_cfg_v2_input 2. hwrm_func_backing_store_qcfg_v2_output 3. hwrm_func_backing_store_qcaps_v2_output */

WARNING:LONG_LINE_COMMENT: line length of 280 exceeds 100 columns
#2534: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:22916:
+/* Common structure to cast MRAV split entries. This casting is required in the following HWRM command inputs/outputs if the backing store type is MRAV. 1. hwrm_func_backing_store_cfg_v2_input 2. hwrm_func_backing_store_qcfg_v2_output 3. hwrm_func_backing_store_qcaps_v2_output */

WARNING:TYPO_SPELLING: 'HSI' may be misspelled - perhaps 'HIS'?
#3355: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:37198:
+	 * the L2 HSI completion ring structures for the detailed

WARNING:TYPO_SPELLING: 'HSI' may be misspelled - perhaps 'HIS'?
#3419: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:37825:
+	 * configured. This value is product specific. Refer to the L2 HSI

total: 0 errors, 18 warnings, 0 checks, 6988 lines checked

           reply	other threads:[~2023-06-28 16:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230628162927.92858-3-ajit.khaparde@broadcom.com>]

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=20230628163225.1FF2E120922@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=ajit.khaparde@broadcom.com \
    --cc=test-report@dpdk.org \
    /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).