|WARNING| pw155001 [PATCH] net/bonding: avoid RSS reta update in flow-isolation mode
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jul 3 13:37:41 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/155001
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#98:
In bonding PMD, member_start() function checks whether RSS(mq_mode) is enabled
WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#124: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1908:
+ * bonding, synchronize RETA */
ERROR:TRAILING_WHITESPACE: trailing whitespace
#125: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1909:
+^Iif ((internals->flow_isolated_valid == 0) && $
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'internals->flow_isolated_valid == 0'
#125: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1909:
+ if ((internals->flow_isolated_valid == 0) &&
+ (bonding_eth_dev->data->dev_conf.rxmode.mq_mode & RTE_ETH_MQ_RX_RSS)) {
total: 1 errors, 2 warnings, 1 checks, 16 lines checked
More information about the test-report
mailing list