From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1628D1B18C; Thu, 21 Sep 2017 10:23:24 +0200 (CEST) In-Reply-To: <20170920095653.110750-3-jasvinder.singh@intel.com> References: <20170920095653.110750-3-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20170921082324.1628D1B18C@dpdk.org> Date: Thu, 21 Sep 2017 10:23:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28992 [PATCH v3 3/5] app/test-pmd: add CLI for shaper and wred profiles 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:24 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28992 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #69: FILE: app/test-pmd/cmdline.c:14242: +extern cmdline_parse_inst_t cmd_add_port_tm_node_shaper_profile; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #70: FILE: app/test-pmd/cmdline.c:14243: +extern cmdline_parse_inst_t cmd_del_port_tm_node_shaper_profile; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #71: FILE: app/test-pmd/cmdline.c:14244: +extern cmdline_parse_inst_t cmd_add_port_tm_node_shared_shaper; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #72: FILE: app/test-pmd/cmdline.c:14245: +extern cmdline_parse_inst_t cmd_del_port_tm_node_shared_shaper; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #73: FILE: app/test-pmd/cmdline.c:14246: +extern cmdline_parse_inst_t cmd_add_port_tm_node_wred_profile; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #74: FILE: app/test-pmd/cmdline.c:14247: +extern cmdline_parse_inst_t cmd_del_port_tm_node_wred_profile; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #75: FILE: app/test-pmd/cmdline.c:14248: +extern cmdline_parse_inst_t cmd_set_port_tm_node_shaper_profile; total: 0 errors, 7 warnings, 929 lines checked