From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 207C61B18C; Thu, 21 Sep 2017 10:23:27 +0200 (CEST) In-Reply-To: <20170920095653.110750-5-jasvinder.singh@intel.com> References: <20170920095653.110750-5-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20170921082327.207C61B18C@dpdk.org> Date: Thu, 21 Sep 2017 10:23:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28994 [PATCH v3 5/5] app/test-pmd: add CLI for TM packet classification 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:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28994 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #48: FILE: app/test-pmd/cmdline.c:14285: +extern cmdline_parse_inst_t cmd_set_port_tm_pktfield; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #49: FILE: app/test-pmd/cmdline.c:14286: +extern cmdline_parse_inst_t cmd_set_port_tm_tc_table; total: 0 errors, 2 warnings, 337 lines checked