[PATCH] virtio_net: Fixed a trivial typo (fitler -- filter)

2013-11-29 Thread Thomas Huth
MAC filter sounds more reasonable than MAC fitler. Signed-off-by: Thomas Huth th...@linux.vnet.ibm.com --- drivers/net/virtio_net.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 01f4eb5..fd96f09 100644 ---

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

2013-11-29 Thread Jason Wang
On 11/28/2013 07:30 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. Jason Wang noticed that we also leak a page and