|WARNING| pw119886 [PATCH] net/failsafe: Fix crash due to in-valid sub-device port id
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Nov 16 10:53:55 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/119886
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#89:
Crash occuring while the DPDK secondary processes trying to probe the tap-device, where tap-device is a sub-device of Fail-safe device.
WARNING:TYPO_SPELLING: 'occuring' may be misspelled - perhaps 'occurring'?
#89:
Crash occuring while the DPDK secondary processes trying to probe the tap-device, where tap-device is a sub-device of Fail-safe device.
WARNING:BRACES: braces {} are not necessary for single statement blocks
#107: FILE: drivers/net/failsafe/failsafe.c:364:
+ if (!rte_eth_dev_is_valid_port(PORT_ID(sdev))) {
+ continue;
+ }
total: 0 errors, 3 warnings, 0 checks, 10 lines checked
More information about the test-report
mailing list