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 4DAECADED for ; Wed, 15 Jun 2016 08:59:50 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 14 Jun 2016 23:59:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,475,1459839600"; d="scan'208";a="975964288" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 14 Jun 2016 23:59:49 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 14 Jun 2016 23:59:49 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 14 Jun 2016 23:59:48 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Wed, 15 Jun 2016 14:59:46 +0800 From: "Wang, Zhihong" To: "Mcnamara, John" , "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: virtio pmd versions Thread-Index: AQHRm70VPZ1y4RXVlky8fFqbaB7iMZ/g2TwAgAAE3ICAAAD0AIAJkEJA Date: Wed, 15 Jun 2016 06:59:46 +0000 Message-ID: <8F6C2BD409508844A0EFC19955BE09411075CAC0@SHSMSX103.ccr.corp.intel.com> References: <1461210924-104947-1-git-send-email-zhihong.wang@intel.com> <59AF69C657FD0841A61C55336867B5B035A82F93@IRSMSX103.ger.corp.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWIxMGFmOTYtYjI5Ny00ZTVmLTg0YTctMWUwNDBlMmU2Mjk1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjhxQVY2dTNVNVZsd3U4c0d5aVwvQ0lEN2RiUzdwcVBHWUpyS1Vhck94b3dzPSJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: virtio pmd versions 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, 15 Jun 2016 06:59:50 -0000 > -----Original Message----- > From: Mcnamara, John > Sent: Thursday, June 9, 2016 8:56 PM > To: Richardson, Bruce ; Wang, Zhihong > ; dev@dpdk.org > Cc: Wang, Zhihong > Subject: RE: [dpdk-dev] [PATCH] doc: virtio pmd versions >=20 > > -----Original Message----- > > From: Richardson, Bruce > > Sent: Thursday, June 9, 2016 1:53 PM > > To: Mcnamara, John ; Wang, Zhihong > > ; dev@dpdk.org > > Cc: Wang, Zhihong > > Subject: RE: [dpdk-dev] [PATCH] doc: virtio pmd versions > > > > > -----Original Message----- > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John > > > > > > > > > -----Original Message----- > > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhihong Wang > > > > > > + > > > > +Virtio PMD Versions > > > > +------------------- > > > > + > > > > +Virtio driver has 3 versions of rx functions and 2 versions of tx > > > > functions. > > > > > > In some places RX/TX is used and in some rx/tx. I would suggest the > > > uppercase versions throughout. > > > > > > > In the commit logs, the only valid contractions allowed by the check-gi= t- > > log.sh script are Rx and Tx > > > > bad=3D$(echo "$headlines" | grep -E --color=3Dalways \ > > -e '\<(rx|tx|RX|TX)\>' \ > > .... > > > > I would therefore suggest we follow the same rules for the docs for > > consistency. >=20 > Hi, >=20 > I don't mind what it is once we have consistency, so Rx/Tx is fine. Zhiho= ng, > please note. Thank you John and Bruce! V2 has been sent, please take a look. >=20 > John >=20 >=20