Re: [PATCH v3] doc: virtio PMD Rx/Tx callbacks
From: Wang, Zhihong <hidden>
Date: 2016-07-04 03:00:04
-----Original Message----- From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] Sent: Monday, July 4, 2016 10:57 AM To: Wang, Zhihong <redacted> Cc: dev@dpdk.org; Richardson, Bruce <redacted>; Mcnamara, John [off-list ref] Subject: Re: [PATCH v3] doc: virtio PMD Rx/Tx callbacks On Thu, Jun 30, 2016 at 11:28:01PM -0400, Zhihong Wang wrote:quoted
This patch explains current virtio PMD Rx/Tx callbacks, to help understand what's the difference, and how to enable the right ones. Signed-off-by: Zhihong Wang <redacted> Acked-by: John McNamara <redacted>Applied to dpdk-next-virtio.quoted
-------------- Changes in v3:However, this is still wrong. It must start with 3 dashes, ---. $ man git am The patch is expected to be inline, directly following the message. Any line that is of the form: * three-dashes and end-of-line, or * a line that begins with "diff -", or * a line that begins with "Index: " is taken as the beginning of a patch, and the commit log message is terminated before the first occurrence of such a line. This is just a note; I have fixed it while apply.
Noted. Thanks!
--yliu