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 DD402459B0 for ; Tue, 17 Sep 2024 05:33:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA914402CF; Tue, 17 Sep 2024 05:33:00 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4789F40261 for ; Tue, 17 Sep 2024 05:32:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2D2E2121D10; Tue, 17 Sep 2024 05:32:59 +0200 (CEST) Subject: |WARNING| pw144099 [PATCH v8 7/7] test-pmd: add a JSON packet output In-Reply-To: <20240917033117.66346-8-stephen@networkplumber.org> References: <20240917033117.66346-8-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240917033259.2D2E2121D10@dpdk.org> Date: Tue, 17 Sep 2024 05:32:59 +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/144099 _coding style issues_ WARNING:LONG_LINE: line length of 102 exceeds 100 columns #261: FILE: app/test-pmd/util.c:403: + json_object_set_new(jobj, "vlan_outer_tci", json_integer(mb->vlan_tci_outer)); WARNING:LONG_LINE: line length of 103 exceeds 100 columns #283: FILE: app/test-pmd/util.c:425: + json_object_set_new(jobj, "inner_l2_len", json_integer(hdr_lens.inner_l2_len)); WARNING:LONG_LINE: line length of 103 exceeds 100 columns #285: FILE: app/test-pmd/util.c:427: + json_object_set_new(jobj, "inner_l3_len", json_integer(hdr_lens.inner_l3_len)); WARNING:LONG_LINE: line length of 103 exceeds 100 columns #287: FILE: app/test-pmd/util.c:429: + json_object_set_new(jobj, "inner_l4_len", json_integer(hdr_lens.inner_l4_len)); total: 0 errors, 4 warnings, 209 lines checked