From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D219AA057B for ; Mon, 30 Mar 2020 16:35:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BAFFEFFA; Mon, 30 Mar 2020 16:35:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 224FE2C6D; Mon, 30 Mar 2020 16:35:46 +0200 (CEST) In-Reply-To: <20200330143330.7427-1-laurent.hardy@6wind.com> References: <20200330143330.7427-1-laurent.hardy@6wind.com> To: test-report@dpdk.org Cc: Laurent Hardy Message-Id: <20200330143546.224FE2C6D@dpdk.org> Date: Mon, 30 Mar 2020 16:35:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67439 [PATCH] i40evf: use non spinning delay when issuing AQ request to PF 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/67439 _coding style issues_ CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'x' may be better as '(x)' to avoid precedence issues #143: FILE: drivers/net/i40e/i40e_ethdev_vf.c:318: +#define DELAY_MS(x) DELAY(x * 1000) total: 0 errors, 0 warnings, 1 checks, 31 lines checked