Re: [PATCH v3] doc: virtio PMD Rx/Tx callbacks
From: Yuanhan Liu <hidden>
Date: 2016-07-04 02:55:28
On Thu, Jun 30, 2016 at 11:28:01PM -0400, Zhihong Wang wrote:
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.
-------------- 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.
--yliu