|WARNING| pw118891 [PATCH v2 1/6] test/security: add unit tests for DES and 3DES

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 21 09:27:57 CEST 2022


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

_coding style issues_


WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1014: FILE: app/test/test_security_inline_proto.c:66:
+extern struct ipsec_test_data pkt_3des_cbc_hmac_sha256;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1015: FILE: app/test/test_security_inline_proto.c:67:
+extern struct ipsec_test_data pkt_3des_cbc_hmac_sha384;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1016: FILE: app/test/test_security_inline_proto.c:68:
+extern struct ipsec_test_data pkt_3des_cbc_hmac_sha512;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1017: FILE: app/test/test_security_inline_proto.c:69:
+extern struct ipsec_test_data pkt_3des_cbc_hmac_sha256_v6;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1018: FILE: app/test/test_security_inline_proto.c:70:
+extern struct ipsec_test_data pkt_des_cbc_hmac_sha256;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1019: FILE: app/test/test_security_inline_proto.c:71:
+extern struct ipsec_test_data pkt_des_cbc_hmac_sha384;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1020: FILE: app/test/test_security_inline_proto.c:72:
+extern struct ipsec_test_data pkt_des_cbc_hmac_sha512;

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1021: FILE: app/test/test_security_inline_proto.c:73:
+extern struct ipsec_test_data pkt_des_cbc_hmac_sha256_v6;

total: 0 errors, 8 warnings, 1035 lines checked


More information about the test-report mailing list