[dpdk-test-report] |WARNING| pw66596 [PATCH 08/13] app/test: add rte_security_session_stats_get tests

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 12 16:19:26 CET 2020


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#140: FILE: app/test/test_security.c:305:
+static int
+mock_session_stats_get(void *device,
+		struct rte_security_session *sess,
+		struct rte_security_stats *stats) {

WARNING:LONG_LINE: line over 90 characters
#319: FILE: app/test/test_security.c:1175:
+				test_rte_security_session_stats_get_inv_param_context_ops),

WARNING:LONG_LINE: line over 90 characters
#321: FILE: app/test/test_security.c:1177:
+				test_rte_security_session_stats_get_inv_param_context_ops_fun),

total: 1 errors, 3 warnings, 207 lines checked


More information about the test-report mailing list