|WARNING| pw111106 [PATCH v6 1/7] app/test: add unit cases for inline IPsec offload

checkpatch at dpdk.org checkpatch at dpdk.org
Fri May 13 09:33:45 CEST 2022


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#179: FILE: app/test/test_security_inline_proto.c:44:
+extern struct ipsec_test_data pkt_aes_128_gcm;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#180: FILE: app/test/test_security_inline_proto.c:45:
+extern struct ipsec_test_data pkt_aes_192_gcm;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#181: FILE: app/test/test_security_inline_proto.c:46:
+extern struct ipsec_test_data pkt_aes_256_gcm;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#182: FILE: app/test/test_security_inline_proto.c:47:
+extern struct ipsec_test_data pkt_aes_128_gcm_frag;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#183: FILE: app/test/test_security_inline_proto.c:48:
+extern struct ipsec_test_data pkt_aes_128_cbc_null;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#184: FILE: app/test/test_security_inline_proto.c:49:
+extern struct ipsec_test_data pkt_null_aes_xcbc;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#185: FILE: app/test/test_security_inline_proto.c:50:
+extern struct ipsec_test_data pkt_aes_128_cbc_hmac_sha384;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#186: FILE: app/test/test_security_inline_proto.c:51:
+extern struct ipsec_test_data pkt_aes_128_cbc_hmac_sha512;

total: 0 errors, 8 warnings, 933 lines checked


More information about the test-report mailing list