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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 8 12:32:57 CEST 2021


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

_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
#584: FILE: drivers/net/iavf/iavf_rxtx.c:2373:
+						if (idx == 0)

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

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


More information about the test-report mailing list