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 EFADAA0548 for ; Thu, 8 Sep 2022 04:12:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E662940DDC; Thu, 8 Sep 2022 04:12:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 61D7C40143 for ; Thu, 8 Sep 2022 04:12:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 528F8121F02; Thu, 8 Sep 2022 04:12:29 +0200 (CEST) Subject: |WARNING| pw116063 [RFC, v1 6/6] examples: add l2fwd-graph In-Reply-To: <20220908020959.1675953-7-zhirun.yan@intel.com> References: <20220908020959.1675953-7-zhirun.yan@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Zhirun Yan Message-Id: <20220908021229.528F8121F02@dpdk.org> Date: Thu, 8 Sep 2022 04:12:29 +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/116063 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const #272: FILE: examples/l2fwd-graph/main.c:177: + static const char *default_patterns[] = { ERROR:C99_COMMENTS: do not use C99 // comments #485: FILE: examples/l2fwd-graph/main.c:390: + //rte_graph_obj_dump(stdout, lconf->graph, true); ERROR:C99_COMMENTS: do not use C99 // comments #509: FILE: examples/l2fwd-graph/main.c:414: + //rte_graph_obj_dump(stdout, lconf->graph, true); total: 2 errors, 1 warnings, 814 lines checked