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 92480A034F for ; Mon, 7 Feb 2022 11:22:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D734410F3; Mon, 7 Feb 2022 11:22:43 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 17B12410EA for ; Mon, 7 Feb 2022 11:22:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id EB3FD120715; Mon, 7 Feb 2022 11:22:41 +0100 (CET) Subject: |WARNING| pw106957 [PATCH v2 1/1] vhost: move fds outside of VhostUserMessage In-Reply-To: <20220207102129.59170-2-cfontain@redhat.com> References: <20220207102129.59170-2-cfontain@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Christophe Fontaine Message-Id: <20220207102241.EB3FD120715@dpdk.org> Date: Mon, 7 Feb 2022 11:22:41 +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/106957 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #121: FILE: lib/vhost/vhost_crypto.c:470: + switch (ctx->msg.request.master) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #183: FILE: lib/vhost/vhost_user.c:127: + vhost_message_str[ctx->msg.request.master], WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #443: FILE: lib/vhost/vhost_user.c:1201: + if (ack_ctx.msg.request.master != VHOST_USER_SET_MEM_TABLE) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #446: FILE: lib/vhost/vhost_user.c:1203: + dev->ifname, ack_ctx.msg.request.master); ERROR:SPACING: space required after that ',' (ctx:VxV) #1179: FILE: lib/vhost/vhost_user.c:2831: +send_vhost_reply(struct virtio_net *dev,int sockfd, struct vhu_msg_context *ctx) ^ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1200: FILE: lib/vhost/vhost_user.c:2845: +send_vhost_slave_message(struct virtio_net *dev, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1211: FILE: lib/vhost/vhost_user.c:2853: + ret = send_vhost_message(dev, dev->slave_req_fd, ctx); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1226: FILE: lib/vhost/vhost_user.c:2869: + switch (ctx->msg.request.master) { WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1269: FILE: lib/vhost/vhost_user.c:2969: + request = ctx.msg.request.master; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1373: FILE: lib/vhost/vhost_user.c:3172: + if (msg_reply.msg.request.slave != ctx->msg.request.slave) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1373: FILE: lib/vhost/vhost_user.c:3172: + if (msg_reply.msg.request.slave != ctx->msg.request.slave) { WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1376: FILE: lib/vhost/vhost_user.c:3174: + dev->ifname, msg_reply.msg.request.slave, ctx->msg.request.slave); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1376: FILE: lib/vhost/vhost_user.c:3174: + dev->ifname, msg_reply.msg.request.slave, ctx->msg.request.slave); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1400: FILE: lib/vhost/vhost_user.c:3192: + .request.slave = VHOST_USER_SLAVE_IOTLB_MSG, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #1400: FILE: lib/vhost/vhost_user.c:3192: + .request.slave = VHOST_USER_SLAVE_IOTLB_MSG, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1412: FILE: lib/vhost/vhost_user.c:3203: + ret = send_vhost_message(dev, dev->slave_req_fd, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1426: FILE: lib/vhost/vhost_user.c:3219: + .request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #1426: FILE: lib/vhost/vhost_user.c:3219: + .request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1437: FILE: lib/vhost/vhost_user.c:3228: + ret = send_vhost_slave_message(dev, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1445: FILE: lib/vhost/vhost_user.c:3235: + return process_slave_message_reply(dev, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1463: FILE: lib/vhost/vhost_user.c:3258: + .request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #1463: FILE: lib/vhost/vhost_user.c:3258: + .request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG, WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1485: FILE: lib/vhost/vhost_user.c:3276: + ret = send_vhost_slave_message(dev, &ctx); WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #1493: FILE: lib/vhost/vhost_user.c:3283: + return process_slave_message_reply(dev, &ctx); WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Christophe Fontaine ' != 'Signed-off-by: Christophe Fontaine ' total: 1 errors, 24 warnings, 1340 lines checked