From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 207972C6E for ; Mon, 4 Jul 2016 05:00:04 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 03 Jul 2016 20:00:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,572,1459839600"; d="scan'208";a="988449371" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 03 Jul 2016 20:00:03 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 3 Jul 2016 20:00:02 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by shsmsx102.ccr.corp.intel.com ([169.254.2.147]) with mapi id 14.03.0248.002; Mon, 4 Jul 2016 11:00:00 +0800 From: "Wang, Zhihong" To: Yuanhan Liu CC: "dev@dpdk.org" , "Richardson, Bruce" , "Mcnamara, John" Thread-Topic: [PATCH v3] doc: virtio PMD Rx/Tx callbacks Thread-Index: AQHR04QJ7vf//T0xqUqREf6asevUYKAHEjiAgACG2LA= Date: Mon, 4 Jul 2016 03:00:00 +0000 Message-ID: <8F6C2BD409508844A0EFC19955BE094110764176@SHSMSX103.ccr.corp.intel.com> References: <1461210924-104947-1-git-send-email-zhihong.wang@intel.com> <1467343681-91812-1-git-send-email-zhihong.wang@intel.com> <20160704025637.GT2831@yliu-dev.sh.intel.com> In-Reply-To: <20160704025637.GT2831@yliu-dev.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWM4MzNiYmYtZWNlNS00N2E1LTg3NDYtNDMyOWNhOWZmODcyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InRmcytMczFRa1pKVEFZSHNQTWVOUW50THQ2aWRkZ1ZOVUdCNW1HTkRiTU09In0= 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 v3] doc: virtio PMD Rx/Tx callbacks 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, 04 Jul 2016 03:00:05 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Monday, July 4, 2016 10:57 AM > To: Wang, Zhihong > Cc: dev@dpdk.org; Richardson, Bruce ; Mcnamar= a, > John > Subject: Re: [PATCH v3] doc: virtio PMD Rx/Tx callbacks >=20 > On Thu, Jun 30, 2016 at 11:28:01PM -0400, Zhihong Wang wrote: > > This patch explains current virtio PMD Rx/Tx callbacks, to help underst= and > > what's the difference, and how to enable the right ones. > > > > Signed-off-by: Zhihong Wang > > Acked-by: John McNamara >=20 > Applied to dpdk-next-virtio. >=20 > > -------------- > > Changes in v3: >=20 > However, this is still wrong. It must start with 3 dashes, ---. >=20 > $ man git am >=20 > The patch is expected to be inline, directly following the > message. Any line that is of the form: >=20 > * three-dashes and end-of-line, or >=20 > * a line that begins with "diff -", or >=20 > * a line that begins with "Index: " >=20 > is taken as the beginning of a patch, and the commit log message > is terminated before the first occurrence of such a line. >=20 >=20 > This is just a note; I have fixed it while apply. Noted. Thanks! >=20 > --yliu