From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3] doc: virtio PMD Rx/Tx callbacks Date: Mon, 4 Jul 2016 10:56:37 +0800 Message-ID: <20160704025637.GT2831@yliu-dev.sh.intel.com> References: <1461210924-104947-1-git-send-email-zhihong.wang@intel.com> <1467343681-91812-1-git-send-email-zhihong.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, bruce.richardson@intel.com, john.mcnamara@intel.com To: Zhihong Wang Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9046F2952 for ; Mon, 4 Jul 2016 04:55:28 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1467343681-91812-1-git-send-email-zhihong.wang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. >=20 > Signed-off-by: Zhihong Wang > Acked-by: John McNamara Applied to dpdk-next-virtio. > -------------- > Changes in v3: However, this is still wrong. It must start with 3 dashes, ---. $ man git am =20 The patch is expected to be inline, directly following the message. Any line that is of the form: =20 =B7 three-dashes and end-of-line, or =20 =B7 a line that begins with "diff -", or =20 =B7 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 This is just a note; I have fixed it while apply. --yliu