|WARNING| pw155577 [PATCH] app/testpmd: fix segfault in secondary process by monitoring primary

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 29 08:39:03 CEST 2025


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#103: 
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)
#218: FILE: lib/ethdev/rte_ethdev.c:4082:
+	if (rte_eal_process_type() == RTE_PROC_SECONDARY &&
[...]
+			RTE_ETHDEV_LOG_LINE(ERR,

total: 0 errors, 2 warnings, 105 lines checked


More information about the test-report mailing list