From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 743191B18C; Thu, 21 Sep 2017 10:23:21 +0200 (CEST) In-Reply-To: <20170920095653.110750-2-jasvinder.singh@intel.com> References: <20170920095653.110750-2-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20170921082321.743191B18C@dpdk.org> Date: Thu, 21 Sep 2017 10:23:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28991 [PATCH v3 2/5] app/test-pmd: add CLI for TM capability and stats 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: , X-List-Received-Date: Thu, 21 Sep 2017 08:23:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28991 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #83: FILE: app/test-pmd/cmdline.c:14210: +extern cmdline_parse_inst_t cmd_show_port_tm_cap; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #84: FILE: app/test-pmd/cmdline.c:14211: +extern cmdline_parse_inst_t cmd_show_port_tm_level_cap; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #85: FILE: app/test-pmd/cmdline.c:14212: +extern cmdline_parse_inst_t cmd_show_port_tm_node_cap; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #86: FILE: app/test-pmd/cmdline.c:14213: +extern cmdline_parse_inst_t cmd_show_port_tm_node_type; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #87: FILE: app/test-pmd/cmdline.c:14214: +extern cmdline_parse_inst_t cmd_show_port_tm_node_stats; total: 0 errors, 5 warnings, 798 lines checked