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 92720A04A2 for ; Sun, 23 Jan 2022 13:00:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E361426E7; Sun, 23 Jan 2022 13:00:44 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1B2A440040 for ; Sun, 23 Jan 2022 13:00:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 334C9120767; Sun, 23 Jan 2022 13:00:42 +0100 (CET) Subject: |WARNING| pw106235 [PATCH 1/1] vhost: Move fds outside of VhostUserMessage In-Reply-To: <20220123115927.76130-2-cfontain@redhat.com> References: <20220123115927.76130-2-cfontain@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Christophe Fontaine Message-Id: <20220123120042.334C9120767@dpdk.org> Date: Sun, 23 Jan 2022 13:00:42 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/106235 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #118: FILE: lib/vhost/vhost_crypto.c:470: + switch (ctx->msg.request.master) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #181: FILE: lib/vhost/vhost_user.c:128: + vhost_message_str[ctx->msg.request.master], WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #425: FILE: lib/vhost/vhost_user.c:1197: + if (ack_msg.msg.request.master != VHOST_USER_SET_MEM_TABLE) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #429: FILE: lib/vhost/vhost_user.c:1200: + ack_msg.msg.request.master); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1185: FILE: lib/vhost/vhost_user.c:2856: +send_vhost_slave_message(struct virtio_net *dev, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1196: FILE: lib/vhost/vhost_user.c:2864: + ret = send_vhost_message(dev->slave_req_fd, ctx); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1211: FILE: lib/vhost/vhost_user.c:2880: + switch (ctx->msg.request.master) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1254: FILE: lib/vhost/vhost_user.c:2984: + request = ctx.msg.request.master; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1358: FILE: lib/vhost/vhost_user.c:3193: + if (msg_reply.msg.request.slave != ctx->msg.request.slave) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1358: FILE: lib/vhost/vhost_user.c:3193: + if (msg_reply.msg.request.slave != ctx->msg.request.slave) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1362: FILE: lib/vhost/vhost_user.c:3196: + msg_reply.msg.request.slave, ctx->msg.request.slave); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1362: FILE: lib/vhost/vhost_user.c:3196: + msg_reply.msg.request.slave, ctx->msg.request.slave); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1386: FILE: lib/vhost/vhost_user.c:3214: + .request.slave = VHOST_USER_SLAVE_IOTLB_MSG, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #1386: FILE: lib/vhost/vhost_user.c:3214: + .request.slave = VHOST_USER_SLAVE_IOTLB_MSG, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1398: FILE: lib/vhost/vhost_user.c:3225: + ret = send_vhost_message(dev->slave_req_fd, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1412: FILE: lib/vhost/vhost_user.c:3242: + .request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #1412: FILE: lib/vhost/vhost_user.c:3242: + .request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1423: FILE: lib/vhost/vhost_user.c:3251: + ret = send_vhost_slave_message(dev, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1432: FILE: lib/vhost/vhost_user.c:3259: + return process_slave_message_reply(dev, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1450: FILE: lib/vhost/vhost_user.c:3282: + .request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #1450: FILE: lib/vhost/vhost_user.c:3282: + .request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1472: FILE: lib/vhost/vhost_user.c:3300: + ret = send_vhost_slave_message(dev, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1480: FILE: lib/vhost/vhost_user.c:3307: + return process_slave_message_reply(dev, &ctx); total: 0 errors, 23 warnings, 1328 lines checked