* |WARNING| pw122852 [PATCH v5 2/9] vhost: simplify need reply handling
[not found] <20230201111411.1509520-3-david.marchand@redhat.com>
@ 2023-02-01 11:17 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-02-01 11:17 UTC (permalink / raw)
To: test-report; +Cc: David Marchand
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122852
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#73:
Dedicate send_vhost_slave_message() helper to the case when no reply is
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#76:
Add a send_vhost_slave_message_process_reply() helper for the opposite.
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#77:
This new helper merges both send_vhost_slave_message() and the code
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#78:
previously in process_slave_message_reply().
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#79:
The slave_req_lock lock is then only handled in this helper which will
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#99: FILE: lib/vhost/vhost_user.c:2871:
+send_vhost_slave_message(struct virtio_net *dev, struct vhu_msg_context *ctx)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#101: FILE: lib/vhost/vhost_user.c:2873:
+ return send_vhost_message(dev, dev->slave_req_fd, ctx);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#105: FILE: lib/vhost/vhost_user.c:2877:
+send_vhost_slave_message_process_reply(struct virtio_net *dev, struct vhu_msg_context *ctx)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#112: FILE: lib/vhost/vhost_user.c:2882:
+ rte_spinlock_lock(&dev->slave_req_lock);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#113: FILE: lib/vhost/vhost_user.c:2883:
+ ret = send_vhost_slave_message(dev, ctx);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#122: FILE: lib/vhost/vhost_user.c:2889:
+ ret = read_vhost_message(dev, dev->slave_req_fd, &msg_reply);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#126: FILE: lib/vhost/vhost_user.c:2893:
+ "vhost read slave message reply failed
");
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#133: FILE: lib/vhost/vhost_user.c:2900:
+ if (msg_reply.msg.request.slave != ctx->msg.request.slave) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#133: FILE: lib/vhost/vhost_user.c:2900:
+ if (msg_reply.msg.request.slave != ctx->msg.request.slave) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#136: FILE: lib/vhost/vhost_user.c:2903:
+ msg_reply.msg.request.slave, ctx->msg.request.slave);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#136: FILE: lib/vhost/vhost_user.c:2903:
+ msg_reply.msg.request.slave, ctx->msg.request.slave);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#143: FILE: lib/vhost/vhost_user.c:2910:
+ rte_spinlock_unlock(&dev->slave_req_lock);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#197: FILE: lib/vhost/vhost_user.c:3263:
+rte_vhost_slave_config_change(int vid, bool need_reply)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#232: FILE: lib/vhost/vhost_user.c:3280:
+ ret = send_vhost_slave_message(dev, &ctx);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#235: FILE: lib/vhost/vhost_user.c:3283:
+ ret = send_vhost_slave_message_process_reply(dev, &ctx);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#250: FILE: lib/vhost/vhost_user.c:3317:
+ ret = send_vhost_slave_message_process_reply(dev, &ctx);
total: 0 errors, 21 warnings, 163 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-01 11:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230201111411.1509520-3-david.marchand@redhat.com>
2023-02-01 11:17 ` |WARNING| pw122852 [PATCH v5 2/9] vhost: simplify need reply handling checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).