|WARNING| pw154702 [PATCH v2 02/15] net/txgbe: add new SW-FW mailbox interface

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 25 14:53:38 CEST 2025


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

_coding style issues_


WARNING:TYPO_SPELLING: 'Lite' may be misspelled - perhaps 'Light'?
#75: 
Amber-Lite NICs adopt new mailbox interface for software-firmware

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'recv_hdr->cmd == send_cmd'
#219: FILE: drivers/net/txgbe/base/txgbe_mng.c:169:
+			if ((recv_hdr->cmd == send_cmd) &&
+			    (recv_hdr->cksum_or_index.index == hw->swfw_index))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'recv_hdr->cksum_or_index.index == hw->swfw_index'
#219: FILE: drivers/net/txgbe/base/txgbe_mng.c:169:
+			if ((recv_hdr->cmd == send_cmd) &&
+			    (recv_hdr->cksum_or_index.index == hw->swfw_index))

total: 0 errors, 1 warnings, 2 checks, 402 lines checked
Warning in drivers/net/txgbe/base/txgbe_mng.c:
Using rte_atomicNN_xxx


More information about the test-report mailing list