[dpdk-test-report] |WARNING| pw99319 [PATCH v3 4/6] net/iavf: add iAVF IPsec inline crypto support

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 20 16:03:15 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'acknowledgement' may be misspelled - perhaps 'acknowledgment'?
#66: 
operations. IPsec Crypto requests receive an initial acknowledgement

ERROR:CODE_INDENT: code indent should use tabs where possible
#2011: FILE: drivers/net/iavf/iavf_ipsec_crypto.c:1687:
+^I                && actions[1].type == RTE_FLOW_ACTION_TYPE_END) {$

CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#2011: FILE: drivers/net/iavf/iavf_ipsec_crypto.c:1687:
+	if (actions[0].type == RTE_FLOW_ACTION_TYPE_SECURITY
+	                && actions[1].type == RTE_FLOW_ACTION_TYPE_END) {

WARNING:TYPO_SPELLING: 'metdata' may be misspelled - perhaps 'metadata'?
#3017: FILE: drivers/net/iavf/iavf_rxtx.c:2429:
+iavf_ipsec_crypto_get_pkt_metdata(const struct iavf_tx_queue *txq,

WARNING:TYPO_SPELLING: 'metdata' may be misspelled - perhaps 'metadata'?
#3049: FILE: drivers/net/iavf/iavf_rxtx.c:2483:
+		ipsec_md = iavf_ipsec_crypto_get_pkt_metdata(txq, mb);

total: 1 errors, 3 warnings, 1 checks, 3151 lines checked


More information about the test-report mailing list