From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B625C691A for ; Wed, 14 Sep 2016 10:30:40 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP; 14 Sep 2016 01:30:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,333,1470726000"; d="scan'208";a="8203105" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 14 Sep 2016 01:30:25 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 14 Sep 2016 01:30:25 -0700 Received: from bgsmsx103.gar.corp.intel.com (10.223.4.130) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 14 Sep 2016 01:30:25 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.182]) by BGSMSX103.gar.corp.intel.com ([169.254.4.217]) with mapi id 14.03.0248.002; Wed, 14 Sep 2016 14:00:22 +0530 From: "Yang, Zhiyong" To: Yuanhan Liu CC: "dev@dpdk.org" , "thomas.monjalon@6wind.com" , "pmatilai@redhat.com" Thread-Topic: [PATCH v2] net/vhost: add pmd xstats Thread-Index: AQHSCnKpomteripApkeAP15w8lsg66B4LwuAgAB+2BA= Date: Wed, 14 Sep 2016 08:30:21 +0000 Message-ID: References: <1471608966-39077-1-git-send-email-zhiyong.yang@intel.com> <1473408927-40364-1-git-send-email-zhiyong.yang@intel.com> <20160914062021.GZ23158@yliu-dev.sh.intel.com> In-Reply-To: <20160914062021.GZ23158@yliu-dev.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGJkMTNmNGQtNGM3ZS00NjU1LWI5ZDctNzgzMzdiNWQ5MzU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImErSUVYeHZKSTV4U3FOdEx5aUtQMXpLZUtNTHhWOGNWdlZpUFBcL2Fha2pBPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/vhost: add pmd xstats 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: Wed, 14 Sep 2016 08:30:41 -0000 Hi, Yuanhan: Sorry to misunderstand your comment. > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Wednesday, September 14, 2016 2:20 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org; thomas.monjalon@6wind.com; pmatilai@redhat.com > Subject: Re: [PATCH v2] net/vhost: add pmd xstats=20 > > -}; > > + struct vhost_xstats xstats; > > + }; >=20 > A format issue here. >=20 Ok. I understand it (unnecessary Tab)and will modify it.