* |WARNING| pw159372 [RFC PATCH 08/27] net/i40e: refactor context descriptor handling
[not found] <20251219172548.2660777-9-bruce.richardson@intel.com>
@ 2025-12-19 17:26 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-12-19 17:26 UTC (permalink / raw)
To: test-report; +Cc: Bruce Richardson
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159372
_coding style issues_
CHECK:BRACES: braces {} should be used on all arms of this statement
#125: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1052:
+ if (ol_flags & RTE_MBUF_F_TX_TCP_SEG)
[...]
+ else {
[...]
CHECK:BRACES: Unbalanced braces around else statement
#127: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1054:
+ else {
WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#138: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1065:
+ cd_type_cmd_tso_mss |= ((uint64_t)I40E_TX_CTX_DESC_IL2TAG2 << I40E_TXD_CTX_QW1_CMD_SHIFT);
CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#240: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1193:
+ "qw0: %#"PRIx64"; "
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#240: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1193:
+ "qw0: %#"PRIx64"; "
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#241: FILE: drivers/net/intel/i40e/i40e_rxtx.c:1194:
+ "qw1: %#"PRIx64";",
total: 0 errors, 1 warnings, 5 checks, 159 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-19 17:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20251219172548.2660777-9-bruce.richardson@intel.com>
2025-12-19 17:26 ` |WARNING| pw159372 [RFC PATCH 08/27] net/i40e: refactor context descriptor handling checkpatch
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).