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 4396EA0C41 for ; Wed, 23 Jun 2021 06:50:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8152B41201; Wed, 23 Jun 2021 06:50:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DED3141101 for ; Wed, 23 Jun 2021 06:50:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DB716122E3A; Wed, 23 Jun 2021 06:50:29 +0200 (CEST) In-Reply-To: <20210623044702.4240-21-ndabilpuram@marvell.com> References: <20210623044702.4240-21-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210623045029.DB716122E3A@dpdk.org> Date: Wed, 23 Jun 2021 06:50:29 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94716 [PATCH v4 20/62] net/cnxk: add Rx multi-segmented version for cn9k 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/94716 _coding style issues_ WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon #206: FILE: drivers/net/cnxk/cn9k_rx.h:293: +#define R(name, f3, f2, f1, f0, flags) \ uint16_t __rte_noinline __rte_hot cn9k_nix_recv_pkts_##name( \ + void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts); \ + \ + uint16_t __rte_noinline __rte_hot cn9k_nix_recv_pkts_mseg_##name( \ void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t pkts); total: 0 errors, 1 warnings, 0 checks, 144 lines checked