Re: [PATCH stable v2 1/3] virtio_net: fix error handling for mergeable buffers

2013-12-26 Thread Jason Wang
On 12/26/2013 09:32 PM, Michael S. Tsirkin wrote: > Eric Dumazet noticed that if we encounter an error > when processing a mergeable buffer, we don't > dequeue all of the buffers from this packet, > the result is almost sure to be loss of networking. > > Fix this issue. > > Cc: Rusty Russell > Cc:

[PATCH stable v2 1/3] virtio_net: fix error handling for mergeable buffers

2013-12-26 Thread Michael S. Tsirkin
Eric Dumazet noticed that if we encounter an error when processing a mergeable buffer, we don't dequeue all of the buffers from this packet, the result is almost sure to be loss of networking. Fix this issue. Cc: Rusty Russell Cc: Michael Dalton Acked-by: Michael Dalton Cc: Eric Dumazet Cc: J