Test-Label: Intel Niantic on Fedora Test-Status: ERROR Patchwork ID: 12508-12511 http://www.dpdk.org/dev/patchwork/patch/12511/ Submitter: Pablo de Lara Date: Fri, 6 May 2016 15:47:43 +0200 DPDK git baseline: a5e20775a7588042c64f3919787b689f1c861369 Check patch error: WARNING:LONG_LINE: line over 80 characters #588: FILE: drivers/crypto/kasumi/rte_kasumi_pmd.c:315: + ops[i]->status = RTE_CRYPTO_OP_STATUS_AUTH_FAILED; WARNING:LONG_LINE: line over 80 characters #730: FILE: drivers/crypto/kasumi/rte_kasumi_pmd.c:457: + /* If length/offset is at bit-level, process this buffer alone. */ WARNING:LONG_LINE: line over 80 characters #753: FILE: drivers/crypto/kasumi/rte_kasumi_pmd.c:480: + processed_ops = process_op_bit(curr_c_op, curr_sess, qp); WARNING:LONG_LINE: line over 80 characters #759: FILE: drivers/crypto/kasumi/rte_kasumi_pmd.c:486: + qp->qp_stats.enqueue_err_count += nb_ops - enqueued_ops; ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #1181: FILE: drivers/crypto/kasumi/rte_kasumi_pmd_ops.c:236: + return (-ENOMEM); total: 1 errors, 4 warnings, 1392 lines checked NOTE: Ignored message types: COMPARISON_TO_NULL FILE_PATH_CHANGES LINE_SPACING LINUX_VERSION_CODE NETWORKING_BLOCK_COMMENT_STYLE PARENTHESIS_ALIGNMENT PREFER_ALIGNED PREFER_KERNEL_TYPES PREFER_PACKED PREFER_PRINTF SPLIT_STRING VOLATILE 12508 has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. WARNING:LONG_LINE: line over 80 characters #70: FILE: app/test/test.h:106: +#define TEST_ASSERT_BUFFERS_ARE_EQUAL_BIT_OFFSET(a, b, len, off, msg, ...) do { total: 0 errors, 1 warnings, 69 lines checked NOTE: Ignored message types: COMPARISON_TO_NULL FILE_PATH_CHANGES LINE_SPACING LINUX_VERSION_CODE NETWORKING_BLOCK_COMMENT_STYLE PARENTHESIS_ALIGNMENT PREFER_ALIGNED PREFER_KERNEL_TYPES PREFER_PACKED PREFER_PRINTF SPLIT_STRING VOLATILE 12509 has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #46: FILE: app/test/test_cryptodev.c:135: + return ((num_bits >> 3) + 1); ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required #48: FILE: app/test/test_cryptodev.c:137: + return (num_bits >> 3); WARNING:LONG_LINE: line over 80 characters #321: FILE: app/test/test_cryptodev.c:3164: + + plaintext_pad_len + ALIGN_POW2_ROUNDUP(tdata->aad.len, 8); WARNING:LONG_LINE: line over 80 characters #499: FILE: app/test/test_cryptodev.c:3374: + rte_hexdump(stdout, "ciphertext:", ciphertext, tdata->ciphertext.len >> 3); total: 2 errors, 2 warnings, 1118 lines checked NOTE: Ignored message types: COMPARISON_TO_NULL FILE_PATH_CHANGES LINE_SPACING LINUX_VERSION_CODE NETWORKING_BLOCK_COMMENT_STYLE PARENTHESIS_ALIGNMENT PREFER_ALIGNED PREFER_KERNEL_TYPES PREFER_PACKED PREFER_PRINTF SPLIT_STRING VOLATILE 12510 has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. WARNING:LONG_LINE: line over 80 characters #45: FILE: examples/l2fwd-crypto/main.c:468: + /* For SNOW3G/KASUMI algorithms, offset/length must be in bits */ WARNING:LONG_LINE: line over 80 characters #47: FILE: examples/l2fwd-crypto/main.c:470: + cparams->auth_algo == RTE_CRYPTO_AUTH_KASUMI_F9) { WARNING:LONG_LINE: line over 80 characters #57: FILE: examples/l2fwd-crypto/main.c:492: + cparams->cipher_algo == RTE_CRYPTO_CIPHER_KASUMI_F8) { total: 0 errors, 3 warnings, 34 lines checked NOTE: Ignored message types: COMPARISON_TO_NULL FILE_PATH_CHANGES LINE_SPACING LINUX_VERSION_CODE NETWORKING_BLOCK_COMMENT_STYLE PARENTHESIS_ALIGNMENT PREFER_ALIGNED PREFER_KERNEL_TYPES PREFER_PACKED PREFER_PRINTF SPLIT_STRING VOLATILE 12511 has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Patch file error: error: patch failed: doc/guides/cryptodevs/overview.rst:33 error: doc/guides/cryptodevs/overview.rst: patch does not apply error: patch failed: doc/guides/rel_notes/release_16_07.rst:44 error: doc/guides/rel_notes/release_16_07.rst: patch does not apply DPDK STV team