> -----Original Message----- > From: Stefan Hajnoczi [mailto:stefa...@gmail.com] > Sent: Monday, July 28, 2014 11:53 PM > To: Wangkai (Kevin,C) > Cc: qemu-devel@nongnu.org; Lee yang; aligu...@amazon.com; Stefan > Hajnoczi > Subject: Re: [Qemu-devel] [PATCH v2] Tap: fix vcpu long time io > blocking on tap > > On Fri, Jul 18, 2014 at 09:33:42AM +0000, Wangkai (Kevin,C) wrote: > > fix vcpu long time io blocking on tap, when too many packets was > > delivered to the guest os via tap interface. > > > > -- > > Signed-off-by: Wangkai <wangka...@huawei.com> > > Thanks, applied to my net-next tree: > https://github.com/stefanha/qemu/commits/net-next > > The patch did not apply cleanly so I had to do it manually: > > Applying: Tap: fix vcpu long time io blocking on tap > fatal: corrupt patch at line 32 > Repository lacks necessary blobs to fall back on 3-way merge. > Cannot fall back to three-way merge. > Patch failed at 0001 Tap: fix vcpu long time io blocking on tap > > Please use git-send-email(1). > > I also adjusted the commit message and doc comments to fit QEMU style > and for grammar. > > Stefan [Wangkai (Kevin,C)]
Hi Stefan, I will send a patch v3 use git send-email to you. Wangkai