[dpdk-test-report] |WARNING| pw78309 [PATCH 02/60] common/sfc_efx/base: update MCDI headers

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 22 11:02:09 CEST 2020


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#1506: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:8537:
+#define	MC_CMD_INIT_EVQ_IN_FLAG_CUT_THRU_OFST 16

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#1532: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:8630:
+#define	MC_CMD_INIT_EVQ_V2_IN_FLAG_CUT_THRU_OFST 16

WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'?
#1562: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:8717:
+#define	MC_CMD_INIT_EVQ_V2_OUT_FLAG_CUT_THRU_OFST 4

WARNING:LONG_LINE_COMMENT: line over 100 characters
#7507: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:24227:
+ * Add a rule for detecting encapsulations in the VNIC stage. Currently this only affects checksum validation in VNIC RX - on TX the send descriptor explicitly specifies encapsulation. These rules are per-VNIC, i.e. only apply to the current driver. If a rule matches, then the packet is considered to have the corresponding encapsulation type, and the inner packet is parsed. It is up to the driver to ensure that overlapping rules are not inserted. (If a packet would match multiple rules, a random one of them will be used.) A rule with the exact same match criteria may not be inserted twice (EALREADY). Only a limited number MATCH_FLAGS values are supported, use MC_CMD_GET_PARSER_DISP_INFO with OP OP_GET_SUPPORTED_VNIC_ENCAP_RULE_MATCHES to get a list of supported combinations. Each driver may only have a limited set of active rules - returns ENOSPC if the caller's table is full.

WARNING:LONG_LINE_COMMENT: line over 100 characters
#7587: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:24307:
+ * Remove a VNIC encapsulation rule. Packets which would have previously matched the rule will then be considered as unencapsulated. Returns EALREADY if the input HANDLE doesn't correspond to an existing rule.

WARNING:TYPO_SPELLING: 'inital' may be misspelled - perhaps 'initial'?
#7887: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:24607:
+/* The inital producer index for this queue's used ring. If this queue is being

WARNING:TYPO_SPELLING: 'inital' may be misspelled - perhaps 'initial'?
#7894: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:24614:
+/* The inital consumer index for this queue's available ring. If this queue is

total: 0 errors, 8 warnings, 9270 lines checked


More information about the test-report mailing list