Skip to content

Commit

Permalink
netdev-dpdk: Fix comment about vhost cuse/user vswitchd arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
  • Loading branch information
cloftus authored and ddiproietto committed Oct 22, 2015
1 parent e2229be commit 3cdb27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/netdev-dpdk.c
Expand Up @@ -2111,9 +2111,9 @@ process_vhost_flags(char *flag, char *default_val, int size,
* flag if it is provided on the vswitchd command line, otherwise resort to
* a default value.
*
* For vhost-user: Process "-cuse_dev_name" to set the custom location of
* For vhost-user: Process "-vhost_sock_dir" to set the custom location of
* the vhost-user socket(s).
* For vhost-cuse: Process "-vhost_sock_dir" to set the custom name of the
* For vhost-cuse: Process "-cuse_dev_name" to set the custom name of the
* vhost-cuse character device.
*/
if (!strcmp(argv[1], flag) && (strlen(argv[2]) <= size)) {
Expand Down

0 comments on commit 3cdb27d

Please sign in to comment.