[dpdk-dev] [PATCH v2 6/6] vhost: add pmd client and reconnect option

Rich Lane rich.lane at bigswitch.com
Wed May 25 19:45:10 CEST 2016


>
> @@ -817,6 +821,9 @@ rte_pmd_vhost_devinit(const char *name, const char
> *params)
>         int ret = 0;
>         char *iface_name;
>         uint16_t queues;
> +       uint64_t flags = 0;
> +       int client_mode;
> +       int reconnect;
>

client_mode and reconnect are not initialized if the arguments aren't
passed.


More information about the dev mailing list