From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ye Xiaolong Subject: Re: [PATCH v6 2/2] examples/vdpa: introduce a new sample for vDPA Date: Fri, 28 Sep 2018 15:32:21 +0800 Message-ID: <20180928073221.GA37170@intel.com> References: <20180925120716.102144-1-xiaolong.ye@intel.com> <20180926090638.4705-1-xiaolong.ye@intel.com> <20180926090638.4705-3-xiaolong.ye@intel.com> <2404f5d8-beed-08fe-06bf-451868e3e9d3@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Tiwei Bie , Zhihong Wang , xiao.w.wang@intel.com, Rami Rosen , Wang Haiyue To: Maxime Coquelin Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id B00131B143 for ; Fri, 28 Sep 2018 02:44:26 +0200 (CEST) Content-Disposition: inline In-Reply-To: <2404f5d8-beed-08fe-06bf-451868e3e9d3@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 09/27, Maxime Coquelin wrote: [snip] >> + devcnt = 0; >This isn't needed as it is static. > >> + interactive = 0; >Ditto > >> + memset(iface, 0, sizeof(iface)); >Ditto > >> + memset(vports, 0, sizeof(vports)); >And this one too when it will be made static. > > >Appart these small comments, it looks good to me. >When fixed, please apply my: > >Reviewed-by: Maxime coquelin > Thanks for your comments, I'll adpot all the static related suggetions. Thanks, Xiaolong >Thanks, >Maxime