From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1B1FFA0471 for ; Wed, 19 Jun 2019 17:18:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08FC21C45F; Wed, 19 Jun 2019 17:18:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6A3991C416; Wed, 19 Jun 2019 17:18:09 +0200 (CEST) In-Reply-To: <1560957293-17294-18-git-send-email-ndragazis@arrikto.com> References: <1560957293-17294-18-git-send-email-ndragazis@arrikto.com> To: test-report@dpdk.org Cc: Nikos Dragazis Message-Id: <20190619151809.6A3991C416@dpdk.org> Date: Wed, 19 Jun 2019 17:18:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw54971 [PATCH 17/28] vhost: support registering additional vhost-user transports 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/54971 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #91: FILE: lib/librte_vhost/socket.c:326: + if (rte_vhost_register_transport(VHOST_TRANSPORT_UNIX, &af_unix_trans_ops) < 0) WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #142: FILE: lib/librte_vhost/vhost.h:513: + * */ ERROR:CODE_INDENT: code indent should use tabs where possible #145: FILE: lib/librte_vhost/vhost.h:516: + const struct vhost_transport_ops *trans_ops);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #145: FILE: lib/librte_vhost/vhost.h:516: + const struct vhost_transport_ops *trans_ops);$ total: 1 errors, 3 warnings, 88 lines checked ERROR: symbol rte_vhost_register_transport is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol vhost_destroy_device is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol vhost_new_device is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol vhost_set_ifname is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol vhost_user_msg_handler is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map