From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 50FE41B059; Fri, 13 Jul 2018 11:42:08 +0200 (CEST) In-Reply-To: <20180713092910.26276-4-adrien.mazarguil@6wind.com> References: <20180713092910.26276-4-adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20180713094208.50FE41B059@dpdk.org> Date: Fri, 13 Jul 2018 11:42:08 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw43008 [v2, 3/6] net/mlx5: add fate actions to switch flow rules 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, 13 Jul 2018 09:42:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/43008 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #69: FILE: drivers/net/mlx5/mlx5_nl_flow.c:68: +#define ACTIONS_FATE \ + ACTION_PORT_ID, ACTION_DROP ERROR:ASSIGN_IN_IF: do not use assignment in if condition #150: FILE: drivers/net/mlx5/mlx5_nl_flow.c:277: + if (!mnl_attr_put_check(buf, size, TCA_MIRRED_PARMS, ERROR:ASSIGN_IN_IF: do not use assignment in if condition #173: FILE: drivers/net/mlx5/mlx5_nl_flow.c:300: + if (!mnl_attr_put_check(buf, size, TCA_GACT_PARMS, total: 3 errors, 0 warnings, 0 checks, 134 lines checked