From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rich Lane Subject: Re: [PATCH v2 6/6] vhost: add pmd client and reconnect option Date: Wed, 25 May 2016 10:45:10 -0700 Message-ID: References: <1462603224-29510-1-git-send-email-yuanhan.liu@linux.intel.com> <1463120192-24200-1-git-send-email-yuanhan.liu@linux.intel.com> <1463120192-24200-7-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: dev@dpdk.org, "huawei.xie" , Traynor Kevin , marcandre.lureau@redhat.com To: Yuanhan Liu Return-path: Received: from mail-vk0-f43.google.com (mail-vk0-f43.google.com [209.85.213.43]) by dpdk.org (Postfix) with ESMTP id 128A12C45 for ; Wed, 25 May 2016 19:45:12 +0200 (CEST) Received: by mail-vk0-f43.google.com with SMTP id c189so74505102vkb.1 for ; Wed, 25 May 2016 10:45:12 -0700 (PDT) In-Reply-To: <1463120192-24200-7-git-send-email-yuanhan.liu@linux.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > @@ -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.