> -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Monday, July 4, 2016 10:57 AM > To: Wang, Zhihong <zhihong.wang at intel.com> > Cc: dev at dpdk.org; Richardson, Bruce <bruce.richardson at intel.com>; > Mcnamara, > John <john.mcnamara at intel.com> > Subject: Re: [PATCH v3] doc: virtio PMD Rx/Tx callbacks > > 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 <zhihong.wang at intel.com> > > Acked-by: John McNamara <john.mcnamara at intel.com> > > 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.
Noted. Thanks! > > --yliu