From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 3E2232B99; Mon, 27 Nov 2017 12:24:29 +0100 (CET) In-Reply-To: <1511521440-57724-2-git-send-email-xiao.w.wang@intel.com> References: <1511521440-57724-2-git-send-email-xiao.w.wang@intel.com> To: test-report@dpdk.org Cc: Xiao Wang Message-Id: <20171127112429.3E2232B99@dpdk.org> Date: Mon, 27 Nov 2017 12:24:29 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31612 [PATCH 1/2] net/virtio: make control queue thread-safe 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: , X-List-Received-Date: Mon, 27 Nov 2017 11:24:29 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31612 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'pkt_num < 1' #45: FILE: drivers/net/virtio/virtio_ethdev.c:189: + if ((vq->vq_free_cnt < ((uint32_t)pkt_num + 2)) || (pkt_num < 1)) { WARNING:LONG_LINE_COMMENT: line over 90 characters #80: FILE: drivers/net/virtio/virtio_rxtx.h:87: + rte_spinlock_t sl; /**< spinlock for control queue. */ total: 0 errors, 1 warnings, 1 checks, 40 lines checked