automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Tejasree Kondoj <ktejasree@marvell.com>
Subject: |WARNING| pw118640 [PATCH 1/6] test/security: add unit tests for DES and 3DES
Date: Wed, 19 Oct 2022 18:56:31 +0200 (CEST)	[thread overview]
Message-ID: <20221019165631.9C377120778@dpdk.org> (raw)
In-Reply-To: <20221019165418.1970445-2-ktejasree@marvell.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'vecotrs' may be misspelled - perhaps 'vectors'?
#80: 
Add unit test cases and test vecotrs for DES-CBC

WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#1015: 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
#1016: 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
#1017: 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
#1018: 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
#1019: 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
#1020: 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
#1021: 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
#1022: FILE: app/test/test_security_inline_proto.c:73:
+extern struct ipsec_test_data pkt_des_cbc_hmac_sha256_v6;

total: 0 errors, 9 warnings, 1035 lines checked

           reply	other threads:[~2022-10-19 16:56 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20221019165418.1970445-2-ktejasree@marvell.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221019165631.9C377120778@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=ktejasree@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).