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 C1F99A04F3 for ; Thu, 19 Dec 2019 23:21:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B9BFA1BF83; Thu, 19 Dec 2019 23:21:32 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 24D3D1BF7C; Thu, 19 Dec 2019 23:21:30 +0100 (CET) In-Reply-To: <20191219221847.29989-14-cardigliano@ntop.org> References: <20191219221847.29989-14-cardigliano@ntop.org> To: test-report@dpdk.org Cc: Alfredo Cardigliano Message-Id: <20191219222130.24D3D1BF7C@dpdk.org> Date: Thu, 19 Dec 2019 23:21:30 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw64026 [PATCH v4 13/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/64026 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #452: FILE: drivers/net/ionic/ionic_lif.c:1114: + IONIC_PRINT(DEBUG, "txq_init.ring_base 0x%" PRIx64 "", CHECK:MACRO_ARG_REUSE: Macro argument reuse 'q' - possible side-effects? #647: FILE: drivers/net/ionic/ionic_lif.h:65: +#define IONIC_Q_TO_QCQ(q) container_of(q, struct ionic_qcq, q) total: 0 errors, 0 warnings, 2 checks, 1621 lines checked