From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DA6405A6B for ; Mon, 9 May 2016 20:21:28 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 09 May 2016 11:21:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,601,1455004800"; d="scan'208";a="949413955" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga001.jf.intel.com with ESMTP; 09 May 2016 11:21:27 -0700 Date: Mon, 9 May 2016 11:26:01 -0700 From: Yuanhan Liu To: Victor Kaplansky Cc: dev@dpdk.org, huawei xie , Tetsuya Mukawa Message-ID: <20160509182601.GH5641@yliu-dev.sh.intel.com> References: <1462603224-29510-1-git-send-email-yuanhan.liu@linux.intel.com> <1462603224-29510-7-git-send-email-yuanhan.liu@linux.intel.com> <953716968.28028422.1462791244148.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <953716968.28028422.1462791244148.JavaMail.zimbra@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 6/6] vhost: add pmd client and reconnect option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 18:21:29 -0000 On Mon, May 09, 2016 at 06:54:04AM -0400, Victor Kaplansky wrote: > Looks OK to me. I didn't quite get why open_int() is called so. > What does it open? Thanks for review. It's a callback for key-value arg processing. It turns the value string into a number. --yliu