dpdk: fix issue in parsing startup.conf dpdk section
[vpp.git] / vnet / vnet / devices / dpdk / init.c
index 0516edc..a5c056c 100644 (file)
@@ -1213,7 +1213,7 @@ dpdk_config (vlib_main_t * vm, unformat_input_t * input)
        else if (unformat (input, "default"))
        ;
 
-      else if (unformat (input, " "))
+      else if (unformat_skip_white_space (input))
        ;
       else
        {