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 C8AD6A00C3 for ; Wed, 8 Jun 2022 11:57:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C26974069C; Wed, 8 Jun 2022 11:57:53 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 61E524021D for ; Wed, 8 Jun 2022 11:57:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4A52E120945; Wed, 8 Jun 2022 11:57:52 +0200 (CEST) Subject: |WARNING| pw112539 [PATCH v4] gro: bug fix in identifying fragmented packets In-Reply-To: <20220608095704.45375-1-kumaraparmesh92@gmail.com> References: <20220608095704.45375-1-kumaraparmesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20220608095752.4A52E120945@dpdk.org> Date: Wed, 8 Jun 2022 11:57:52 +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/112539 _coding style issues_ WARNING:LONG_LINE: line length of 139 exceeds 100 columns #131: FILE: lib/gro/rte_gro.c:249: + sizeof(*ip4h), &ip4h_copy); WARNING:LONG_LINE: line length of 139 exceeds 100 columns #161: FILE: lib/gro/rte_gro.c:379: + sizeof(*ip4h), &ip4h_copy); total: 0 errors, 2 warnings, 61 lines checked