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 C4806A0559 for ; Mon, 16 Mar 2020 10:35:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF04B1C06A; Mon, 16 Mar 2020 10:35:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 848011C10B; Mon, 16 Mar 2020 10:35:05 +0100 (CET) In-Reply-To: <1584351224-23500-3-git-send-email-hkalra@marvell.com> References: <1584351224-23500-3-git-send-email-hkalra@marvell.com> To: test-report@dpdk.org Cc: Harman Kalra Message-Id: <20200316093505.848011C10B@dpdk.org> Date: Mon, 16 Mar 2020 10:35:05 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66693 [PATCH 2/8] net/octeontx: add framework for Rx/Tx offloads 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/66693 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #542: FILE: drivers/net/octeontx/octeontx_rxtx.h:227: +#define OCCTX_TX_FASTPATH_MODES \ +T(no_offload, 0, 4, OCCTX_TX_OFFLOAD_NONE) \ +T(mseg, 1, 14, MULT_F) \ + total: 1 errors, 0 warnings, 0 checks, 368 lines checked