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 0AA4EA3161 for ; Sat, 12 Oct 2019 02:28:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5AD081EBAD; Sat, 12 Oct 2019 02:28:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 153701EB8B; Sat, 12 Oct 2019 02:28:44 +0200 (CEST) In-Reply-To: <157084005745.11524.16250957328673127517.stgit@devele> References: <157084005745.11524.16250957328673127517.stgit@devele> To: test-report@dpdk.org Cc: Alfredo Cardigliano Message-Id: <20191012002844.153701EB8B@dpdk.org> Date: Sat, 12 Oct 2019 02:28:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61004 [PATCH 14/17] net/ionic: add RX and TX handling 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/61004 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #492: FILE: drivers/net/ionic/ionic_lif.c:1354: + IONIC_ETH_HW_VLAN_TX_TAG$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #492: FILE: drivers/net/ionic/ionic_lif.c:1354: + IONIC_ETH_HW_VLAN_TX_TAG$ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'q' - possible side-effects? #597: FILE: drivers/net/ionic/ionic_lif.h:73: +#define IONIC_Q_TO_QCQ(q) container_of(q, struct ionic_qcq, q) WARNING:LONG_LINE: line over 90 characters #971: FILE: drivers/net/ionic/ionic_rxtx.c:331: + elem->addr = rte_cpu_to_le_64(rte_mbuf_data_iova(txm_seg)) + offset; total: 1 errors, 2 warnings, 1 checks, 1598 lines checked