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 A5F28A00E6 for ; Mon, 8 Jul 2019 12:30:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9981D37B0; Mon, 8 Jul 2019 12:30:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 4529258C6; Mon, 8 Jul 2019 12:30:14 +0200 (CEST) In-Reply-To: <20190708181609.48376-1-jin.yu@intel.com> References: <20190708181609.48376-1-jin.yu@intel.com> To: test-report@dpdk.org Cc: JinYu Message-Id: <20190708103014.4529258C6@dpdk.org> Date: Mon, 8 Jul 2019 12:30:14 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56224 [PATCH v2] [1/2]vhost: support inflight share memory protocol feature 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/56224 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #271: FILE: lib/librte_vhost/vhost.c:778: + vring->resubmit_inflight_split = dev->virtqueue[vring_idx]->resubmit_inflight_split; WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #593: FILE: lib/librte_vhost/vhost_user.c:1282: + return RTE_VHOST_MSG_RESULT_ERR; + } else { WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #652: FILE: lib/librte_vhost/vhost_user.c:1341: + return RTE_VHOST_MSG_RESULT_ERR; + } else { WARNING:LONG_LINE: line over 90 characters #745: FILE: lib/librte_vhost/vhost_user.c:1463: + vq->inflight_split->desc[vq->inflight_split->last_inflight_io].inflight = 0; total: 0 errors, 4 warnings, 764 lines checked __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. Please only put __rte_experimental tags in headers (b/lib/librte_vhost/vhost.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function.