From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7557F58D1; Thu, 20 Apr 2017 20:55:35 +0200 (CEST) In-Reply-To: <20170420185448.19162-2-ferruh.yigit@intel.com> References: <20170420185448.19162-2-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20170420185535.7557F58D1@dpdk.org> Date: Thu, 20 Apr 2017 20:55:35 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23795 [PATCH RFC 17.08] flow_classify: add librte_flow_classify library 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, 20 Apr 2017 18:55:35 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23795 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #294: FILE: lib/librte_flow_classify/rte_flow_classify.h:95: +#define RTE_FLOW_CLASSIFY_TYPE_MASK = (((RTE_FLOW_CLASSIFY_TYPE_MAX - 1) << 1) - 1) WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #330: FILE: lib/librte_flow_classify/rte_flow_classify.h:131: +/** +* Get flow types to flow_classify WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #344: FILE: lib/librte_flow_classify/rte_flow_classify.h:145: +/** +* Set flow types to flow_classify WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #360: FILE: lib/librte_flow_classify/rte_flow_classify.h:161: +/** +* Disable flow classification for device WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #372: FILE: lib/librte_flow_classify/rte_flow_classify.h:173: +/** +* Get classified results WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #386: FILE: lib/librte_flow_classify/rte_flow_classify.h:187: +/** +* Reset classified results total: 1 errors, 5 warnings, 336 lines checked