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 46F59A052E for ; Mon, 9 Mar 2020 07:53:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FF6D1BFF6; Mon, 9 Mar 2020 07:53:39 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 587A51C036; Mon, 9 Mar 2020 07:53:36 +0100 (CET) In-Reply-To: <20200309065106.23800-4-mattias.ronnblom@ericsson.com> References: <20200309065106.23800-4-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20200309065336.587A51C036@dpdk.org> Date: Mon, 9 Mar 2020 07:53:36 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw66376 [PATCH 3/8] event/dsw: extend statistics 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/66376 _coding style issues_ WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'dsw->queues[source_port->emigration_target_qf.queue_id].schedule_type' #363: FILE: drivers/event/dsw/dsw_event.c:758: + if (dsw->queues[source_port->emigration_target_qf.queue_id]. + schedule_type == RTE_SCHED_TYPE_PARALLEL) { total: 0 errors, 1 warnings, 350 lines checked