From 3cdb27d3142eb1a2d827edf6c802d3419273718e Mon Sep 17 00:00:00 2001 From: Ciara Loftus Date: Wed, 21 Oct 2015 10:41:38 +0100 Subject: [PATCH] netdev-dpdk: Fix comment about vhost cuse/user vswitchd arguments Signed-off-by: Ciara Loftus Acked-by: Daniele Di Proietto --- lib/netdev-dpdk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index 93b0589b3..ea2d9f35c 100644 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.c @@ -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)) { -- 2.20.1