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 6A821A0542 for ; Fri, 28 Oct 2022 10:09:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6527240A7F; Fri, 28 Oct 2022 10:09:55 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E20A840041 for ; Fri, 28 Oct 2022 10:09:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B6349122B86; Fri, 28 Oct 2022 10:09:53 +0200 (CEST) Subject: |WARNING| pw119252 [PATCH v2] gro : fix reordering of packets in GRO library In-Reply-To: <20221028080906.2229-1-kumaraparmesh92@gmail.com> References: <20221028080906.2229-1-kumaraparmesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20221028080953.B6349122B86@dpdk.org> Date: Fri, 28 Oct 2022 10:09:53 +0200 (CEST) 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/119252 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #187: FILE: lib/gro/gro_tcp4.c:283: +^I^I * Check and try merging the current TCP segment with the previous $ ERROR:TRAILING_WHITESPACE: trailing whitespace #189: FILE: lib/gro/gro_tcp4.c:285: +^I^I * There are cases where the last segment is sent with FIN|PSH|ACK $ ERROR:TRAILING_WHITESPACE: trailing whitespace #193: FILE: lib/gro/gro_tcp4.c:289: +^I^I^I/* $ ERROR:TRAILING_WHITESPACE: trailing whitespace #194: FILE: lib/gro/gro_tcp4.c:290: +^I^I^I * Since PSH flag is set, start time will be set to 0 so it will be flushed immediately $ WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns #194: FILE: lib/gro/gro_tcp4.c:290: + * Since PSH flag is set, start time will be set to 0 so it will be flushed immediately total: 4 errors, 1 warnings, 112 lines checked