|WARNING| pw155533 [PATCH] [PATCH v4] lib/ethdev: fix segfault in secondary process by validating dev_private pointer
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jul 25 14:54:33 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/155533
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#100:
This patch adds a mechanism in testpmd to monitor the primary process from the
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#227: FILE: lib/ethdev/rte_ethdev.c:4082:
+ if (rte_eal_process_type() == RTE_PROC_SECONDARY &&
[...]
+ RTE_ETHDEV_LOG_LINE(ERR,
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#242: FILE: lib/ethdev/rte_ethdev.c:4317:
+ if (rte_eal_process_type() == RTE_PROC_SECONDARY &&
[...]
+ RTE_ETHDEV_LOG_LINE(ERR,
total: 0 errors, 3 warnings, 122 lines checked
More information about the test-report
mailing list