[dpdk-test-report] |WARNING| pw54971 [PATCH 17/28] vhost: support registering additional vhost-user transports

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 19 17:18:09 CEST 2019


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


More information about the test-report mailing list