[dpdk-test-report] |WARNING| pw101374 [PATCH v7 2/6] net/iavf: rework tx path

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 13 17:46:47 CEST 2021


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#257: FILE: drivers/net/iavf/iavf_rxtx.c:2166:
+			(volatile struct iavf_tx_context_desc_qws *) desc;

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#582: FILE: drivers/net/iavf/iavf_rxtx.c:2370:
+						if (idx == 0)

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#907: FILE: drivers/net/iavf/iavf_rxtx_vec_sse.c:366:
+	const __m128i ptype_mask = _mm_set_epi16(

total: 0 errors, 1 warnings, 2 checks, 824 lines checked


More information about the test-report mailing list