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 A4463A054F for ; Mon, 15 Mar 2021 16:22:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 967324068C; Mon, 15 Mar 2021 16:22:20 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id A89AC40687 for ; Mon, 15 Mar 2021 16:22:19 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 995783DC; Mon, 15 Mar 2021 16:22:19 +0100 (CET) In-Reply-To: <20210315151957.360530-4-maxime.coquelin@redhat.com> References: <20210315151957.360530-4-maxime.coquelin@redhat.com> To: test-report@dpdk.org Cc: Maxime Coquelin Message-Id: <20210315152219.995783DC@dpdk.org> Date: Mon, 15 Mar 2021 16:22:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89136 [PATCH v2 3/4] net/virtio: allocate fake mbuf in Rx queue 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/89136 _coding style issues_ WARNING:TYPO_SPELLING: 'alignement' may be misspelled - perhaps 'alignment'? #76: requires alignement on a cacheline. WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #87: struct rte_mbuf fake_mbuf __attribute__((__aligned__(64))); /* 64 128 */ WARNING:BRACES: braces {} are not necessary for single statement blocks #163: FILE: drivers/net/virtio/virtio_rxtx.c:707: + for (desc_idx = 0; desc_idx < RTE_PMD_VIRTIO_RX_MAX_BURST; desc_idx++) { + vq->sw_ring[vq->vq_nentries + desc_idx] = rxvq->fake_mbuf; } total: 0 errors, 3 warnings, 0 checks, 63 lines checked