From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7FC671C1D3; Wed, 27 Jun 2018 20:09:51 +0200 (CEST) In-Reply-To: <20180627173355.4718-3-adrien.mazarguil@6wind.com> References: <20180627173355.4718-3-adrien.mazarguil@6wind.com> To: test-report@dpdk.org Cc: Adrien Mazarguil Message-Id: <20180627180951.7FC671C1D3@dpdk.org> Date: Wed, 27 Jun 2018 20:09:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw41723 [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: Wed, 27 Jun 2018 18:09:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/41723 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #286: FILE: drivers/net/mlx5/mlx5_nl_flow.c:39: +#define PATTERN_COMMON \ + ITEM_VOID, ACTIONS ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #288: FILE: drivers/net/mlx5/mlx5_nl_flow.c:41: +#define ACTIONS_COMMON \ + ACTION_VOID, END total: 2 errors, 0 warnings, 0 checks, 506 lines checked