[dpdk-test-report] |WARNING| pw80545 [PATCH 24/36] net/sfc: support tunnel TSO for EF100 native Tx datapath

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 13 15:59:45 CEST 2020


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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#155: FILE: drivers/net/sfc/sfc_ef100_tx.c:117:
+		return ENOTSUP;

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#180: FILE: drivers/net/sfc/sfc_ef100_tx.c:415:
+	uint8_t inner_l3 = sfc_ef100_tx_qdesc_cso_inner_l3(

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


More information about the test-report mailing list