On Wed, May 25, 2016 at 10:45:10AM -0700, Rich Lane wrote: > @@ -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.
Right. Thanks for catching it. I'm wondering why GCC doesn't catch it. --yliu