[dpdk-test-report] |WARNING| pw31410 [PATCH 26/53] net/sfc/base: support inner checksum offload on transmit

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 16 09:10:39 CET 2017


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'encp->enc_tunnel_encapsulations_supported == 0'
#58: FILE: drivers/net/sfc/base/ef10_tx.c:209:
+	if (((flags & inner_csum) != 0) &&
+	    (encp->enc_tunnel_encapsulations_supported == 0)) {

total: 0 errors, 0 warnings, 1 checks, 109 lines checked


More information about the test-report mailing list