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 00A31A00C2 for ; Thu, 13 Oct 2022 12:19:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F005A42E3F; Thu, 13 Oct 2022 12:19:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0AE6B40C35 for ; Thu, 13 Oct 2022 12:19:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E8F19122B85; Thu, 13 Oct 2022 12:19:41 +0200 (CEST) Subject: |WARNING| pw118125 [PATCH] gro : fix reordering of packets in GRO library In-Reply-To: <20221013101854.95244-1-kumaraparmesh92@gmail.com> References: <20221013101854.95244-1-kumaraparmesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20221013101941.E8F19122B85@dpdk.org> Date: Thu, 13 Oct 2022 12:19:41 +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/118125 _coding style issues_ WARNING:TYPO_SPELLING: 'upto' may be misspelled - perhaps 'up to'? #84: packets upto the segment should be delivered immediately. But the WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #88: With this patch, if a packet does not contain only ACK flag and if there are WARNING:LONG_LINE_COMMENT: line length of 114 exceeds 100 columns #180: FILE: lib/gro/gro_tcp4.c:283: + /* Since PSH flag is set, start time will be set to 0 so it will be flushed immediately */ total: 0 errors, 3 warnings, 104 lines checked