From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7FA851B5D8; Fri, 23 Nov 2018 17:54:54 +0100 (CET) In-Reply-To: <20181123165423.134922-1-jasvinder.singh@intel.com> References: <20181123165423.134922-1-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20181123165454.7FA851B5D8@dpdk.org> Date: Fri, 23 Nov 2018 17:54:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48331 mbuf: implement generic format for sched field 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: Fri, 23 Nov 2018 16:54:54 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48331 _coding style issues_ WARNING:TYPO_SPELLING: 'accomodate' may be misspelled - perhaps 'accommodate'? #26: rte_sched_port to accomodate the changes made to mbuf sched field. ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #185: FILE: lib/librte_pipeline/rte_table_action.c:405: +static uint32_t +tm_sched_qindex(struct tm_data *data, + struct dscp_table_entry_data *dscp, + struct rte_table_action_tm_config *cfg) { WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #473: FILE: lib/librte_sched/rte_sched.h:386: + * @param port + * Handle to port scheduler instance WARNING:LONG_LINE: line over 90 characters #505: FILE: test/test/test_sched.c:98: + rte_sched_port_pkt_write(port, mbuf, SUBPORT, PIPE, TC, QUEUE, e_RTE_METER_YELLOW); total: 1 errors, 3 warnings, 409 lines checked