|WARNING| pw134977 [PATCH v7] gro: fix reordering of packets in GRO layer

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 8 19:06:22 CET 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'beloging' may be misspelled - perhaps 'belonging'?
#86: 
beloging to the same flow but not handled.

WARNING:BAD_SIGN_OFF: Non-standard signature: Co-authored-by:
#91: 
Co-authored-by: Kumara Parameshwaran <krathinavel at microsoft.com>

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#216: FILE: lib/gro/gro_tcp4.c:206:
+				delete_tcp_item(tbl->items, item_idx, &tbl->item_num, INVALID_ARRAY_INDEX);

WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#240: FILE: lib/gro/gro_tcp4.c:223:
+			return process_tcp_item(pkt, tcp_hdr, tcp_dl, tbl->items, tbl->flows[i].start_index,

total: 0 errors, 4 warnings, 109 lines checked


More information about the test-report mailing list