Re: [PATCH 2/2] virtio-net: make all RX paths handle erors consistently

2013-11-27 Thread Jason Wang
On 11/28/2013 12:31 AM, Michael S. Tsirkin wrote: > receive mergeable now handles errors internally. > Do same for big and small packet paths, otherwise > the logic is too hard to follow. > > Signed-off-by: Michael S. Tsirkin > --- > > While I can't point at a bug this fixes, I'm not sure > there'

[PATCH 2/2] virtio-net: make all RX paths handle erors consistently

2013-11-27 Thread Michael S. Tsirkin
receive mergeable now handles errors internally. Do same for big and small packet paths, otherwise the logic is too hard to follow. Signed-off-by: Michael S. Tsirkin --- While I can't point at a bug this fixes, I'm not sure there's no bug in the existing logic. So not exactly a bug fix bug I thi