|WARNING| pw108780 [PATCH v1] gro: fix gro for UDP fragmented packets

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Mar 19 12:20:14 CET 2022


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#124: 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
#124: 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
#125: FILE: lib/gro/rte_gro.c:249:
+													&ip4h_copy);

WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#154: 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
#155: 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