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 0769442363 for ; Thu, 12 Oct 2023 18:06:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02F4D4029F; Thu, 12 Oct 2023 18:06:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 05BEF4029F for ; Thu, 12 Oct 2023 18:06:02 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EE9831208D9; Thu, 12 Oct 2023 18:06:01 +0200 (CEST) Subject: |WARNING| pw132579 [PATCH v2 2/3] examples/l3fwd: relax the Offload requirement In-Reply-To: <20231012160359.422076-2-taozj888@163.com> References: <20231012160359.422076-2-taozj888@163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Trevor Tao Message-Id: <20231012160601.EE9831208D9@dpdk.org> Date: Thu, 12 Oct 2023 18:06:01 +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/132579 _coding style issues_ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #140: FILE: examples/l3fwd/l3fwd_lpm.h:25: + if (is_valid_ipv4_pkt(ipv4_hdr, m->pkt_len), m->ol_flags) < 0) { total: 1 errors, 0 warnings, 60 lines checked