|WARNING| pw142498 [PATCH] net/gve: Update Rx/Tx functions for RTE_PROC_SECONDARY
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jul 18 07:35:06 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/142498
_coding style issues_
ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit fatal: bad o ("a3033eb06fd6b1852")'
#74:
>From 9fa6f7d425d66a00c3f63c7a3033eb06fd6b1852 Mon Sep 17 00:00:00 2001
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#104: FILE: drivers/net/gve/gve_ethdev.c:1176:
+ if (rte_eal_process_type() != RTE_PROC_PRIMARY) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (1, 1)
#104: FILE: drivers/net/gve/gve_ethdev.c:1176:
+ if (rte_eal_process_type() != RTE_PROC_PRIMARY) {
+ if (gve_is_gqi(priv)) {
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#105: FILE: drivers/net/gve/gve_ethdev.c:1177:
+ if (gve_is_gqi(priv)) {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (1, 1)
#105: FILE: drivers/net/gve/gve_ethdev.c:1177:
+ if (gve_is_gqi(priv)) {
+ gve_set_rx_function(eth_dev);
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#106: FILE: drivers/net/gve/gve_ethdev.c:1178:
+ gve_set_rx_function(eth_dev);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#107: FILE: drivers/net/gve/gve_ethdev.c:1179:
+ gve_set_tx_function(eth_dev);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#108: FILE: drivers/net/gve/gve_ethdev.c:1180:
+ eth_dev->dev_ops = &gve_eth_dev_ops;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#109: FILE: drivers/net/gve/gve_ethdev.c:1181:
+ } else {$
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (1, 1)
#109: FILE: drivers/net/gve/gve_ethdev.c:1181:
+ } else {
+ gve_set_rx_function_dqo(eth_dev);
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#110: FILE: drivers/net/gve/gve_ethdev.c:1182:
+ gve_set_rx_function_dqo(eth_dev);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#111: FILE: drivers/net/gve/gve_ethdev.c:1183:
+ gve_set_tx_function_dqo(eth_dev);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#112: FILE: drivers/net/gve/gve_ethdev.c:1184:
+ eth_dev->dev_ops = &gve_eth_dev_ops_dqo;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#113: FILE: drivers/net/gve/gve_ethdev.c:1185:
+ }$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#115: FILE: drivers/net/gve/gve_ethdev.c:1187:
+ }$
WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: priyadarshitathagat <tathagat.dpdk at gmail.com>' != 'Signed-off-by: Tathagat Priyadarshi <tathagat.dpdk at gmail.com>'
total: 1 errors, 15 warnings, 0 checks, 19 lines checked
More information about the test-report
mailing list