From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 494D8436AC for ; Fri, 8 Dec 2023 19:06:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44655432AA; Fri, 8 Dec 2023 19:06:23 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AE70843001 for ; Fri, 8 Dec 2023 19:06:22 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9A2F1120D36; Fri, 8 Dec 2023 19:06:22 +0100 (CET) Subject: |WARNING| pw134977 [PATCH v7] gro: fix reordering of packets in GRO layer In-Reply-To: <20231208180534.23524-1-kumaraparamesh92@gmail.com> References: <20231208180534.23524-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20231208180622.9A2F1120D36@dpdk.org> Date: Fri, 8 Dec 2023 19:06:22 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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 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