From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 65C641B059; Fri, 13 Jul 2018 11:42:07 +0200 (CEST) In-Reply-To: <20180713092910.26276-3-adrien.mazarguil@6wind.com> References: <20180713092910.26276-3-adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20180713094207.65C641B059@dpdk.org> Date: Fri, 13 Jul 2018 11:42:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw43007 [v2, 2/6] net/mlx5: add framework for 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:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/43007 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #334: FILE: drivers/net/mlx5/mlx5_nl_flow.c:60: +#define PATTERN_COMMON \ + ITEM_VOID, ACTIONS ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #336: FILE: drivers/net/mlx5/mlx5_nl_flow.c:62: +#define ACTIONS_COMMON \ + ACTION_VOID, END total: 2 errors, 0 warnings, 0 checks, 537 lines checked