|WARNING| pw108782 [PATCH v2] gro: fix gro for UDP fragmented packets

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Mar 20 11:13:59 CET 2022


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#127: FILE: lib/gro/rte_gro.c:248:
+^I^I^Iconst struct rte_ipv4_hdr *ip4h = rte_pktmbuf_read(pkts[i], pkts[i]->l2_len, sizeof(*ip4h), $

WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#127: FILE: lib/gro/rte_gro.c:248:
+			const struct rte_ipv4_hdr *ip4h = rte_pktmbuf_read(pkts[i], pkts[i]->l2_len, sizeof(*ip4h), 

WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#128: FILE: lib/gro/rte_gro.c:249:
+													&ip4h_copy);

WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#157: FILE: lib/gro/rte_gro.c:378:
+			const struct rte_ipv4_hdr *ip4h = rte_pktmbuf_read(pkts[i], pkts[i]->l2_len, sizeof(*ip4h),

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#158: FILE: lib/gro/rte_gro.c:379:
+												&ip4h_copy);

total: 1 errors, 4 warnings, 61 lines checked


More information about the test-report mailing list