automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| [PATCH 2/2] crypto/aesni_mb: add new option to select SIMD mode
       [not found] <1480671985-3677-3-git-send-email-declan.doherty@intel.com>
@ 2016-12-02  9:52 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-12-02  9:52 UTC (permalink / raw)
  To: test-report; +Cc: Declan Doherty

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#41: 
Add new initialisation option to the aesni_mb_pmd to allow the user to specify

ERROR:SPACING: space required before the open parenthesis '('
#92: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:615:
+	switch(aesni_mb_init_params->mode) {

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#173: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:731:
+	}
+	else if (strcmp("avx2", value) == 0) {

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#177: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:735:
+	}
+	else if (strcmp("avx", value) == 0) {

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#181: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:739:
+	}
+	else if (strcmp("sse", value) == 0) {

WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#189: FILE: drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c:747:
+static const char *cryptodev_vdev_valid_params[] = {

total: 4 errors, 2 warnings, 208 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-02  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1480671985-3677-3-git-send-email-declan.doherty@intel.com>
2016-12-02  9:52 ` [dpdk-test-report] |WARNING| [PATCH 2/2] crypto/aesni_mb: add new option to select SIMD mode checkpatch

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).