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 7F66CA00C4 for ; Wed, 28 Sep 2022 16:12:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7DC444113C; Wed, 28 Sep 2022 16:12:35 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 78E58427F1 for ; Wed, 28 Sep 2022 16:12:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 65F4812231E; Wed, 28 Sep 2022 16:12:31 +0200 (CEST) Subject: |WARNING| pw117061 [PATCH] TCP data length is incorrectly calculated in the gro_tcp4_reassemble function. In-Reply-To: <1c1df455cdb640c9889d359186d38637@huawei.com> References: <1c1df455cdb640c9889d359186d38637@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "jiangheng (G)" Message-Id: <20220928141231.65F4812231E@dpdk.org> Date: Wed, 28 Sep 2022 16:12:31 +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/117061 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #68: if packets < 60 bytes, pkt_len will contain padding bytes, tcp_dl is incorrectly calculated. this will result the wrong data length after gro. WARNING:LEADING_SPACE: please, no spaces at the start of a line #79: FILE: lib/gro/gro_tcp4.c:232: + tcp_dl = rte_be_to_cpu_16(ipv4_hdr->total_length) - hdr_len;$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 2 warnings, 8 lines checked