From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 35994A046B for ; Sat, 9 May 2020 10:25:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2E1AA1D705; Sat, 9 May 2020 10:25:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id AE20B1D706; Sat, 9 May 2020 10:25:39 +0200 (CEST) In-Reply-To: <20200509082421.24588-1-guohongzhi1@huawei.com> References: <20200509082421.24588-1-guohongzhi1@huawei.com> To: test-report@dpdk.org Cc: guohongzhi Message-Id: <20200509082539.AE20B1D706@dpdk.org> Date: Sat, 9 May 2020 10:25:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70029 [PATCH] [PATCH] lib/librte_net: fix bug for ipv4 checksum calculating X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/70029 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #52: The function of rte_ipv4_cksum for calculating the checksum of IPv4 header is incorrect. This function will return checksum value like 0xffff. This value, however, is considered an illegal checksum on some switches(like Trident3). ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 8 lines checked