From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7113BA0C43 for ; Fri, 15 Oct 2021 21:26:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C99540041; Fri, 15 Oct 2021 21:26:08 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 94D874003C for ; Fri, 15 Oct 2021 21:26:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 90FB2121D26; Fri, 15 Oct 2021 21:26:07 +0200 (CEST) In-Reply-To: <20211015192408.21798-3-olivier.matz@6wind.com> References: <20211015192408.21798-3-olivier.matz@6wind.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Olivier Matz Message-Id: <20211015192607.90FB2121D26@dpdk.org> Date: Fri, 15 Oct 2021 21:26:07 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw101842 [PATCH v2 2/4] mbuf: mark old VLAN offload flags as deprecated X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/101842 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #610: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:387: + if (ol_flags & PKT_TX_VLAN) { tx_offload_mask.vlan_tci |= ~0; } ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #945: FILE: lib/mbuf/rte_mbuf_core.h:268: +#define PKT_TX_QINQ_PKT RTE_DEPRECATED(PKT_TX_QINQ_PKT) PKT_TX_QINQ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #954: FILE: lib/mbuf/rte_mbuf_core.h:337: +#define PKT_TX_VLAN_PKT RTE_DEPRECATED(PKT_TX_VLAN_PKT) PKT_TX_VLAN total: 2 errors, 1 warnings, 636 lines checked