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 BE7C4A034F for ; Mon, 7 Jun 2021 20:05:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDBD241209; Mon, 7 Jun 2021 20:05:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C104F41206 for ; Mon, 7 Jun 2021 20:05:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BDD1D121198; Mon, 7 Jun 2021 20:05:47 +0200 (CEST) In-Reply-To: <20210607175943.31690-21-ndabilpuram@marvell.com> References: <20210607175943.31690-21-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210607180547.BDD1D121198@dpdk.org> Date: Mon, 7 Jun 2021 20:05:47 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93976 [PATCH v2 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/93976 _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